Google Maps Scraper

UI v4: map, grid coverage, 1000-row batch export, n8n guide.
Location
Large coverage
For more than a handful of results, split the city into many neighborhood cells. Each area becomes one job.
Advanced
One job per area. Defaults are deeper than before.
Click the map or drag the marker. Add areas manually, or generate a grid around the current center.
0 areas
JobStatusKeywordResultsActions
Loading...

n8n quick guide direct API

Create job: use an HTTP Request node, method POST, URL https://map.xcart.ir/api/v1/jobs, JSON body:

{
  "name": "salon tehran area 1",
  "keywords": ["???? ?????? ?????"],
  "lang": "fa",
  "zoom": 15,
  "lat": "35.6892",
  "lon": "51.3890",
  "fast_mode": false,
  "radius": 1500,
  "depth": 20,
  "email": false,
  "max_time": 1800,
  "proxies": []
}

Poll jobs: GET https://map.xcart.ir/api/v1/jobs. Download CSV: GET https://map.xcart.ir/api/v1/jobs/<JOB_ID>/download.