POST/v1/squids/{squid_hash}

Update Settings

Configure Twitter User Tweets Scraper settings

Configure your Twitter User Tweets Scraper squid settings. Control the number of tweets to fetch, time filtering, and whether to include retweets and pinned tweets.

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 each tweet
max_results
Type:
integer
Default:
null
Description:
Maximum number of tweets to scrape per user
hours_back
Type:
integer | null
Default:
null
Description:
Only fetch tweets from the last N hours
exclude_reposts
Type:
boolean
Default:
false
Description:
If true, excludes retweets from results
collect_pinned_tweets
Type:
boolean
Default:
false
Description:
If true, includes pinned tweets in results

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

Use `hours_back` to monitor recent activity - set to `24` to only collect tweets from the last day.
Pro Tip

Pro Tip

Enable `exclude_reposts` to focus on original content only.
Note

Note

Pinned tweets are not collected by default - enable `collect_pinned_tweets` if you need them.