Skip to main content

Extract Google Ads creatives by domain with SerpAPI and export to CSV

Workflow preview

Workflow preview
100%
Extract Google Ads creatives by domain with SerpAPI and export to CSV preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Template: Extract Ad Creatives from Google’s Ads Transparency Center This n8n workflow pulls ad creatives from Google's Ads Transparency Center using SerpApi, filtered by a specific domain and r...

Best for

  • Market Research automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.httprequest, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.function, n8n-nodes-base.switch, n8n-nodes-base.spreadsheetfile, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nikan Noorafkan.

Original n8n.io source

1.1 Workflow description

Title
Extract Google Ads creatives by domain with SerpAPI and export to CSV
Workflow name
Extract Google Ads creatives by domain with SerpAPI and export to CSV

🧾 Template: Extract Ad Creatives from Google’s Ads Transparency Center

This n8n workflow pulls ad creatives from Google's Ads Transparency Center using SerpApi, filtered by a specific domain and region. It extracts, filters, categorizes, and exports ads into neatly formatted CSV files for easy analysis.


👤 Who’s it for?

  • Marketing Analysts researching competitive PPC strategies
  • Ad Intelligence Teams monitoring creatives from specific brands
  • Digital Marketers gathering visual and copy trends
  • Journalists & Watchdogs reviewing ad activity transparency

✅ Features

  • Fetch creatives using SerpApi's google_ads_transparency_center engine
  • Filter results to include only ads with an exact match to your target domain
  • Categorize by ad format: text, image, or video
  • Export CSVs: Generates a downloadable file for each format under the /files/ directory

🛠 How to Use

  1. Edit the “Set Domain & Region” node

    • domain: e.g. example.com
    • region: SerpApi numeric region code → See codes
  2. Add your SerpApi API key

    • In the “Get Ads Page 1” node’s credentials section.
  3. Run the workflow

    • Click "Test workflow" to initiate the process.
  4. Download your results

    • Navigate to /files/ to find:

      • text_{domain}_ads.csv
      • image_{domain}_ads.csv
      • video_{domain}_ads.csv

📌 Notes

  • Only the first page (up to 50 creatives) is fetched; pagination is not included.
  • Sticky Notes inside the workflow nodes offer helpful internal annotations.
  • CSV files include creative-level details: ad copy, images, video links, etc.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Get Ads Page 1

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 2

Block 2 - When clicking ‘Test workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 3 - Set Domain & Region

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 4 - Extract Ad Creatives

Type / Role
n8n-nodes-base.function - function
Config choices
Version 1

Block 5 - Split by Format1

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 1

Block 6 - Convert Text Ads to CSV

Type / Role
n8n-nodes-base.spreadsheetFile - spreadsheetFile
Config choices
Version 1

Block 7 - Convert Image Ads to CSV

Type / Role
n8n-nodes-base.spreadsheetFile - spreadsheetFile
Config choices
Version 1

Block 8 - Convert Video Ads to CSV1

Type / Role
n8n-nodes-base.spreadsheetFile - spreadsheetFile
Config choices
Version 1

Block 9 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note6

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note7

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Extract Google Ads creatives by domain with SerpAPI and export to CSV
Complexity advanced
Nodes 16
Categories Market Research
Author Nikan Noorafkan
Published 03 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4616/4616.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Extract Google Ads creatives by domain with SerpAPI and export to CSV do?

Template: Extract Ad Creatives from Google’s Ads Transparency Center This n8n workflow pulls ad creatives from Google's Ads Transparency Center using SerpApi, filtered by a specific domain and r...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Market Research use case.