Référence API

Google AI Mode Scraper API

Utilisez Google AI Mode Scraper API avec Autom.dev
Google AI Mode Scraper API

Interrogez Google AI Mode pour une question ou une requête. La réponse inclut search_parameters, text_blocks, reconstructed_markdown et references. C'est la réponse générée par AI Mode, pas une SERP organique classique.

Pour les résultats organiques, utilisez l'API Google Search.

{
    "search_parameters": {
        "engine": "google_ai_mode",
        "q": "what is mozilla firefox",
        "gl": "us",
        "hl": "en"
    },
    "text_blocks": [
        {
            "type": "paragraph",
            "snippet": "Mozilla Firefox is a free, open-source web browser developed by the Mozilla Foundation. It is available on desktop and mobile, supports extensions, and focuses on privacy controls such as Enhanced Tracking Protection."
        },
        {
            "type": "heading",
            "snippet": "Key features"
        },
        {
            "type": "list",
            "list": [
                {
                    "snippet": "Free and open-source, maintained by the Mozilla Foundation."
                },
                {
                    "snippet": "Available on desktop and mobile platforms."
                },
                {
                    "snippet": "Enhanced Tracking Protection to limit cross-site tracking."
                }
            ]
        }
    ],
    "reconstructed_markdown": "Mozilla Firefox is a free, open-source web browser developed by the Mozilla Foundation. It is available on desktop and mobile, supports extensions, and focuses on privacy controls such as Enhanced Tracking Protection.\n\n### Key features\n\n- Free and open-source, maintained by the Mozilla Foundation.\n- Available on desktop and mobile platforms.\n- Enhanced Tracking Protection to limit cross-site tracking.",
    "references": [
        {
            "title": "Firefox Browser",
            "link": "https://www.mozilla.org/firefox/",
            "source": "mozilla.org",
            "index": 0
        },
        {
            "title": "Firefox - Wikipedia",
            "link": "https://en.wikipedia.org/wiki/Firefox",
            "source": "en.wikipedia.org",
            "index": 1
        }
    ]
}

SERP API

Discover why Autom is the preferred API provider for developers.