# Structured extraction for Google AI Overview answers > Source: https://scrape.do/documentation/changelog/2026-03-24-ai-overview-product/ 2026-03-24 · feature A new endpoint captures Google's AI Overview answer boxes — the generative summaries that appear above traditional search results — as structured data. Useful for monitoring how Google's AI cites your domain (or your competitors'), tracking the questions that trigger an AI Overview, and auditing what sources Google considers authoritative on a topic. ## What you get back - The generated answer text - The full citation list with anchor text, position, and source URLs - Whether the AI Overview was triggered for the query at all - Standard SERP context (related questions, organic positions) alongside the AI Overview block ## Hitting it The endpoint piggybacks on the Google Search API and supports the same shared parameters — `hl`, `gl`, `google_domain`, `device`, `location` — so you can monitor AI Overview behavior across countries, languages, and devices from the same call. See the [Google Search API documentation](/documentation/google-scraper-api/search) for the full request shape and AI Mode parameters.