VOOZH about

URL: https://apify.com/seemuapps/threads-posts-scraper

โ‡ฑ Threads Posts Scraper ยท Apify


Pricing

from $4.00 / 1,000 results

Go to Apify Store

Threads Posts Scraper

Scrape posts from any public Threads profile. Get full text, media URLs, engagement counts, and author info. No login required.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Andrew

Andrew

Maintained by Community

Actor stats

0

Bookmarked

7

Total users

3

Monthly active users

11 days ago

Last modified

Share

Extract posts from any public Threads profile. Get full text, media URLs, engagement counts, and author details. No login required.

What you get

One row per post from the user's Threads timeline:

  • postId, code, url โ€” direct link to the post on threads.net
  • text โ€” full post caption
  • publishedAt โ€” ISO timestamp
  • likeCount, replyCount, repostCount, quoteCount, viewsCount โ€” full engagement
  • isQuotePost, hasMedia, mediaUrls, mediaType (image, video, carousel, text)
  • authorUsername, authorDisplayName, authorVerified, authorProfilePic
  • scrapedAt

Plus a separate profile record (in the Key-value store) for the queried account:

  • username, userId, displayName, bio, verified
  • followerCount, profilePicUrl, externalLink, isPrivate

Use cases

  • Content monitoring โ€” track a creator's or brand's Threads activity
  • Competitor analysis โ€” measure posting cadence and engagement
  • Lead generation โ€” pull profile data and external link from public creator accounts
  • LLM / RAG ingestion โ€” clean post text + author metadata for AI pipelines
  • Audience research โ€” see which posts drive the most likes, replies, and reposts

How to use

  1. Enter the Username (with or without @) โ€” for example zuck or @zuck
  2. Set Max Items โ€” default 50, or 0 for unlimited
  3. Run the actor โ€” posts appear in the Dataset tab
  4. Open the Key-value store tab to find the PROFILE record (profile metadata)
  5. To check whether more pages exist, look at NEXT_PAGE_ID in the Key-value store

After the run finishes, open the Key-value store tab โ†’ copy the NEXT_PAGE_ID value โ†’ paste it into Page ID on your next run. If NEXT_PAGE_ID is null, you've fetched everything.

Output format

Post row:

{
"postId":"3141592653589793238",
"code":"C7abcXYZ",
"url":"https://www.threads.net/@zuck/post/C7abcXYZ",
"text":"Just shipped a new feature on Threads",
"publishedAt":"2026-05-20T14:30:12.000Z",
"likeCount":12345,
"replyCount":678,
"repostCount":200,
"quoteCount":45,
"viewsCount":250000,
"isQuotePost":false,
"hasMedia":true,
"mediaUrls":["https://scontent.cdninstagram.com/..."],
"mediaType":"image",
"authorUsername":"zuck",
"authorDisplayName":"Mark Zuckerberg",
"authorVerified":true,
"authorProfilePic":"https://scontent.cdninstagram.com/...",
"scrapedAt":"2026-05-27T10:00:00.000Z"
}

Profile record (Key-value store PROFILE):

{
"username":"zuck",
"userId":"314216",
"displayName":"Mark Zuckerberg",
"bio":"...",
"verified":true,
"followerCount":15000000,
"profilePicUrl":"https://scontent.cdninstagram.com/...",
"externalLink":"https://meta.com",
"isPrivate":false
}

You might also like

Threads Scraper - Scrape threads.net Posts, No Login

logiover/threads-scraper

No-login Threads scraper & unofficial API alternative. Export public Threads posts, replies, profiles & engagement to CSV, JSON or Excel.

Threads Scraper โ€” Profile Posts, Media & Engagement

khadinakbar/meta-threads-profile-posts-scraper

Scrape Threads profile posts: text, media URLs, likes, replies, reposts, quotes, and timestamps. Bulk usernames, HTTP-only, no login required. MCP-ready.

17

Threads Search Scraper API

futurizerush/threads-search-scraper-api

Search Threads posts by keyword and export clean datasets with post text, engagement metrics, author info, and media details for monitoring and research.

Threads Scraper โ€” Posts, Profiles, Engagement

sleek_waveform/threads-scraper

Scrape Meta Threads profiles, posts, hashtags & search results with engagement metrics. No login required. Export JSON, CSV, or Excel.

๐Ÿ‘ User avatar

Daniel Dimitrov

41

Threads Posts Scraper

futurizerush/threads-posts-scraper

Collect public Threads posts from user profiles without login. Save post text, media URLs, engagement metrics, public view counts when available, hashtags, mentions, timestamps, and profile details for social listening, research, and monitoring.

Threads Scraper - Posts, Profiles & Search

botflowtech/threads-meta-scraper

Scrape Meta Threads profiles, posts, and search results without login. Extract text, likes, replies, reposts, media URLs, and engagement data. No API key needed.

Threads Replies Scraper API

futurizerush/threads-replies-scraper-api

Fetch replies from Threads posts. Get reply text, engagement metrics, author info, and media details. Requires a Threads Session ID.