AutomationFlowsMarketing & Ads › Google Search to Lead Prospects with Scrappa

Google Search to Lead Prospects with Scrappa

Original n8n title: Scrappa: Turn Google Search Results Into Lead Prospects

Scrappa: turn Google Search results into lead prospects. Uses n8n-nodes-scrappa. Event-driven trigger; 3 nodes.

Event trigger★★★★☆ complexity3 nodesN8N Nodes Scrappa
Marketing & Ads Trigger: Event Nodes: 3 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Scrappa: turn Google Search results into lead prospects",
  "nodes": [
    {
      "parameters": {},
      "id": "8d2c7670-7b38-4db1-a11f-1b742b6b5c32",
      "name": "Run manually",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "resource": "googleSearch",
        "operation": "googleSearch",
        "query": "best crm consultants new york",
        "country": "us",
        "language": "en",
        "pageZeroBased": 0,
        "limit": 10,
        "additionalQueryParameters": "{}"
      },
      "id": "0707189d-8e2d-4dd7-b4fd-1cc0c7a1cc2e",
      "name": "Search Google with Scrappa",
      "type": "n8n-nodes-scrappa.scrappa",
      "typeVersion": 1,
      "position": [
        260,
        0
      ],
      "credentials": {
        "scrappaApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "jsCode": "const response = $json;\nconst candidates = response.organic_results || response.results || response.data || [];\nreturn candidates.slice(0, 10).map((result, index) => ({\n  json: {\n    rank: index + 1,\n    title: result.title || result.name || '',\n    url: result.link || result.url || '',\n    snippet: result.snippet || result.description || '',\n    sourceQuery: 'best crm consultants new york',\n  },\n}));"
      },
      "id": "7f2a996c-381f-4771-910c-600f41c7207b",
      "name": "Normalize prospects",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        520,
        0
      ]
    }
  ],
  "connections": {
    "Run manually": {
      "main": [
        [
          {
            "node": "Search Google with Scrappa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Google with Scrappa": {
      "main": [
        [
          {
            "node": "Normalize prospects",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "tags": []
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Scrappa: turn Google Search results into lead prospects. Uses n8n-nodes-scrappa. Event-driven trigger; 3 nodes.

Source: https://github.com/userlip/n8n-nodes-scrappa/blob/1ee996c8e1f40e857d4820e87458967135789d20/templates/google-search-to-leads.json — original creator credit. Request a take-down →

More Marketing & Ads workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Marketing & Ads

Scrappa: find local business leads from Google Maps. Uses n8n-nodes-scrappa. Event-driven trigger; 3 nodes.

N8N Nodes Scrappa
Marketing & Ads

⚡AI-Powered YouTube Playlist & Video Summarization and Analysis v2. Uses httpRequest, n8n-nodes-youtube-transcription-dmr, redis. Event-driven trigger; 73 nodes.

HTTP Request, N8N Nodes Youtube Transcription Dmr, Redis
Marketing & Ads

Lead Cleanup - SMS Errors & DNC. Uses httpRequest, slack. Event-driven trigger; 49 nodes.

HTTP Request, Slack
Marketing & Ads

LAB 10 - Trade Fair Lead Processing - Inspectable. Uses httpRequest. Event-driven trigger; 46 nodes.

HTTP Request
Marketing & Ads

Maximize your conversion rates with this end-to-end automated outreach and lead nurturing system. This workflow manages the entire sales lifecycle—from instant contact enrollment via WhatsApp to AI-pe

N8N Nodes Wati, Airtable, HTTP Request