Add Tasks
Twitter User Tweets Scraper
Add Tasks
Add Twitter user tweets scraping tasks by screen name
POST
Add Tasks
Add Twitter users to scrape tweets from by providing their screen names (usernames). The scraper will retrieve tweets from the specified user’s timeline.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonRequest Body
| Field | Type | Required | Description |
|---|---|---|---|
| squid | string | Yes | Hash of your squid configured with the Twitter User Tweets Scraper |
| tasks | array | Yes | Array of task objects, each containing a screen_name field |
Task Object
| Field | Type | Required | Description |
|---|---|---|---|
| screen_name | string | Yes | Twitter username without the @ symbol (e.g., elonmusk) |
The screen_name should not include the @ symbol - use
elonmusk not @elonmusk.Code Examples
Response
200