POST/v1/squids/{squid_hash}

Update Settings

Configure Twitter Profile Scraper settings including raw JSON output

Configure your Twitter Profile Scraper squid settings. Control output format, concurrency, and whether to return raw JSON data from Twitter's API.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

Scraper Parameters

json
Type:
boolean
Default:
false
Description:
If true, returns the complete raw JSON payload for the user profile

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
Pro Tip

Pro Tip

Enable `json: true` to get the complete raw API response for advanced analysis or custom field extraction.
Note

Note

The raw JSON contains additional fields not included in the parsed output.