google_ai_overview
Retrieve Google AI Overview results by using the follow-up URL provided in a Google Search API response, returning structured text blocks and references.
Instructions
Fetches Google AI Overview results using the follow-up url returned inside a Google Search API response, for cases where Google requires a separate request to load the AI Overview content. [Credits: 5 API credits per successful request] Notes: This endpoint is only used when the primary Google Search API response indicates AI Overview content requires a secondary fetch (i.e., it returns a url for it rather than inline content). The url value is single-use and time-limited to 2 minutes from issuance. Returns: JSON with ai_overview object containing text_blocks (array of typed blocks: paragraph {type, snippet, snippet_highlighted_words}, list {type, list: [{snippet}]}) and references (array of {title, link, snippet, source, index}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The AI Overview fetch URL returned by the Google Search API response's ai_overview field. Expires after 2 minutes. |