POST
/v1/tasksAdd Tasks
Add Google Maps place URLs to scrape reviews fromAdd 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
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Request Body
squid
Type:
string
Required:
Yes
Description:
Hash of your squid configured with the google-maps-reviews-scraper crawler
tasks
Type:
array
Required:
Yes
Description:
Array of task objects, each containing a `url` field
Pro Tip
You can add up to 1000 tasks in a single request for bulk operations.
Pro Tip
The CID (Customer ID) can be found in the Google Maps URL after `cid=` or extracted from the place's share link.
Note
Duplicate URLs are automatically detected and won't be added twice.