All templates
SEOBeginner
AI Mode References to Sheets
Robomotion•Updated Yesterday

Overview
Tracks which websites Google's AI Mode cites when it answers a question. Every 7 days it queries the AI Mode SERP for a keyword, flattens the references of every answer block, de-duplicates them by URL and appends them to a Google Sheet.
AI Mode References to Sheets
Tracks which websites Google's AI Mode cites when it answers a question. Every 7 days it queries the AI Mode SERP for a keyword, flattens the references of every answer block, de-duplicates them by URL and appends them to a Google Sheet.
How it works
- Every 7 Days — an Inject trigger set to repeat weekly.
- Set Parameters — the keyword, location, language and target spreadsheet.
- Get AI Mode SERP —
DataForSEO.Account.RawRequestposts to/serp/google/ai_mode/live/advanced. AI Mode has no dedicated node in the DataForSEO package yet; Raw Request reaches any v3 endpoint by path and unwrapstasks[0].result[0].itemsintomsg.itemsfor you. - Collect References — flattens the
referencesarray of every answer block, de-duplicating by URL. - Append References — writes one row per source 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.
Note on the source templates
Two DataForSEO template pages describe the same automation, so this one flow covers both.
Ported from
- Pull references from Google AI mode to Google Sheets with DataForSEO — DataForSEO template
- Pull references from Google AI mode to Google Sheets with DataForSEO — DataForSEO template