Threads Scraper - Profiles & Posts avatar

Threads Scraper - Profiles & Posts

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Threads Scraper - Profiles & Posts

Threads Scraper - Profiles & Posts

Scrape Threads (Meta) profiles and recent posts in bulk. Get followers, bio, verified status, and posts with likes, replies, reposts and media by username. No login or API key. Pay per result.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Swerve

Swerve

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape Threads (Meta's Threads, threads.com) in bulk. Paste a list of handles or profile URLs and get each account's followers, bio and verified status, plus its recent posts with likes, replies, reposts, quotes and media. No login and no API key.

What you can do with it

  • Pull follower counts, bios and verified status for a list of Threads creators
  • Collect each account's recent posts with full engagement for monitoring and research
  • Track how a competitor's or brand's Threads following and posts change over time
  • Enrich a list of Threads handles with profile and post data for outreach

Input

FieldWhat it doesExample
Threads usernamesThe accounts to scrape, as handles or profile URLs.zuck, @mosseri, https://www.threads.com/@natgeo
Include recent postsAlso return each profile's recent posts (likes, replies, reposts, quotes, media). On by default.on

Output

One profile row per username, plus one row per recent post (each row has a type).

Profile:

{
"type": "profile",
"username": "zuck",
"url": "https://www.threads.com/@zuck",
"fullName": "Mark Zuckerberg",
"userId": "63055343223",
"biography": "Mostly superintelligence and MMA takes",
"followerCount": 5673739,
"isVerified": true,
"profilePicUrl": "https://.../profile.jpg"
}

Post:

{
"type": "post",
"postId": "3937491905269768921",
"code": "DakyAavlKLZ",
"url": "https://www.threads.com/@zuck/post/DakyAavlKLZ",
"authorUsername": "zuck",
"text": "Today we're releasing...",
"takenAt": "2026-07-09T14:00:34.000Z",
"likeCount": 2787,
"replyCount": 639,
"repostCount": 192,
"quoteCount": 62,
"imageUrl": "https://.../image.jpg",
"hasMedia": true
}

How it works

Every Threads profile page renders the account data and its recent posts as JSON. This actor reads that JSON directly over a residential connection (used by default for reliability), so it is fast and needs no login and no API key.

Limits

  • Public accounts only. Private accounts return their profile with limited data.
  • Posts are the account's most recent posts. Threads keeps an account's full back-catalogue behind a signed endpoint, so this actor covers profiles plus recent posts, which are reliably available.
  • Reply text is not returned (reply counts are).

Pricing

Pay per result. You only pay for the profiles and posts you actually get.