{
  "name": "Crawlora — Google Maps search",
  "meta": {
    "description": "Calls Crawlora's Google Maps search API and returns normalized place records. Set a CRAWLORA_API_KEY credential or environment variable before running."
  },
  "nodes": [
    {
      "parameters": {},
      "id": "b1a7e0c2-0001-4a10-9a01-000000000001",
      "name": "When clicking 'Test workflow'",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [240, 300]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://api.crawlora.net/api/v1/google/map/search",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "x-api-key",
              "value": "={{ $env.CRAWLORA_API_KEY }}"
            }
          ]
        },
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={\n  \"query\": \"coffee shops in Austin, TX\",\n  \"limit\": 20\n}",
        "options": {}
      },
      "id": "b1a7e0c2-0002-4a10-9a01-000000000002",
      "name": "Crawlora: Google Maps search",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [480, 300]
    },
    {
      "parameters": {
        "fieldToSplitOut": "data",
        "options": {}
      },
      "id": "b1a7e0c2-0003-4a10-9a01-000000000003",
      "name": "Split out places",
      "type": "n8n-nodes-base.splitOut",
      "typeVersion": 1,
      "position": [720, 300]
    }
  ],
  "connections": {
    "When clicking 'Test workflow'": {
      "main": [[{ "node": "Crawlora: Google Maps search", "type": "main", "index": 0 }]]
    },
    "Crawlora: Google Maps search": {
      "main": [[{ "node": "Split out places", "type": "main", "index": 0 }]]
    }
  },
  "active": false,
  "settings": { "executionOrder": "v1" },
  "pinData": {}
}
