Skip to main content
GET
/
v1
/
results
Get Results
curl --request GET \
  --url https://api.lobstr.io/v1/results \
  --header 'Authorization: <authorization>'
{
  "internal_id": "<string>",
  "is_blue_verified": true,
  "profile_image_shape": "<string>",
  "affiliates_highlighted_label_description": "<string>",
  "affiliates_highlighted_label_user_label_type": "<string>",
  "created_at": {},
  "favourites_count": 123,
  "followers_count": 123,
  "following_count": 123,
  "listed_count": 123,
  "bio": "<string>",
  "location": "<string>",
  "website": "<string>",
  "media_count": 123,
  "name": "<string>",
  "normal_followers_count": 123,
  "possibly_sensitive": true,
  "profile_banner_url": "<string>",
  "profile_image_url_https": "<string>",
  "screen_name": "<string>",
  "posts_count": 123,
  "super_follow_eligible": true,
  "verification_info_reason_description_text": "<string>",
  "creator_subscriptions_count": 123,
  "verified_since_msec": "<string>",
  "_json": "<string>"
}

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.

Retrieve scraped data from your Twitter Profile Scraper runs.

Headers

Authorization
string
required
Your API authentication token. Value: Token YOUR_API_KEY

Query Parameters

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

Result Fields

Each result object contains the following fields:
internal_id
string
Unique internal Twitter/X identifier for the account. Example: 1720665183188922368
is_blue_verified
boolean
Whether the account has a Twitter Blue (X Premium) verified checkmark. Example: true
profile_image_shape
string
Shape of the profile image displayed on Twitter/X (e.g. circle, square). Example: Square
affiliates_highlighted_label_description
string
Description of the affiliate or organization label shown on the profile. Example: xAI
affiliates_highlighted_label_user_label_type
string
Type of affiliate or organization label displayed on the profile. Example: BusinessLabel
created_at
datetime
Date the Twitter/X account was created. Example: 2023-11-04T03:52:34+00:00
favourites_count
integer
Total number of tweets this account has liked. Example: 79
followers_count
integer
Total number of followers of this Twitter/X account. Example: 6434825
following_count
integer
Total number of accounts this profile follows. Example: 3
listed_count
integer
Number of public Twitter/X lists this account is included in. Example: 5064
bio
string
Bio text shown on the Twitter/X profile. Example: https://t.co/fqNKQSiLQB @grok it
location
string
Location shown on the Twitter/X profile. Example: wherever you are
website
string
Website URL linked on the Twitter/X profile. Example: https://grok.com
media_count
integer
Total number of media items (photos and videos) posted by this account. Example: 2693370
name
string
Display name of the Twitter/X account. Example: Grok
normal_followers_count
integer
Number of followers excluding Twitter Blue subscribers. Example: 6434825
possibly_sensitive
boolean
Whether the account’s content is flagged as possibly sensitive. Example: false
profile_banner_url
string
URL of the account’s profile banner or header image. Example: https://pbs.twimg.com/profile_banners/1720665183188922368/1740213586
profile_image_url_https
string
URL of the account’s profile picture. Example: https://pbs.twimg.com/profile_images/1893219113717342208/Vgg2hEPa_normal.jpg
screen_name
string
Twitter/X handle of the account (without the @ symbol). Example: grok
posts_count
integer
Total number of tweets published by this account. Example: 56218804
super_follow_eligible
boolean
Whether the account is eligible for Twitter Super Follows monetization. Example: false
verification_info_reason_description_text
string
Reason the account is verified (e.g. government, company, notable). Example: Denne kontoen er verifisert fordi den er tilknyttet @xai på X. Les mer
creator_subscriptions_count
integer
Number of subscribers to this account’s paid creator content. Example: 0
verified_since_msec
string
Unix timestamp in milliseconds of when the account was verified. Example: 1699406829926
_json
text
Raw JSON profile data returned by the Twitter/X API