AutomationFlowsMarketing & Ads › Find Local Business Leads from Google Maps

Find Local Business Leads from Google Maps

Original n8n title: Scrappa: Find Local Business Leads From Google Maps

Scrappa: find local business leads from Google Maps. 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: find local business leads from Google Maps",
  "nodes": [
    {
      "parameters": {},
      "id": "125bc0df-624a-4bf2-b550-2252104b7b98",
      "name": "Run manually",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ]
    },
    {
      "parameters": {
        "resource": "googleMaps",
        "operation": "googleMapsSearch",
        "query": "roofing companies in Austin",
        "latitude": 30.2672,
        "longitude": -97.7431,
        "zoom": 12,
        "country": "us",
        "language": "en",
        "pageZeroBased": 0,
        "limit": 20,
        "additionalQueryParameters": "{}"
      },
      "id": "32595a8d-db49-49ed-9f1d-61dd5b8ba8f1",
      "name": "Search Google Maps with Scrappa",
      "type": "n8n-nodes-scrappa.scrappa",
      "typeVersion": 1,
      "position": [
        260,
        0
      ],
      "credentials": {
        "scrappaApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "jsCode": "const response = $json;\nconst businesses = response.results || response.places || response.data || [];\nreturn businesses.map((business) => ({\n  json: {\n    name: business.name || business.title || '',\n    rating: business.rating || '',\n    reviews: business.reviews || business.review_count || '',\n    phone: business.phone || business.phone_number || '',\n    website: business.website || '',\n    address: business.address || business.full_address || '',\n    businessId: business.business_id || business.place_id || '',\n  },\n}));"
      },
      "id": "6ed4f6fa-e71c-4658-8354-4589ee2170a4",
      "name": "Normalize local leads",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        520,
        0
      ]
    }
  ],
  "connections": {
    "Run manually": {
      "main": [
        [
          {
            "node": "Search Google Maps with Scrappa",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search Google Maps with Scrappa": {
      "main": [
        [
          {
            "node": "Normalize local leads",
            "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: find local business leads from Google Maps. Uses n8n-nodes-scrappa. Event-driven trigger; 3 nodes.

Source: https://github.com/userlip/n8n-nodes-scrappa/blob/1ee996c8e1f40e857d4820e87458967135789d20/templates/google-maps-local-lead-finder.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: turn Google Search results into lead prospects. Uses n8n-nodes-scrappa. Event-driven trigger; 3 nodes.

N8N Nodes Scrappa
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
Marketing & Ads

This workflow is designed to take user inputs in order to generate an image using the Riverflow 2.0 model through the Replicate API. It can handle both image generation as well as image editing. Addit

Form Trigger, Data Table, HTTP Request +1
Marketing & Ads

Run professional email campaigns with A/B testing, Google Sheets tracking, and Slack analytics. FEATURES:

Google Sheets, Slack, Gmail +1
Marketing & Ads

This workflow allows you to send multi-step email campaigns using n8n, Gmail and Google Sheets.

Google Sheets, Gmail, Execute Workflow Trigger