Threads Scraper avatar

Threads Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Threads Scraper

Threads Scraper

Track brand mentions and keywords on Meta Threads for social listening and competitor monitoring. Every post returns the @mentions it names, the links it shares, full engagement counts (likes, replies, reposts, quotes), reply-chain context and author profiles. No login or API key needed.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Sheshinmcfly

Sheshinmcfly

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

1

Monthly active users

11 days ago

Last modified

Share

🧡 Threads Scraper

Search Meta's Threads by profile, keyword or post URL β€” 39 data points per post. No login, no account, no API key.

Threads is where a lot of the conversation moved, and it has no public API. This actor gives you the structured version: full engagement counts, the author's profile, who is @mentioned, which links are shared, and the reply chain that connects a post to the conversation it belongs to.

⚑ FastDirect requests, no browser. Results land in seconds.
πŸ” 3 ways inBy profile, by keyword search, or by a single post URL with its replies.
🏷 Mentions & links@accounts and shared URLs come out parsed into their own fields β€” no regex on your side.
πŸ’¬ Conversation awarereplyToUsername and rootPostUsername reconstruct who is answering whom.
πŸ“Š Full engagementLikes, replies, reposts, quotes and reshares on every post.
πŸ”“ No credentialsNothing to sign up for, no cookies to paste.

What data does it extract?

🧡 Posts

Core: id, code, url, text, createdAt, queryContext

Engagement: likeCount, replyCount, repostCount, quoteCount, reshareCount

Author: authorUsername, authorFullName, authorIsVerified, authorProfilePicUrl, authorId

Mentions & links: mentions (every @account named in the post), links (every URL shared, with its display text), linkPreviewUrl, linkPreviewTitle, linkPreviewDomain

Conversation: isReply, replyToUsername, rootPostUsername, replyControl, isLikedByRootAuthor, isPinnedToProfile

Media: mediaType, mediaTypeLabel, mediaUrls, mediaWidth, mediaHeight, hasAudio

Signals: detectedLanguage, isEdited, isPaidPartnership, fbid

πŸ‘€ Profiles

username, fullName, biography, followerCount, isVerified, isPrivate, bioLinks, profileTags, profilePicUrl

Profile mode returns the account summary and its recent posts in a single run.

Fields tied to a condition are null when that condition doesn't apply β€” replyToUsername is empty on a top-level post, linkPreviewTitle on a post that shares no link. Nothing is guessed.


Three ways to pull data

ModeWhat you give itWhat you get
πŸ‘€ Profileusernames (no @)Each account's profile + its recent posts
πŸ” SearchkeywordsPosts matching the keyword across Threads
πŸ’¬ Postpost URLsThat post plus its visible reply thread

Who uses this, and for what

WhoWhat they run it for
πŸ‘‚ Social listening teamsTrack brand, product or topic mentions as they happen
πŸ“Š Competitor analystsMonitor a rival's posting cadence and what actually gets engagement
πŸ“ˆ Trend researchersMeasure real-time volume and tone around any keyword
🀝 Influencer marketersFind who mentions whom, and spot paid partnerships
πŸ“° Journalists & OSINTCapture a full reply thread with its conversation structure
πŸ€– AI & dataset buildersCollect labelled social text with engagement signals attached

Quick start β€” copy an input and run

One account's recent posts (fastest, good first run)

{ "dataType": "profile", "usernames": ["zuck"], "maxResultsPerQuery": 25 }

Track a topic by keyword

{ "dataType": "search", "searchQueries": ["artificial intelligence"], "maxResultsPerQuery": 50 }

Several competitors at once

{
"dataType": "profile",
"usernames": ["zuck", "mosseri"],
"maxResultsPerQuery": 50
}

A full reply thread on one post

{ "dataType": "post", "postUrls": ["https://www.threads.net/@zuck/post/DakyAavlKLZ"] }

How to use

  1. Pick a Data type: profile, search or post.
  2. Fill the matching field β€” usernames (without the @), search queries, or post URLs.
  3. Set max results per profile/search. Post mode always returns the full visible thread.
  4. Run. Profile mode returns the profile summary plus posts, replies and media in one pass.

Output example

{
"recordType": "post",
"id": "3937491905269768921",
"url": "https://www.threads.net/@zuck/post/DakyAavlKLZ",
"text": "Today we're releasing a new model...",
"createdAt": "2026-07-09T14:00:34+00:00",
"likeCount": 2766,
"replyCount": 612,
"repostCount": 189,
"quoteCount": 62,
"mentions": ["alexanddeer"],
"links": [
{ "url": "http://meta.com/thefutureisforeveryone", "displayText": "meta.com/thefu…" }
],
"linkPreviewTitle": "The Future is for Everyone",
"linkPreviewDomain": "meta.com",
"replyToUsername": null,
"replyControl": "everyone",
"authorUsername": "zuck",
"authorFullName": "Mark Zuckerberg",
"authorIsVerified": true,
"detectedLanguage": "en",
"isEdited": false
}

Performance & cost

Runs on direct requests with no browser, so a profile or keyword pull finishes in seconds and stays cheap.

Pricing

Pay per result β€” you are charged per record returned, and nothing else. See the price on the actor page.

FAQ

Do I need a Threads or Instagram account? No. The actor reads public Threads data β€” no login, no cookies, no API key.

Can I get posts from a private account? No. Private accounts are not public data and are not returned.

How do I find who a post is replying to? replyToUsername gives the account being answered, and rootPostUsername the author who started the thread. Both are null on top-level posts.

Are hashtags and mentions separated from the text? Mentions are, in the mentions array, along with shared URLs in links. The full original text is always kept in text.

Keywords

threads scraper, threads api, threads posts scraper, meta threads data, threads search scraper, social media scraper, threads engagement data, threads reply scraper, social listening tool, threads mentions tracker

Disclaimer

This actor collects only publicly available post data from Threads. Use the data in compliance with the applicable terms and with data-protection laws in your jurisdiction.

Changelog

VersionDateChanges
1.12026-08-18Added 16 fields: @mentions, shared links with preview cards, reply-chain context (who a post answers and who started the thread), language detection, edit flag and media dimensions.
1.02026-07-14Initial release β€” profile posts, search, and post threads with full engagement data