VOOZH about

URL: https://apify.com/trantus/threads-search-post-scraper

⇱ Threads Search Post Scraper · Apify


👁 Threads Search Post Scraper avatar

Threads Search Post Scraper

Pricing

$2.00 / 1,000 threads

Go to Apify Store

Threads Search Post Scraper

Scrape public Threads search results and extract full thread data. Accepts text queries, date filters, and author filters. Returns structured thread items with all posts, root post info, and summary stats. Ideal for research, monitoring, and analytics.

Pricing

$2.00 / 1,000 threads

Rating

0.0

(0)

Developer

👁 Tran Tu

Tran Tu

Maintained by Community

Actor stats

0

Bookmarked

163

Total users

11

Monthly active users

4 months ago

Last modified

Share

Search public Threads posts via threads.com/search and export thread-level results (with all posts in each thread) into your Apify Dataset and Key-Value Store.

Supports two modes:

  • Normalized mode (raw: false, mặc định) → trả về post đã được chuẩn hoá (text, mentions, links, images, videos, carousel…)
  • Raw mode (raw: true) → giữ nguyên JSON 100% gốc từ Threads trong mỗi post, nhưng vẫn chia theo thread (root_post + posts)

What this actor does

  • Accepts:

    • text queries (string or array)
    • optional date filters (before_date, after_date)
    • optional author filter (from_author)
    • optional raw mode
  • Groups results by thread:

    • one dataset item per thread
    • includes root_post and full posts[] of that thread
  • Works on public content, no login or cookies required


Input

Example input

{
"text":["te","hola"],
"before_date":"2025-11-12",
"after_date":"2025-11-01",
"from_author":"taylorswift",
"raw":false
}

Behavior

  • If text is a string → run one search
  • If text is missing or empty → still runs one filtered search

Input fields

FieldTypeRequiredNotes
textstring[]NoSearch query. Empty → still do 1 filtered search.
before_datestringNoFormat YYYY-MM-DD.
after_datestringNoFormat YYYY-MM-DD.
from_authorstringNoThreads username without @.
timeoutMsnumberNoPer-request timeout (default 15000 ms).
rawbooleanNofalse = normalized output, true = return raw JSON in posts.

Output

The actor outputs dataset items and a SUMMARY.json.


Mode A — Normalized Output (raw: false)

This is the default mode.

Example thread item

{
"type":"thread",
"thread_id":"3763948739171019822",
"query":"te",
"root_post":{
"id":"3763948739171019822_63028951785",
"pk":"3763948739171019822",
"user":{
"id":"63028951785",
"username":"_sebastiansantillan",
"full_name":"Sebastián",
"is_verified":true,
"profile_pic_url":"https://cdn.example/img.jpg"
},
"text":"Hola 🫣❤️",
"mentions":[],
"links":[],
"images":[],
"videos":[],
"carousel_media":[],
"taken_at":1762917676,
"code":"DQ8O2-fEWwu"
},
"posts":[
{
"id":"3763948739171019822_63028951785",
"text":"Hola 🫣❤️",
"images":[],
"videos":[],
"mentions":[],
"links":[],
"like_count":133
}
]
}

Notes for normalized mode

  • Post objects include parsed:

    • text
    • mentions
    • links
    • images
    • videos
    • carousel_media
  • Unused or complex fields are removed for easier use.


Mode B — Raw Output (raw: true)

Example thread_raw item

{
"type":"thread_raw",
"thread_id":"3769183267498058314",
"query":"meta",
"root_post":{
/* FULL unmodified Threads JSON for root post */
},
"posts":[
{
/* raw post #1 */
},
{
/* raw post #2 (reply) */
}
]
}

SUMMARY.json

For raw: false:

{
"totalSearches":2,
"totalThreads":10,
"totalPosts":25,
"text":["te","hola"],
"raw":false,
"collectedAt":"2025-11-12T14:05:10.789Z"
}

For raw: true:

{
"totalSearches":2,
"totalThreads":null,
"totalPosts":null,
"text":["te","hola"],
"raw":true,
"collectedAt":"2025-11-12T14:05:10.789Z"
}

Quick start (no code)

  1. Open the actor on Apify and click Run

  2. Paste your JSON input

  3. Start the run

  4. View results in:

    • Dataset → thread items
    • Key-Value StoreSUMMARY.json

API Usage

Start a run

curl-X POST "https://api.apify.com/v2/acts/trantus~threads-search-post-scraper/runs?token=YOUR_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"text": "meta",
"raw": true
}'

Fetch the dataset

$curl"https://api.apify.com/v2/acts/trantus~threads-search-post-scraper/runs/last/dataset/items?token=YOUR_TOKEN"

Changelog

  • 1.1.0

    • Added raw mode (raw: true)
    • New dataset item type: thread_raw
    • Normalized/Raw modes consolidated in core scraper logic
  • 1.0.0 Initial release.

You might also like

Threads Search Post Scraper

dacoder/threads-search-post-scraper

Enter a search query and get the latest posts from Threads. Perfect for regular media monitoring.

568

2.8

Threads Post Scraper

logical_scrapers/threads-post-scraper

Threads Post Scraper extracts complete data from any public Threads.net post, including caption text, media, engagement metrics, author details, and all replies. giving you accurate and structured output ideal for research, analytics, monitoring conversations, and building datasets at scale.

984

4.1

Threads Profile & Post Scraper

headlessagent/thread-profile-post-scraper

Scrape Thread profiles and posts. Get clean JSON with profile stats, media URLs, and more.

👁 User avatar

Headless Agent

17

Threads Search Scraper

igview-owner/threads-search-scraper

Powerful Meta Threads search scraper for posts and users. Filter by keywords or usernames, export structured data for analytics, research, monitoring and reporting.

👁 User avatar

Sachin Kumar Yadav

2.1K

3.1

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 Post Scraper

trantus/threads-post-scraper

Scrape any public Threads post, including full media, text, mentions, links, and all nested comments. Supports multiple URLs, raw JSON mode, and reliable HTML parsing without login. Outputs structured data to Dataset and SUMMARY.json.

135

5.0

Threads Search Scraper

futurizerush/threads-search-scraper

Search public Threads posts without login. Export post text, author data, engagement metrics, media, hashtags, mentions, and public profile fields for monitoring, research, and analysis.

Threads User Posts Scraper

apibox/threads-user-posts-scraper

Extract User Posts from Threads, including captions, media, tags, mentions, and metrics such as likes, comments, and quotes. Easily collect and analyze user-generated content, and download results in formats like JSON, CSV, or Excel.

657

2.3

Meta Threads Profile Scraper

apify/threads-profile-api-scraper

Scrape Threads profile info. Add one or more Threads usernames and extract number of followers, bio, profile details, URLs, picture URL, full name, username and more. Download structured data in JSON, CSV, XML, Excel, and HTML to use in applications and reports.

Meta threads scraper

curious_coder/threads-scraper

Scrape threads or posts from meta or instagram's new social media website "threads.net"

👁 User avatar

Curious Coder

1.1K

1.7