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