Skip to main content
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

string
required
Your API authentication token. Value: Token YOUR_API_KEY
string
required
Request body format. Value: application/json

Supported 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

You can add up to 1000 tasks in a single request for bulk operations.
The CID (Customer ID) can be found in the Google Maps URL after cid= or extracted from the place’s share link.
Duplicate URLs are automatically detected and won’t be added twice.

Code Examples

Response

200