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 →
{
"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.
scrappaApi
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Scrappa: find local business leads from Google Maps. Uses n8n-nodes-scrappa. Event-driven trigger; 3 nodes.
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
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
Run professional email campaigns with A/B testing, Google Sheets tracking, and Slack analytics. FEATURES:
This workflow allows you to send multi-step email campaigns using n8n, Gmail and Google Sheets.