All APIs

Google

Google AI Overview API

Retrieve Google's AI Overview and its cited sources when Google includes one for your query.

Make a request

Use your existing API key with Google Search. Successful requests consume one credit and appear in your request history.

POST /v1/google/search
curl 'https://api.prismcrawl.com/v1/google/search' \
  --request POST \
  --header 'content-type: application/json' \
  --header 'x-api-key: <PRISMCRAWL_API_KEY>' \
  --data '{
  "query": "why is the sky blue",
  "gl": "us",
  "hl": "en"
}'

Read the response

Find the ai_summary item in data.content.serp_features. It contains the answer and source links. Availability depends on the query and region.

With MCP, use the google_search tool and the same request parameters.