All templates
SEOBeginner
Scrape AI Mode References
Robomotion•Updated Yesterday

Overview
Watches, in near real time, which sites Google's AI Mode pulls from when it answers questions about your brand. Polls the AI Mode SERP every 15 minutes and appends every cited source to a Google Sheet.
Scrape AI Mode References
Watches, in near real time, which sites Google's AI Mode pulls from when it answers questions about your brand. Polls the AI Mode SERP every 15 minutes and appends every cited source to a Google Sheet.
How it works
- Every 15 Minutes — an Inject trigger repeating every 900 seconds.
- Set Parameters — the brand keyword to watch and the destination spreadsheet.
- Get AI Mode SERP —
DataForSEO.Account.RawRequestposts to/serp/google/ai_mode/live/advanced. - Collect References — one row per cited source, de-duplicated by URL.
- Append References — writes the rows to the sheet.
Setup
- DataForSEO credential — API login and password from https://app.dataforseo.com/api-access.
- Google credential — Service Account or OAuth2 with access to the spreadsheet.
- A sheet with the columns
Source,Domain,URL,Title,Text.
Cost
A 15-minute poll is roughly 2,900 AI Mode calls a month. Lengthen the Repeat interval on the trigger if you only need a daily picture.
Ported from
- Scrape references from Google AI Mode with DataForSEO — DataForSEO template