API · /threads-api

Threads API

ongezond

32 endpoints for live Meta Threads data — users, posts, search, topics, trending, URL helpers.

api.oanor.com/threads-api
Verkrijg een API-sleutel Probeer het in de speeltuin → Provider contacteren
Voor AI / LLM's

Machineleesbare specificaties zodat AI-agenten deze API kunnen integreren.

/api/threads-api/openapi.json
/api/threads-api/llms.txt

Ontdekking: GET /api/index.json vermeldt elke API.

API-gezondheid

ongezond
Uptime
99.69%
Serversondes · 24 uur
Gem. latentie
1259 ms
Serversondes · 24 uur
Abonnees
0
actief
Totaal aantal oproepen
9,960
laatste 7 dagen
status Volledige statuspagina → · 2592 sondes/24u

Prijzen

Kies een niveau: maandelijks gefactureerd en op elk gewenst moment opzegbaar.

Free

Vrij

  • 100 oproepen / maand
  • 1 verzoeken / tweede
  • Hard cap (429 boven quotum, geen overschrijding)
  • 100 calls/month
  • 1 req/sec
  • All endpoints
  • No credit card
Meld u aan om u te abonneren

Basic

€15.00 /maand

  • 25,000 oproepen / maand
  • 10 verzoeken / tweede
  • Hard cap (429 boven quotum, geen overschrijding)
  • 25k calls/month
  • 10 req/sec
  • Email support
Meld u aan om u te abonneren

Pro

€49.00 /maand

  • 100,000 oproepen / maand
  • 20 verzoeken / tweede
  • Hard cap (429 boven quotum, geen overschrijding)
  • 100k calls/month
  • 20 req/sec
  • Priority support
  • Webhook events
Meld u aan om u te abonneren

Mega

€149.00 /maand

  • 500,000 oproepen / maand
  • 50 verzoeken / tweede
  • Hard cap (429 boven quotum, geen overschrijding)
  • 500k calls/month
  • 50 req/sec
  • Dedicated SLA
  • Custom integrations
Meld u aan om u te abonneren

Gebouwd door

Gerelateerd APIs

Andere APIs met overlappende tags.

Kies een eindpunt uit de lijst aan de linkerkant om de details ervan te bekijken en het te proberen.

Codefragmenten

Meld u aan om een ​​API-sleutel te krijgen en roep vervolgens een pad onder uw naaktslak aan.

curl https://api.oanor.com/threads-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/threads-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/threads-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/threads-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Documentatie

Threads API

Real-time access to Meta Threads public data — 32 endpoints across users, posts, search, topics, trending and URL helpers.

What you can do

Users (6)

Search, profile, links, top-result, posts, replies.

Posts (6)

Search, recent, links, codes, top-result, by-URL.

Search (7)

Combined, users-only, posts-only, top-result, links, suggestions, media.

Topics (3)

Search, links, top-result.

Trending (2)

Trending search terms + trending posts.

Utils (8)

Username/post-code extraction from URLs, profile/post/search URL builders for both threads.net and threads.com domains.

Authentication

Included — your oanor API key is forwarded to the upstream automatically.

Latency

0.4–2.8 seconds end-to-end. Outbound residential proxy rotation, no stale cache.

Beoordelingen

Log in om te beoordelen.

Nog geen beoordelingen.

Abonnement actief: calls kunnen direct starten.

Verstuur uw eerste aanvraag —

Abonnement actief: kopieer een fragment en start uw eerste oproep.