POST
/v1/squids/{squid_hash}Update Settings
Configure the Instagram Profile Scraper settingsConfigure your Instagram Profile Scraper squid settings. Control the maximum number of profiles collected per task and across the entire run.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Scraper Parameters
max_results
Type:
integer
Default:
unlimited
Description:
Maximum number of profiles to collect per task
max_unique_results_per_run
Type:
integer
Default:
unlimited
Description:
Maximum number of unique results retrieved across all tasks in the entire run
Squid Settings
name
Type:
string
Description:
Display name for your squid configuration
concurrency
Type:
integer
Description:
Number of parallel scraping threads (default: 1)
export_unique_results
Type:
boolean
Description:
Export only unique results (deduplicated)
to_complete
Type:
boolean
Description:
Run until all tasks complete
no_line_breaks
Type:
boolean
Description:
Remove line breaks from results
Note
Leave limits empty or null for unlimited collection.
Pro Tip
Use `max_unique_results_per_run` to set a hard cap on total profiles when processing large batches.