Threads Search Scraper avatar

Threads Search Scraper

Pricing

Pay per event

Go to Apify Store
Threads Search Scraper

Threads Search Scraper

Scrape public Threads posts by keyword. Enter one or more search terms and get post text, author handle, post URL, like count, reply count, repost count, and timestamp. Useful for social listening, trend research, and content analysis across Meta's Threads platform.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape public Threads posts by keyword. Enter one or more search terms and collect post text, author handle, post URL, like count, reply count, and timestamp. Useful for social listening, trend research, and content analysis across Meta's Threads platform.

What you get

Each result record contains:

FieldDescription
post_idUnique post identifier (Threads code)
post_urlDirect URL to the post
author_usernameAuthor's @handle
author_display_nameAuthor's display name
post_textFull text content of the post
like_countNumber of likes (when available)
reply_countNumber of replies (when available)
repost_countNumber of reposts (when available via API)
quote_countNumber of quotes (when available via API)
posted_atISO 8601 timestamp when the post was published
search_keywordThe keyword used to find this post
scraped_atISO 8601 timestamp when the record was collected

How to use

  1. Enter search keywords — Add one or more keyword phrases to the keywords list. Each keyword launches a separate search on Threads.
  2. Set maxItems — The total number of posts to collect across all keywords.
  3. Run the actor — The scraper loads Threads in a real browser, waits for results to render, and collects posts by scrolling the feed.

Input

{
"keywords": ["artificial intelligence", "climate"],
"maxItems": 50
}
ParameterTypeRequiredDescription
keywordsarray of stringsYesList of search terms
maxItemsintegerYesMaximum posts to collect (across all keywords)

Notes

  • Threads search is publicly accessible without login for most keyword queries.
  • The actor uses a real Chromium browser with residential proxy to bypass Meta's anti-bot protections.
  • Results may vary by keyword popularity and Threads' content freshness.
  • Like/reply counts are populated when visible in the rendered DOM; some posts may have null counts depending on the page state.
  • Threads is a fast-moving platform — results reflect the current state of the search feed at run time.

Technical details

  • Crawler: Playwright (Chromium) render crawler
  • Proxy: US Residential
  • Memory: 2048 MB
  • Compatibility tier: 2 (browser-based)