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"
    },
    "webhook": {
        "url": "http://www.youwebhook.com"
    }
}'

Body Parameters

ParameterTypeRequiredDescription
promptstringYesPrompt sent to Google AI Overview.
countrystringYesCountry or region.

Response Fields

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)

ParameterTypeRequiredDescription
contentstringYesAnswer body in Markdown format.
rawtextstringYesOriginal answer data.
metadataobjectYesMetadata information.
metadata.rawUrlstringYesWebpage URL.
is_overview_shoppingbooleanYesWhether there is embedded shopping data.
productsarrayNoProduct data.
products.deliverystringNoDelivery service.
products.discountstringNoDiscount information.
products.imgstringNoProduct image URL.
products.orig_pricestringNoOriginal price.
products.ratingstringNoRating.
products.review_countstringNoNumber of reviews.
products.sellerstringNoSeller.
products.urlstringNoProduct detail page URL.
products.storesarrayNoStore information.
products.stores.delivery_feestringNoDelivery fee.
products.stores.extensionsarrayNoAdditional services.
products.stores.linkstringNoProduct redirect link.
products.stores.namestringNoStore name.
products.stores.pricestringNoSale price.
products.ratingsstringNoRatings.
products.tagstringNoTags.
products.titlestringNoProduct title.
products.total_pricestringNoTotal price.
sourcearrayNoCitation sources.
source.faviconstringNoWebsite favicon.
source.snippetstringNoCitation article snippet.
source.thumbnailstringNoCitation article cover image.
source.titlestringNoCitation title.
source.typestringNoSource Type.
source.urlstringNoCitation original URL.
source.website_namestringNoWebsite name.
source.html_indexintNoIndicates the position of the recommended product shopping card in the Markdown content.
source.storesarrayNoStore information.
source.stores.delivery_feestringNoDelivery fee.
source.stores.extensionsarrayNoAdditional services.
source.stores.linkstringNoProduct redirect link.
source.stores.namestringNoStore name.
source.stores.pricestringNoSale price.
web_sourcearrayNoWeb search sources.
web_source.faviconstringNoWebsite favicon.
web_source.snippetstringNoCitation article snippet.
web_source.thumbnailstringNoCitation article cover image.
web_source.titlestringNoCitation title.
web_source.urlstringNoCitation original URL.
web_source.website_namestringNoWebsite name.
web_source.storesarrayNoStore information.
web_source.stores.delivery_feestringNoDelivery fee.
web_source.stores.extensionsarrayNoAdditional services.
web_source.stores.linkstringNoProduct redirect link.
web_source.stores.namestringNoStore name.
web_source.stores.pricestringNoSale price.
adsarrayNoAdvertisements.
ads.section_titlestringNoSection title.
ads.typestringNoType.
ads.titlestringNoTitle.
ads.urlstringNoWebpage URL.
ads.google_ad_urlstringNoAdvertisement link.
ads.display_urlstringNoDisplay URL.
ads.advertiserstringNoAdvertiser.
ads.descriptionstringNoDescription.
ads.tracking_tokenstringNoTracking token.
ads.slotstringNoAd slot number.
ads.pricestringNoPrice.
ads.orig_pricestringNoOriginal price.
ads.sellerstringNoSeller.
ads.ratingstringNoRating.
ads.review_countstringNoNumber of reviews.
ads.imgstringNoProduct image URL.
ads.site_linksarrayNoWebsite links.
ads.site_links.titlestringNoTitle.
ads.site_links.urlstringNoWebpage URL.
ads.site_links.google_ad_urlstringNoAdvertisement link.