Skip to main content
GET
Get Results
Retrieve scraped data from your Twitter Followers & Following Scraper runs.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

string
required
Hash of the squid to get results from
string
Hash of a specific run (optional)
integer
Page number (default: 1). Example: 1

Result Fields

Each result object contains the following fields:
string
Unique identifier combining user_id and relationship_type. Example: 769922298715537408_following
string
Unique Twitter/X identifier for the account. Example: 769922298715537408
string
Display name of the Twitter/X account. Example: Elon Musk
string
Twitter/X handle of the account (without the @ symbol). Example: elonmusk
string
Direct URL to the Twitter/X profile. Example: https://x.com/elonmusk
string
Profile bio/description text. Example: Tech entrepreneur
string
Location shown on the Twitter/X profile. Example: San Francisco, CA
string
Website URL linked on the Twitter/X profile. Example: https://example.com
integer
Total number of followers of this Twitter/X account. Example: 180000000
integer
Total number of accounts this profile follows. Example: 500
integer
Total number of tweets/posts published by this account. Example: 50000
integer
Total number of media items (photos and videos) posted by this account. Example: 1200
integer
Total number of tweets this account has liked. Example: 30000
integer
Number of public Twitter/X lists this account is included in. Example: 5000
datetime
Date the Twitter/X account was created. Example: 2016-08-24T10:00:00+00:00
string
URL of the account’s profile picture. Example: https://pbs.twimg.com/profile_images/12345/photo_normal.jpg
string
URL of the account’s profile banner/header image. Example: https://pbs.twimg.com/profile_banners/12345/1234567890
boolean
Whether the account has a Twitter Blue (X Premium) verified checkmark. Example: false
boolean
Whether the account has a legacy verified checkmark. Example: false
boolean
Whether the account’s tweets are protected (private). Example: false
boolean
Whether the account’s content is flagged as possibly sensitive. Example: false
string
Shape of the profile image displayed on Twitter/X (e.g. Circle, Square). Example: Circle
string
Professional account type (e.g. Creator, Business). Example: Creator
string
Professional category label shown on the profile. Example: Author
string
Whether this user is a ‘follower’ or ‘following’ of the scraped account. Example: following
json
Raw JSON user data returned by the Twitter/X API