Skip to main content
GET
Get Results
Retrieve scraped data from your Threads 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
integer
Page number (default: 1)

Result Fields

string
Direct URL of the post. Example: https://www.threads.net/@zuck/post/Cabcde12345
string
Numeric identifier of the post. Example: 3456789012345
string
Short code of the post used in its URL. Example: Cabcde12345
string
Row type: post or reply. Example: post
string
Where the row came from: posts, search, or permalink. Example: posts
string
Keyword or tag searched for (search rows only). Example: AI
datetime
UTC timestamp at which the row was collected. Example: 2026-09-15T10:00:00Z
string
Full text of the post. Example: Just launched something new!
datetime
Publication date of the post in UTC. Example: 2026-09-14T20:00:00Z
string
Language detected by Threads for the post. Example: en
string
Topic/community tag attached to the post. Example: Technology
json
Hashtags found in the post text.
json
Handles mentioned in the post text.
json
Handles that Threads itself resolved as mentions.
json
Accounts Threads resolved as mentions, with user ids.
bigint
Number of likes. Example: 45231
bigint
Number of direct replies. Example: 1847
bigint
Number of reposts. Example: 3210
bigint
Number of quote posts. Example: 892
bigint
Number of shares. Example: 5612
bigint
Number of views (only on single-post crawls). Example: 1200000
boolean
True when the post carries at least one image, video, or carousel. Example: false
string
Kind of media: text, image, video, carousel, or audio. Example: text
json
URLs of the post media.
integer
Width in pixels of the post media. Example: 1080
integer
Height in pixels of the post media. Example: 1080
boolean
True when the attached video carries audio. Example: false
string
Alt text of the media.
boolean
True when the post attaches a GIF. Example: false
string
Title of the music track attached to the post.
string
Artist of the music track.
json
External links in the post.
Title of the link preview attached to the post.
boolean
True when the post is flagged as a paid partnership. Example: false
boolean
True when the post is pinned. Example: false
boolean
True when the post text was edited. Example: false
boolean
True when the media is marked as a spoiler. Example: false
boolean
True when Threads flags the post as AI-generated. Example: false
string
Who is allowed to reply to the post. Example: everyone
boolean
True when the post is a reply to another post. Example: false
string
Handle of the account this post replies to.
boolean
True when the post quotes another post. Example: false
string
URL of the quoted post.
boolean
True when the post is a repost. Example: false
string
URL of the reposted post.
string
Handle of the post author. Example: zuck
string
Numeric identifier of the post author. Example: 314216
string
Display name of the post author. Example: Mark Zuckerberg
string
URL of the post author profile. Example: https://www.threads.net/@zuck
string
Profile picture of the post author. Example: https://scontent.example.com/v/t51.2885-19/zuck_profile.jpg
boolean
True when the post author is verified. Example: true
boolean
True when the post author account is private. Example: false
bigint
Number of followers (profile crawls only). Example: 12500000
string
Biography of the crawled profile (profile crawls only).
Links listed in the profile biography.
json
Topic tags displayed on the profile.
string
Highest resolution profile picture (profile crawls only).
boolean
True when the profile is reachable on the fediverse. Example: true

Code Examples

Response

200