Threads API

4 endpoints for publicly available Threads data — clean JSON in seconds, transparent credit costs, one API key across every platform. From $5/month.

/v1/threads/stats 3 credits / post

Stats

Engagement stats and text for a single Threads post: likes, replies, reposts, quotes, media, and author.

{
  "data": {
    "platform": "threads",
    "entity_id": "C2isac0P7c7",
    "url": "https://www.threads.com/@zuck/post/C2isac0P7c7",
    "author": {
      "handle": "zuck",
      "name": "Example Creator"
    },
  …
Full docs & sample response →
/v1/threads/profile 4 credits / profile

Profile

Public profile for a Threads account: follower count, bio, verification status, and profile link.

{
  "data": {
    "platform": "threads",
    "handle": "zuck",
    "name": "Example Creator",
    "bio": "Notes on building in public. Links in profile.",
    "verified": true,
    "metrics": {
      "followers": 2450318
  …
Full docs & sample response →
/v1/threads/posts 3 credits / post

Posts

Recent public posts from a Threads account, newest first.

{
  "data": [
    {
      "id": "C2isac0P7c7",
      "url": "https://www.threads.com/@zuck/post/C2isac0P7c7",
      "text": "Shipping notes: response times are down 40% after this week's cache work.",
      "posted_at": "2026-07-07T09:40:00Z",
      "metrics": {
        "likes": 88410,
  …
Full docs & sample response →
/v1/threads/search 4 credits / result

Search

Public Threads posts matching a keyword or hashtag.

{
  "data": [
    {
      "id": "C2isac0P7c7",
      "url": "https://www.threads.com/@zuck/post/C2isac0P7c7",
      "text": "Everyone building ai agents keeps rediscovering the same three problems.",
      "posted_at": "2026-07-07T09:40:00Z",
      "metrics": {
        "likes": 88410,
  …
Full docs & sample response →

First Threads call in under five minutes

100 free trial credits, no card. Paste a URL, get JSON back.

Get your free API key