Social Media Scraping 3 min read

How to Scrape Threads Profiles, Posts, and Keywords

Scrape public Threads profiles, posts, and keywords instantly with the Scrape Creators Unofficial Threads API, no business account or app required.

by
Zuckerberg Threads profile beside JSON from the Scrape Creators profile API response.

An unofficial Threads API lets you pull public profiles, posts, and keyword search results as JSON—without a Meta developer app, business account, or OAuth review.

That matters when you need data today:

  • Profile bios, follower counts, and post feeds in one call
  • Single-post detail for sentiment or archiving
  • Keyword and user search for brand monitoring and outreach

Meta’s official Threads API is built for approved apps. For teams who only need public data, a ready-made API key is faster.

In this guide, you’ll learn:

Here’s how to call your first endpoint.

What You Can Do with the Unofficial Threads API

We’ve built endpoints to cover the most useful data on Threads. Here’s what’s available:

1. Profile

Retrieve complete public profile data for any Threads user. Returns**:** username, bio, profile image, follower count, following count, and more.

Example use cases:

  • Build an influencer database
  • Monitor competitor profiles
  • Enrich social media reports

2. Posts

Pull all public posts from a user in chronological order. Returns: post text, images, videos, timestamps, and engagement stats.

Example use cases:

  • Track posting frequency and engagement trends
  • Archive content for analysis
  • Study content formats that perform well

3. Post

Retrieve details for a single post by ID. Returns: full text, media, engagement stats, and metadata.

Example use cases:

  • Run deep sentiment or keyword analysis
  • Share a single post in another app
  • Store high-value posts for later reference

4. Search by Keyword

Search Threads posts by a keyword or phrase. Returns: matching posts with their metadata.

Example use cases:

  • Monitor brand mentions
  • Track trending industry topics
  • Discover organic conversations

5. Search Users

Find users based on their name or bio keywords. Returns: usernames, bios, profile links, and profile stats.

Example use cases:

  • Identify influencers in your niche
  • Build targeted outreach lists
  • Research communities around specific interests

Example API Request

Here’s how easy it is to start pulling Threads data with Scrape Creators:

const res = await axios.get(
  "https://api.scrapecreators.com/v1/threads/profile?handle=zuck",
  {
    headers: { "x-api-key": process.env.SCRAPE_CREATORS_API_KEY },
  }
  );
console.log(res.data);

Sample JSON response:

{
  "success": true,
  "pk": "63055343223",
  "profile_pic_url": "https://instagram.fphl1-1.fna.fbcdn.net/v/t51.2885-19/452737457_1313286386312102_744138929735022550_n.jpg?stp=dst-jpg_s150x150_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43NjguYzIifQ&_nc_ht=instagram.fphl1-1.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QGI6rV6WitBOFusBSbmxIOuuumYDGSoKQkrc24pi0jTNyuYZmrwQkGEZ458Pnm9OfI&_nc_ohc=0shb9Eadb5QQ7kNvwGA5A8D&_nc_gid=yC-nekfCiY5snnILiZGDXQ&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfWIApMggPi9kzBSwD0n5g3wfjP9ctsdCxPJrh1o4d64wQ&oe=68A40D8E&_nc_sid=10d13b",
  "username": "zuck",
  "follower_count": 5057266,
  "hd_profile_pic_versions": [
    {
      "height": 640,
      "url": "https://instagram.fphl1-1.fna.fbcdn.net/v/t51.2885-19/452737457_1313286386312102_744138929735022550_n.jpg?stp=dst-jpg_s640x640_tt6&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLmRqYW5nby43NjguYzIifQ&_nc_ht=instagram.fphl1-1.fna.fbcdn.net&_nc_cat=1&_nc_oc=Q6cZ2QGI6rV6WitBOFusBSbmxIOuuumYDGSoKQkrc24pi0jTNyuYZmrwQkGEZ458Pnm9OfI&_nc_ohc=0shb9Eadb5QQ7kNvwGA5A8D&_nc_gid=yC-nekfCiY5snnILiZGDXQ&edm=APs17CUBAAAA&ccb=7-5&oh=00_AfWWudakWfAQO013MtFdSipYSUN_o0kJ34oWyAYtH-z8SA&oe=68A40D8E&_nc_sid=10d13b",
      "width": 640
    }
  ],
  "is_verified": true,
  "biography": "Mostly superintelligence and MMA takes",
  "full_name": "Mark Zuckerberg",
  "bio_links": [],
  "profile_tags": {
    "nodes": [
      {
        "display_name": "AI",
        "name": "ai",
        "id": "18392111818029156"
      },
      {
        "display_name": "MMA",
        "name": "mma",
        "id": "18400625521011745"
      },
      {
        "display_name": "memes",
        "name": "memes",
        "id": "18402364270062744"
      }
    ]
  },
  "id": "63055343223"
}

Why Use the Unofficial Threads API Instead of the Official One?

Official Threads APIScrape Creators Unofficial Threads API
Requires business accountWorks with any public Threads account
Must create & configure an appNo setup beyond API key
App review & approval processInstant access
Limited endpoints initiallyReady-to-use core endpoints
Designed for big brandsPerfect for developers, marketers, analysts

Real World Use Cases

  • **Influencer Marketing: **Discover and track relevant creators in your niche
  • **Brand Monitoring: **Get alerted whenever someone mentions your brand
  • **Content Analysis: **See what formats, hashtags, and posting times work
  • **Market Research: **Understand audience sentiment on trends and products
  • **Archiving & Compliance: **Keep a historical record of posts for audits

Getting Started in 3 Steps

  1. Sign Up: Create a free account at Scrape Creators.
  2. Get Your API Key: Copy it from your dashboard.
  3. **Make Your First Request: **Use curl, JavaScript, Python, or your favorite language.

FAQ

Frequently asked
questions

Can't find what you're looking for? Email me.

Adrian Horning

Written by

Adrian Horning

Founder of ScrapeCreators. I write about social data APIs, scraper reliability, and turning public creator data into useful products.

Connect

ScrapeCreatorsScrapeCreators
Social Media Scraping API
for Developers

Real-time data from TikTok, Instagram, YouTube, X, Facebook, Reddit, and more.

Real-time Data

Fresh, accurate, always up-to-date.

No Proxies

We handle the infrastructure.

Developer First

Simple API. Powerful results.

TikTok logoInstagram logoYouTube logoX logoFacebook logoReddit logo
{200 OK
"platform": "youtube",
"type": "video",
"title": "Never Gonna Give You Up",
"views": 12504321,
"transcript": "We're no strangers to love...",
}
Success124ms
Purple gift box representing 100 free ScrapeCreators credits
Get 100 credits on us - instantly.

No credit card required. Start building for free.

Try the API, on us.

New developers get 100 free credits automatically when they sign up. No credit card required.

Get started free
Trusted by 10,000+ developers
99.9% uptime
Secure API access