VOOZH about

URL: https://apify.com/curious_coder/threads-scraper/api

⇱ Meta threads scraper API Β· Apify


Pricing

$30.00/month + usage

Go to Apify Store

Meta threads scraper

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

Pricing

$30.00/month + usage

Rating

1.7

(2)

Developer

πŸ‘ Curious Coder

Curious Coder

Maintained by Community

Actor stats

39

Bookmarked

1.1K

Total users

6

Monthly active users

a year ago

Last modified

Categories

Share

You might also like

Search Threads By Keywords

watcher.data/search-threads-by-keywords

Fast and reliable scraper for searching posts on Threads by Meta. Perfect for social media monitoring, research, and business intelligence.

1.3K

2.8

Threads Scraper

automation-lab/threads-scraper

Scrape Meta Threads posts, profiles, and search results. No login needed. Extract text, likes, reply counts, reposts, media, and user data.

πŸ‘ User avatar

Stas Persiianenko

1.1K

4.7

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 by Meta Scraper, Posts, Profiles & Engagement Data

george.the.developer/threads-scraper

Extract posts, profiles, and engagement data from Threads by Meta. Monitor brand mentions, track competitor activity, analyze trending content. Perfect for social media managers and market researchers.

85

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

burbn/threads-search-scraper

Threads Keyword Search Scraper helps you search Threads by any keyword or phrase, Get post text, post links, timestamps, user details, and engagement metrics (likes, replies, reposts, quotes, reshares). Choose Top or Recent sorting and scrape up to your desired limit.

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 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 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.

You can access the Meta threads scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "urls": [
< "@zuck"
< ],
< "postsPerSource": 25
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/curious_coder~threads-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Meta threads scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Meta threads scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/curious_coder~threads-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/curious_coder~threads-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/curious_coder~threads-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Meta threads scraper API programmatically via the Apify API.

You can choose from:

Meta threads scraper API in Python

Meta threads scraper API in JavaScript

Meta threads scraper API through CLI

Meta threads scraper OpenAPI definition

You can start Meta threads scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Meta threads scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Meta threads scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.