Skip to main content

Scrape WooCommerce store leads with ScraperCity and sync verified contacts to Airtable

Workflow preview

Workflow preview
100%
Scrape WooCommerce store leads with ScraperCity and sync verified contacts to Airtable preview
Open on n8n.io

1. Workflow Overview

Who is this for This template is for sales teams, lead generation agencies, and growth marketers who want to build targeted lists of WooCommerce store owners complete with verified emails, phone nu...

Best for

  • Lead Generation automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.manualtrigger, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.wait, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.filter

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Scrape WooCommerce store leads with ScraperCity and sync verified contacts to Airtable
Workflow name
Scrape WooCommerce store leads with ScraperCity and sync verified contacts to Airtable

Who is this for

This template is for sales teams, lead generation agencies, and growth marketers who want to build targeted lists of WooCommerce store owners -- complete with verified emails, phone numbers, and social profiles -- and have those contacts automatically land in Airtable for outreach or CRM workflows.

How it works

  1. A manual trigger starts the workflow and a configuration node lets you set your target country, lead volume, and which data points to collect (emails, phones).
  2. A POST request to the ScraperCity store-leads API kicks off an async scrape job targeting WooCommerce stores and returns a runId.
  3. The workflow enters a polling loop -- waiting 60 seconds between each status check -- until the ScraperCity job reports SUCCEEDED.
  4. Once complete, the results CSV is downloaded via the ScraperCity download endpoint.
  5. A Code node parses the CSV, cleans the data, and deduplicates records by email address.
  6. A filter removes rows missing both email and phone, keeping only actionable contacts.
  7. Each verified contact is upserted into an Airtable base, ready for outreach.

How to set up

  1. Create a ScraperCity account at scrapercity.com and copy your API key.
  2. In n8n, create an HTTP Header Auth credential named ScraperCity API Key with the header Authorization: Bearer YOUR_KEY.
  3. Create an Airtable personal access token credential in n8n.
  4. Open the Configure Scrape Parameters node and set your country code, lead volume, and Airtable base/table IDs.
  5. Click Execute workflow to run.

Requirements

  • ScraperCity account (store-leads product)
  • Airtable account with a base containing columns: Name, Website, Email, Phone, Instagram, Facebook, Country
  • n8n instance (cloud or self-hosted)

How to customize the workflow

  • Change platform in the config node from woocommerce to shopify to target Shopify stores instead.
  • Adjust totalLeads to scrape more or fewer contacts per run.
  • Add a Filter node after the Code node to restrict results to stores with Instagram profiles only.
  • Replace the Airtable output node with HubSpot, Google Sheets, or Notion to match your CRM stack.
  • Attach a Schedule Trigger to run the scrape weekly for ongoing lead generation.

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Sticky Note2

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

Block 4 - Sticky Note3

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

Block 5 - Sticky Note4

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

Block 6 - Sticky Note5

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

Block 7 - When clicking 'Execute workflow'

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

Block 8 - Configure Scrape Parameters

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

Block 9 - Start WooCommerce Lead Scrape

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

Block 10 - Store Run ID

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

Block 11 - Wait Before First Poll

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 12 - Poll Scrape Status

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

Block 13 - Is Scrape Complete?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 14 - Wait 60 Seconds Before Retry

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 15 - Preserve Run ID for Retry

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

Block 16 - Download Scraped Results

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

Block 17 - Parse and Clean CSV Results

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

Block 18 - Filter Contacts with Email or Phone

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 19 - Remove Duplicate Emails

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

Block 20 - Upsert Lead into Airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

3. Summary Table

Workflow Scrape WooCommerce store leads with ScraperCity and sync verified contacts to Airtable
Complexity advanced
Nodes 20
Categories Lead Generation
Author Alex Berman
Published 26 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14344/14344.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 Scrape WooCommerce store leads with ScraperCity and sync verified contacts to Airtable do?

Who is this for This template is for sales teams, lead generation agencies, and growth marketers who want to build targeted lists of WooCommerce store owners complete with verified emails, phone nu...

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 Lead Generation use case.