Add Twitter user tweets scraping tasks by screen name
Add Twitter users to scrape tweets from by providing their screen names (usernames). The scraper will retrieve tweets from the specified user’s timeline.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/json| 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 |
| Field | Type | Required | Description |
|---|---|---|---|
| screen_name | string | Yes | Twitter username without the @ symbol (e.g., elonmusk) |
elonmusk not @elonmusk.