Add Twitter profile scraping tasks by screen name
Add Twitter profiles to scrape by providing their screen names (usernames). Each task will retrieve detailed profile information for the specified user.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 Profile 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.