Skip to content

Instantly share code, notes, and snippets.

@pratik-dani
Created August 31, 2025 15:54
Show Gist options
  • Select an option

  • Save pratik-dani/303464856cbdf9fb47598d25ae3fff40 to your computer and use it in GitHub Desktop.

Select an option

Save pratik-dani/303464856cbdf9fb47598d25ae3fff40 to your computer and use it in GitHub Desktop.
Crunchbase Scraper.json
{
"name": "Crunchbase Scraper",
"nodes": [
{
"parameters": {
"workflowInputs": {
"values": [
{
"name": "crunchbase_url"
}
]
}
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
-1248,
168
],
"id": "3cbd91df-889c-4aa3-99a5-a6055ea1febf",
"name": "When Executed by Another Workflow"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"name": "Check Again",
"typeVersion": 1,
"position": [
96,
264
],
"id": "65289f85-ac2b-482c-9841-5fb38fb6295e"
},
{
"parameters": {
"resource": "webScrapper",
"operation": "monitorProgressSnapshot",
"snapshot_id": "={{ $json.snapshot_id }}",
"requestOptions": {}
},
"type": "@brightdata/n8n-nodes-brightdata.brightData",
"typeVersion": 1,
"position": [
-576,
96
],
"id": "dd6384cd-61e7-4ac8-be62-22f8cc61d00d",
"name": "Check the status of a batch extraction",
"credentials": {
"brightdataApi": {
"id": "cghP2sCmubIaCvoX",
"name": "BrightData account"
}
}
},
{
"parameters": {},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
-128,
192
],
"id": "c0e57c55-6280-4d32-a7cc-7d25e811da40",
"name": "Wait 5 Seconds",
"webhookId": "1ab7f6fd-2111-458d-b51e-43a7753b373a"
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"id": "521904c4-36ac-4af8-858f-56bb7620d300",
"leftValue": "={{ $json.status }}",
"rightValue": "ready",
"operator": {
"type": "string",
"operation": "equals",
"name": "filter.operator.equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"type": "n8n-nodes-base.if",
"typeVersion": 2.2,
"position": [
-352,
96
],
"id": "ad13b167-5692-4e2c-b18f-1d43e9a8caa8",
"name": "If"
},
{
"parameters": {
"resource": "webScrapper",
"operation": "downloadSnapshot",
"snapshot_id": "={{ $json.snapshot_id }}",
"requestOptions": {}
},
"type": "@brightdata/n8n-nodes-brightdata.brightData",
"typeVersion": 1,
"position": [
-128,
0
],
"id": "43ec997a-b020-4274-99db-23c0c81d8038",
"name": "Download the snapshot content",
"alwaysOutputData": true,
"credentials": {
"brightdataApi": {
"id": "cghP2sCmubIaCvoX",
"name": "BrightData account"
}
}
},
{
"parameters": {
"options": {
"reset": true
}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
-800,
168
],
"id": "c7eeb6cc-f20a-466c-85aa-0248ce66e42f",
"name": "Loop Over Items"
},
{
"parameters": {
"resource": "webScrapper",
"operation": "triggerCollectionByUrl",
"dataset_id": {
"__rl": true,
"value": "gd_l1vijqt9jfj7olije",
"mode": "list",
"cachedResultName": "Crunchbase companies information"
},
"urls": "=[{\"url\": \"{{ $json.crunchbase_url }}\"}]",
"requestOptions": {}
},
"type": "@brightdata/n8n-nodes-brightdata.brightData",
"typeVersion": 1,
"position": [
-1024,
168
],
"id": "4c11c916-7f5b-4527-b652-6f8ec931d43d",
"name": "Initiate batch extraction from URL",
"credentials": {
"brightdataApi": {
"id": "cghP2sCmubIaCvoX",
"name": "BrightData account"
}
}
}
],
"pinData": {
"When Executed by Another Workflow": [
{
"json": {
"crunchbase_url": "https://www.crunchbase.com/organization/king"
}
}
]
},
"connections": {
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Initiate batch extraction from URL",
"type": "main",
"index": 0
}
]
]
},
"Check Again": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Check the status of a batch extraction": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"Wait 5 Seconds": {
"main": [
[
{
"node": "Check Again",
"type": "main",
"index": 0
}
]
]
},
"If": {
"main": [
[
{
"node": "Download the snapshot content",
"type": "main",
"index": 0
}
],
[
{
"node": "Wait 5 Seconds",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[],
[
{
"node": "Check the status of a batch extraction",
"type": "main",
"index": 0
}
]
]
},
"Initiate batch extraction from URL": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "3ddbaaf6-e508-4853-ac13-f92409590905",
"meta": {
"instanceId": "4b2ada92eac5fa9c8485e82fc999c531ceecbe4766408fa5795a0a1a333d5b3c"
},
"id": "HztOI9sg9yoqUbTn",
"tags": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment