LLM Chat ScraperScrapersGoogle AI Overview

Google AI Overview Scraper

scraper.overview captures comprehensive Google AI Overview responses, including enriched product data, citations, advertisements, and web sources to help you analyze search results across different regions.

Request Example

curl '{api_host}/api/v2/scraper/execute' \
--header 'Content-Type: application/json' \
--header 'x-api-token: {you_api_key}' \
--data '{
    "actor": "scraper.overview",
    "input": {
        "prompt": "Recommended attractions in New York",
        "country": "US",
        "shopping": true
    },
    "webhook": {
        "url": "http://www.youwebhook.com"
    }
}'

Body Parameters

ParameterTypeRequiredDescription
promptstringYesPrompt sent to Google AI Overview.
countrystringYesCountry or region.
shoppingbooleanNoWhether to fetch shopping data. Defaults to true. When enabled, returns product information in the products field.

Response Fields

Note: If the response includes shopping data (the products field), the API call will be charged at 2x the base rate. This is due to the additional resource overhead required for extracting and processing product information from multiple sources.

💡 When the overview mode is not triggered, both content and rawtext fields will be empty strings.

💡 To trigger the overview mode, you can try adjusting your prompt or ensuring that the keywords in your prompt are covered by Google Overview.

Data field Source: products inside ai overview

typeproduct_positiondescription
productrecommendedrecommended products
productinline_linkinline link products
productreferencereference products
ads productnullads products

Data field Products: Google wale sponsored products

Data field Ads: Google Ads(Serp)

ParameterTypeDescription
contentstringAnswer body in Markdown format. Only populated when overview mode is triggered; otherwise, it will be an empty string.
rawtextstringOriginal answer data. Only populated when overview mode is triggered; otherwise, it will be an empty string.
metadataobjectMetadata information.
metadata.rawUrlstringWebpage URL.
is_overview_shoppingbooleanWhether there is embedded shopping data.
productsarrayProduct data.
products.deliverystringDelivery service.
products.discountstringDiscount information.
products.imgstringProduct image URL.
products.orig_pricestringOriginal price.
products.ratingstringRating.
products.review_countstringNumber of reviews.
products.sellerstringSeller.
products.urlstringProduct detail page URL.
products.storesarrayStore information.
products.stores.delivery_feestringDelivery fee.
products.stores.extensionsarrayAdditional services.
products.stores.linkstringProduct redirect link.
products.stores.namestringStore name.
products.stores.pricestringSale price.
products.ratingsstringRatings.
products.tagstringTags.
products.titlestringProduct title.
products.total_pricestringTotal price.
sourcearrayCitation sources.
source.faviconstringWebsite favicon.
source.snippetstringCitation article snippet.
source.thumbnailstringCitation article cover image.
source.titlestringCitation title.
source.typestringSource Type.
source.urlstringCitation original URL.
source.website_namestringWebsite name.
source.html_indexintIndicates the position of the recommended product shopping card in the Markdown content.
source.storesarrayStore information.
source.stores.delivery_feestringDelivery fee.
source.stores.extensionsarrayAdditional services.
source.stores.linkstringProduct redirect link.
source.stores.namestringStore name.
source.stores.pricestringSale price.
web_sourcearrayWeb search sources.
web_source.faviconstringWebsite favicon.
web_source.snippetstringCitation article snippet.
web_source.thumbnailstringCitation article cover image.
web_source.titlestringCitation title.
web_source.urlstringCitation original URL.
web_source.website_namestringWebsite name.
web_source.storesarrayStore information.
web_source.stores.delivery_feestringDelivery fee.
web_source.stores.extensionsarrayAdditional services.
web_source.stores.linkstringProduct redirect link.
web_source.stores.namestringStore name.
web_source.stores.pricestringSale price.
adsarrayAdvertisements.
ads.section_titlestringSection title.
ads.typestringType.
ads.titlestringTitle.
ads.urlstringWebpage URL.
ads.google_ad_urlstringAdvertisement link.
ads.display_urlstringDisplay URL.
ads.advertiserstringAdvertiser.
ads.descriptionstringDescription.
ads.tracking_tokenstringTracking token.
ads.slotstringAd slot number.
ads.pricestringPrice.
ads.orig_pricestringOriginal price.
ads.sellerstringSeller.
ads.ratingstringRating.
ads.review_countstringNumber of reviews.
ads.imgstringProduct image URL.
ads.site_linksarrayWebsite links.
ads.site_links.titlestringTitle.
ads.site_links.urlstringWebpage URL.
ads.site_links.google_ad_urlstringAdvertisement link.