Add Task URLs
Google Maps Leads Scraper
Add Task URLs
Add Google Maps search URLs to scrape places from
POST
Add Task URLs
Use this format if you already have a direct Google Maps search or place URL. This is best for manual inputs or small-scale targeted searches.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonURL Format
Google Maps search URL:https://www.google.com/maps/search/restaurant/@43.3928346,5.2662584,14z
The URL contains the search query and coordinates for the search area.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the google-maps-leads-scraper crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
URLs must match Google Maps search or place format.
Code Examples
Response
200