Add Tasks
Google Maps Reviews Scraper
Add Tasks
Add Google Maps place URLs to scrape reviews from
POST
Add Tasks
Add Google Maps place URLs as tasks to your squid. The scraper will extract reviews from each place you provide.
You can use either the short CID format or the full Google Maps URL.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonSupported URL Formats
Short CID format:https://maps.google.com/?cid=1357935577401699828
Full Google Maps URL:
https://www.google.com/maps/place/Restaurant+Name/@48.8499542,2.3524796,17z/...
Both formats work - use whichever is easier for your workflow.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the google-maps-reviews-scraper crawler |
| tasks | array | Yes | Array of task objects, each containing a url field |
Duplicate URLs are automatically detected and won’t be added twice.
Code Examples
Response
200