Threads Scraper — Posts, Profiles & Replies avatar

Threads Scraper — Posts, Profiles & Replies

Pricing

from $2.43 / 1,000 posts

Go to Apify Store
Threads Scraper — Posts, Profiles & Replies

Threads Scraper — Posts, Profiles & Replies

Scrape Meta Threads posts by username or keyword. Returns post text, author handle, timestamp, like/reply/repost counts, media URLs, post URL/code, and ID. No login required.

Pricing

from $2.43 / 1,000 posts

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Threads Scraper — Posts, Profiles, Replies | from $1.50/1K

Scrape Meta Threads posts by username or keyword — no login, no API key, just results.

What you get

FieldDescription
post_idUnique numeric post ID
codeShort code (appears in post URL)
post_urlDirect link to the post
author_usernameAuthor's handle
author_idNumeric author ID
author_verifiedVerified badge
textFull post text
taken_atPosted timestamp (ISO-8601 UTC)
like_countNumber of likes
reply_countNumber of replies
repost_countNumber of reposts
quote_countNumber of quotes
is_replyWhether this is a reply to another post
reply_to_usernameWho this post replies to (if applicable)
media_urlsList of image/video URLs
media_typesMedia type per URL (image/video/carousel_image)
has_mediaQuick boolean — does this post have media?
link_preview_urlExternal URL if the post has a link preview

Modes

User mode (default)

Scrapes the latest posts from a specific Threads profile.

  • Returns up to 25 most recent posts
  • Input: username (e.g. zuck)

Keyword mode

Searches Threads for posts matching a keyword or phrase.

  • Returns 10–30 results from Threads search
  • Reply/repost counts included
  • Input: keyword (e.g. AI tools, python tutorial)

Pricing

Pay-per-result: $1.50 per 1,000 posts. You only pay for posts actually returned.

Technical notes

  • No authentication required — uses Threads' public web surface
  • Rung 1 access — embedded GraphQL/relay JSON, no HTML parsing
  • Residential proxy recommended for best reliability (included via Apify proxy)
  • User mode: calls POST /api/graphql with the public session token extracted from the page
  • Keyword mode: parses the embedded Relay preloader from the search results page

Limitations

  • User mode returns up to ~25 most recent posts per profile (Threads API limit on public endpoint)
  • Keyword mode returns what Threads surfaces on the search page (10–30 posts)
  • Private profiles return 0 posts (as expected — no login)
  • Reply/repost counts are populated in keyword mode; in user mode they are 0 unless the post detail page is fetched separately