GET
/v1/resultsGet Results
Retrieve scraped Twitter profile dataRetrieve scraped Twitter profile data. Each result contains detailed profile information including follower counts, verification status, and profile metadata.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Core Result Fields
id
integer
Example: 53557759
object
string
Example: result
squid
string
Example: 72d18e4c94534b829877bb7c092b1f80
run
string
Example: 3ff48bb8ef19426e87fbb3e102dd4531
_json
string
Example: {...}
Profile Information
name
string
Example: Elon Musk
screen_name
string
Example: elonmusk
bio
string
Example: Mars & Cars...
location
string
Example: Mars
website
string
Example: https://tesla.com
created_at
string
Example: 2009-06-02T20:12:29Z
internal_id
string
Example: 44196397
Engagement Metrics
followers_count
integer
Example: 150000000
following_count
integer
Example: 500
posts_count
integer
Example: 25000
favourites_count
integer
Example: 15000
listed_count
integer
Example: 50000
media_count
integer
Example: 1000
Verification & Status
is_blue_verified
boolean
Example: true
possibly_sensitive
boolean
Example: false
super_follow_eligible
boolean
Example: true
creator_subscriptions_count
integer
Example: 0
Profile Images
profile_image_url_https
string
Example: https://pbs.twimg.com/...
profile_banner_url
string
Example: https://pbs.twimg.com/...
profile_image_shape
string
Example: Circle
Timestamps
scraping_time
string
Example: 2025-07-04T04:08:09.340Z
Parameters
squidstring
RequiredExample:
72d18e4c94534b829877bb7c092b1f80runstring
OptionalExample:
3ff48bb8ef19426e87fbb3e102dd4531pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
Use `is_blue_verified` to identify verified accounts in your results.
Pro Tip
The `_json` field contains the complete raw API response when `json=true` is set in settings.
Note
Some fields like `website` may be empty if the user hasn't provided that information.