Update Settings
Instagram Profile Scraper
Update Settings
Configure the Instagram Profile Scraper settings
POST
Update Settings
Configure your Instagram Profile Scraper squid settings. Control the maximum number of profiles collected per task and across the entire run.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonScraper Parameters
Set these parameters in theparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| max_results | integer | unlimited | Maximum number of profiles to collect per task |
| max_unique_results_per_run | integer | unlimited | Maximum number of unique results retrieved across all tasks in the entire run |
Squid Settings
Configure general squid settings:| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping threads (default: 1) |
| export_unique_results | boolean | Export only unique results (deduplicated) |
| to_complete | boolean | Run until all tasks complete |
| no_line_breaks | boolean | Remove line breaks from results |
Leave limits empty or null for unlimited collection.
Code Examples
Response
201