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 'https://api.scrapeless.com/api/v2/scraper/request' \
--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 code.
shoppingbooleanNoWhether to fetch shopping data. Defaults to true. When enabled, the response includes extra product information in the products field — the merchant offers behind each product cluster, such as direct store URL, price, installments, stock, delivery, and returns.
locationstringNoGoogle canonical location name for geo-targeted results (e.g., New York,New York,United States). See Google’s geo target list for all supported locations. Mutually exclusive with uule.
uulestringNoPre-encoded Google UULE string for precise geo-targeting. Use this when you have a pre-built UULE value instead of a location name. Mutually exclusive with location.

Response Fields

Note: When shopping is enabled and the response returns this extra product information, 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.
productsarrayProduct information returned by Google Overview Mode.
products.thumbnailsarrayArray of product thumbnail image URLs.
products.titlestringProduct title.
products.urlstringProduct page URL.
products.brandstringProduct brand name.
products.reviewsintNumber of reviews.
products.ratingstringAverage rating score.
products.price_rangestringPrice range, e.g., $2,499.99.
products.storesarrayArray of store offers.
products.stores.namestringStore name.
products.stores.linkstringStore product link.
products.stores.titlestringProduct title at the store.
products.stores.ratingsstringStore rating, e.g., 4.3/5.
products.stores.extensionsarrayAdditional info (stock, delivery, returns).
products.stores.pricestringStore price.
products.stores.delivery_feestringDelivery fee information.
products.stores.total_pricestringTotal price including fees.
products.about_the_productobjectDetailed product information.
products.about_the_product.titlestringSection title.
products.about_the_product.linkstringProduct page link.
products.about_the_product.displayed_linkstringDisplayed domain name.
products.about_the_product.featuresarrayProduct features/specifications.
products.about_the_product.features.titlestringFeature name.
products.about_the_product.features.valuestringFeature value.
products.about_the_product.descriptionstringProduct description.
products.variantsarrayProduct variant options.
products.variants.titlestringVariant category title.
products.variants.itemsarrayVariant options list.
products.variants.items.namestringVariant option name.
products.variants.items.selectedboolWhether this variant is selected.
products.variants.items.availabilityboolVariant availability status.
products.ratingsarrayRating distribution data.
products.ratings.starsintStar rating level (1-5).
products.ratings.amountintNumber of ratings at this level.
products.user_reviewsarrayUser review data.
products.user_reviews.textstringReview text content.
products.user_reviews.sourcestringReview source platform.
products.user_reviews.ratingintUser rating score.
products.user_reviews.datestringReview date.
products.user_reviews.namestringReviewer name.
products.user_reviews.titlestringReview title.