Retrieves AI-generated answers from Google SERP when AI Overview content is loaded via a separate background request. Requires a pageToken provided in the aiOverview block of the Google SERP API. Token is valid for 4 minutes.

Get Your API Key

Sign in at hasdata.com, go to your account settings, and copy your API key. All requests must include your key in the x-api-key header.

Make Your First Request

curl --request GET \
  --url https://api.hasdata.com/scrape/google/ai-overview \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
pageToken-YesToken from aiOverview block in Google SERP API. Valid for 4 minutes.