Threads Scraper - Posts, Hashtags & Username Search avatar

Threads Scraper - Posts, Hashtags & Username Search

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Threads Scraper - Posts, Hashtags & Username Search

Threads Scraper - Posts, Hashtags & Username Search

Under maintenance

Scrape Meta Threads posts by keyword, hashtag or username. Returns post text, likes, reposts, replies and author info. Filter by date range. No account required.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ryan Zinburg

Ryan Zinburg

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

27 minutes ago

Last modified

Categories

Share

Threads Posts & Hashtag Scraper

Scrapes public Meta Threads posts by keyword, hashtag, or username. The actor opens the public Threads web UI, scrolls until it collects the requested number of posts, and saves normalized post records to the default dataset.

Input

{
"searchQuery": "AI",
"username": "",
"maxResults": 100,
"sortBy": "recent"
}
  • searchQuery: keyword or #hashtag for https://www.threads.net/search?q=....
  • username: public Threads username. If set, user-post scraping is used instead of search.
  • maxResults: number of posts to save, 1-1000.
  • sortBy: top or recent for search pages.

Output

Each item contains:

{
"postId": "string",
"postUrl": "string",
"authorUsername": "string",
"authorDisplayName": "string",
"text": "string",
"likeCount": 0,
"replyCount": 0,
"repostCount": 0,
"timestamp": "ISO8601",
"mediaUrls": ["string"],
"hashtags": ["string"],
"isReply": false
}

No Threads login is required for public content. The actor uses the public Threads web UI directly.