Update Settings
Twitter Search Results Scraper
Update Settings
Configure Twitter Search Results Scraper settings
POST
Update Settings
Configure your Twitter Search Results Scraper squid settings. Control the maximum number of results to fetch per search query.
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 | null | Maximum number of tweets to scrape per search query |
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
max_results as null to scrape all available results for your search query.Code Examples
Response
201