Threads Replies Scraper API
Pricing
from $1.00 / 1,000 results
Threads Replies Scraper API
Fetch replies from Threads posts. Get reply text, engagement metrics, author info, and media details. Requires a Threads Session ID.
Threads Replies Scraper API
Pricing
from $1.00 / 1,000 results
Fetch replies from Threads posts. Get reply text, engagement metrics, author info, and media details. Requires a Threads Session ID.
Item Type
item_type
Optional
"post" for the item you submitted (first row per URL), "reply" for each reply to it
Source URL
sourceUrl
Optional
The input post URL this item belongs to
Post ID
postId
Optional
Unique Threads identifier of the item you submitted. Populated for item_type: post; null for item_type: reply.
Reply ID
replyId
Optional
Unique Threads reply identifier. Populated for item_type: reply; null for item_type: post.
Post Code
postCode
Optional
Shortcode of this row's own item — the post on a post row, the reply on a reply row. Not the shortcode inside sourceUrl
Post URL
postUrl
Optional
Direct link to this item, built from its own author's handle. May differ from sourceUrl when the link you submitted used a different handle. Populated for item_type: post; null for item_type: reply.
Reply URL
replyUrl
Optional
Direct link to the reply. Populated for item_type: reply; null for item_type: post.
Text
text
Optional
Full text content of the post or reply
Mentions
mentions
Optional
Mentioned users (@username) found in the text, in lower case
URLs
urls
Optional
Links found in the text, plus any linked URL from an attached link card
Link Title
linkTitle
Optional
Title shown on an attached link card, when the item has one
Username
username
Optional
Author's username
User ID
userId
Optional
Author's user ID
Profile URL
profileUrl
Optional
Link to the author's Threads profile
Profile Picture
profilePicUrl
Optional
Link to the author's profile picture. Time-limited by Threads — save the image soon after the run rather than keeping the link
Verified
isVerified
Optional
Whether the author has a verified badge
Display Name
displayName
Optional
Author's display name, as shown on their profile
Timestamp
timestamp
Optional
When the post or reply was created (ISO 8601)
Edited
isEdited
Optional
Whether the text has been edited since it was posted
Who Can Reply
replyControl
Optional
Who the author allows to reply, for example everyone or accounts they follow
Likes
likeCount
Optional
Number of likes
Reply Count
replyCount
Optional
Number of direct replies to this item
Reposts
repostCount
Optional
Number of reposts
Quotes
quoteCount
Optional
Number of quote posts
Liked by Author
isLikedByAuthor
Optional
Whether the author of the thread has liked this item. Meaningful on reply rows; always blank or false on the row for the item you submitted.
Replying To
replyToUsername
Optional
Username of the person this item is directed at. Populated when the item is itself a reply, including the item_type: post row when you submitted a reply link.
Depth
depth
Optional
Depth within these results. 0 = the item you submitted, 1 = a direct reply to it, 2+ = a nested reply
Parent Reply ID
parentReplyId
Optional
The replyId of the parent reply this is responding to. Empty for original posts and for direct replies (which answer the item_type: post row), and in the rare case where Threads did not identify the parent — select direct replies with depth = 1.
Media Type
mediaType
Optional
Type of media: text, photo, video, carousel, or gif
Is GIF
isGif
Optional
True when the attachment is an embedded GIF, so you can filter GIF replies without inspecting the media URL.
Media URL
mediaUrl
Optional
Link to the main media attachment. Time-limited by Threads — save the file soon after the run rather than keeping the link. For carousel posts, this is the first slide. Null for text-only posts.
Media URLs
mediaUrls
Optional
Links to every media attachment. Time-limited by Threads — save the files soon after the run rather than keeping the links. For carousel posts, contains one URL per slide in order. Empty array for text-only posts.
Media Width
mediaWidth
Optional
Width in pixels of the primary media attachment. Null for text-only items.
Media Height
mediaHeight
Optional
Height in pixels of the primary media attachment. Null for text-only items.
Image Description
accessibilityCaption
Optional
Threads' own description of the attached image, when there is one. Often just a short credit line rather than a description
Index
index
Optional
Reply position within this post's results (1-based). null for item_type: post.
Scraped At
scrapedAt
Optional
Extraction timestamp (ISO 8601)