VOOZH about

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

⇱ Meta Threads Profile Scraper API Β· Apify


Pricing

$5.00 / 1,000 profiles

Go to Apify Store

Meta Threads Profile 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.

Pricing

$5.00 / 1,000 profiles

Rating

5.0

(6)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

42

Bookmarked

1.9K

Total users

289

Monthly active users

4 months ago

Last modified

Categories

Share

You might also like

Meta threads scraper

curious_coder/threads-scraper

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

1.1K

1.7

Threads User Profile Scraper

apibox/threads-user-profile-scraper

Extract User Profile from Threads, including id, username, bio, avatar, follower count and verified. Easily collect and analyze user-generated content, and download results in formats like JSON, CSV, or Excel.

Threads Post Scraper Pro

igview-owner/threads-scraper-pro

Threads Scraper Pro to easily scrape Threads user posts without coding. Enter a username or profile URL, choose how many pages to scrape, and get organized JSON with captions, videos, profile pictures, and engagement stats in seconds.

πŸ‘ User avatar

Sachin Kumar Yadav

394

2.2

Threads Scraper - Threads, Post & Profile

thenetaji/threads-scraper

Extract Threads profiles, posts & engagement metrics easily. Lighting fast with super cheap cost. Now supports extracting threads(posts).Try now!!

326

3.1

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

868

4.7

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.

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.

839

4.3

You can access the Meta Threads Profile 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'
<{
< "usernames": [
< "guinnessworldrecords"
< ]
<}
<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/apify~threads-profile-api-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Meta Threads Profile Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Meta Threads Profile 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/apify~threads-profile-api-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/apify~threads-profile-api-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/apify~threads-profile-api-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 Profile Scraper API programmatically via the Apify API.

You can choose from:

Meta Threads Profile Scraper API in Python

Meta Threads Profile Scraper API in JavaScript

Meta Threads Profile Scraper API through CLI

Meta Threads Profile Scraper OpenAPI definition

You can start Meta Threads Profile 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 Profile 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 Profile 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.