API · /threads-api

Threads API

malsano

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

api.oanor.com/threads-api
Ottieni una chiave API Prova nel parco giochi → Contatta provider
Per AI/LLM

Specifiche leggibili dalla macchina in modo che gli agenti AI possano integrare questo API.

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

Individuazione: GET /api/index.json elenca ogni API.

API salute

malsano
Tempo di attività
99.65%
Sondaggi del server · 24 ore su 24
Latenza media
1266 ms
Sondaggi del server · 24 ore su 24
Abbonati
0
attiva
Chiamate totali
10,056
ultimi 7 giorni
status Pagina di stato completa → · 2592 sonde/24h

Prezzi

Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.

Free

Gratis

  • 100 chiamate/mese
  • 1 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 100 calls/month
  • 1 req/sec
  • All endpoints
  • No credit card
Accedi per abbonarti

Basic

€15.00 /mese

  • 25,000 chiamate/mese
  • 10 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 25k calls/month
  • 10 req/sec
  • Email support
Accedi per abbonarti

Pro

€49.00 /mese

  • 100,000 chiamate/mese
  • 20 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 100k calls/month
  • 20 req/sec
  • Priority support
  • Webhook events
Accedi per abbonarti

Mega

€149.00 /mese

  • 500,000 chiamate/mese
  • 50 richieste/secondo
  • Tetto rigido (429 sopra la quota, nessuna eccedenza)
  • 500k calls/month
  • 50 req/sec
  • Dedicated SLA
  • Custom integrations
Accedi per abbonarti

Costruito da

Correlato APIs

Altro APIs con tag sovrapposti.

Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.

Frammenti di codice

Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.

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

Documentazione

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.

Valutazioni

Accedi per votare.

Nessuna recensione ancora.

Abbonamento attivo: le chiamate possono iniziare subito.

Invia la tua prima richiesta —

Abbonamento attivo: copia uno snippet e avvia la tua prima chiamata.