API · /instagram-api

Instagram API

malsano

20 endpoints for live Instagram public data — profiles, posts, reels, media, hashtags, locations, search.

api.oanor.com/instagram-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/instagram-api/openapi.json
/api/instagram-api/llms.txt

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

API salute

malsano
Tempo di attività
97.46%
Sondaggi del server · 24 ore su 24
Latenza media
2979 ms
Sondaggi del server · 24 ore su 24
Abbonati
0
attiva
Chiamate totali
5,120
ultimi 7 giorni
status Pagina di stato completa → · 1458 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/instagram-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/instagram-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/instagram-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/instagram-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Documentazione

Instagram API

Real-time access to public Instagram data with a clean, predictable JSON shape.

What you can do

Users

  • Search users by username or full-text
  • Profile with bio, links, follower/following counts, media count
  • Insights — counters, account flags, business fields, contact info
  • Web profile — full normalized web-profile response

Posts & Media

  • Posts for any public account (paginated)
  • Reels with full media URLs
  • Post info by shortcode
  • Media info by URL or media ID
  • Download links for images and videos

Identity Helpers

  • User ID ↔ username
  • Media ID ↔ shortcode ↔ URL conversion

Discovery

  • Hashtag search + posts by hashtag
  • Location search + posts by location
  • Global search — users + hashtags + locations in one call

Authentication

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

Latency

1–6 seconds end-to-end. Live calls to Instagram, 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.