9 endpoints for publicly available Instagram data — clean JSON in seconds, transparent credit costs, one API key across all five platforms. From $5/month.
Full transcript of an Instagram reel with timestamped segments.
{
"data": {
"platform": "instagram",
"entity_id": "C8xQvZ2sVAb",
"language": "en",
"source": "audio",
"text": "Today I want to show you the three settings everyone ignores when they set this up for the first time...",
"segments": [
{
… Full docs & sample response → Short AI summary of an Instagram reel, built on its transcript.
{
"data": {
"platform": "instagram",
"entity_id": "C8xQvZ2sVAb",
"language": "en",
"summary": "A quick tutorial covering three commonly missed configuration steps, with a before/after comparison and a call to check the pinned comment for the full guide."
},
"request_id": "req_01JZX4M8Q2TE9W"
} Full docs & sample response → Likes, comments and view counts for an Instagram post or reel.
{
"data": {
"platform": "instagram",
"entity_id": "C8xQvZ2sVAb",
"url": "https://www.instagram.com/reel/C8xQvZ2sVAb/",
"author": {
"handle": "instagram",
"name": "Example Creator"
},
… Full docs & sample response → Paginated comments on an Instagram post; charged per comment returned.
{
"data": [
{
"id": "c_9021",
"text": "This fixed it for me, thank you",
"author": {
"handle": "dev.casey"
},
"likes": 412,
… Full docs & sample response → Follower counts, bio and profile metadata for an Instagram account.
{
"data": {
"platform": "instagram",
"handle": "instagram",
"name": "Example Creator",
"bio": "Tutorials and behind-the-scenes. New video every Tuesday.",
"verified": true,
"metrics": {
"followers": 2450318,
… Full docs & sample response → Latest posts from an Instagram account with per-post metrics.
{
"data": [
{
"id": "C8xQvZ2sVAb",
"url": "https://www.instagram.com/reel/C8xQvZ2sVAb/",
"caption": "Three settings you should change today",
"posted_at": "2026-07-03T12:00:00Z",
"metrics": {
"likes": 55210,
… Full docs & sample response → Latest reels from an Instagram account with per-reel metrics.
{
"data": [
{
"id": "C8xQvZ2sVAb",
"url": "https://www.instagram.com/reel/C8xQvZ2sVAb/",
"caption": "POV: your setup finally works",
"posted_at": "2026-07-05T15:30:00Z",
"metrics": {
"views": 421009,
… Full docs & sample response → Keyword search over Instagram reels.
{
"data": [
{
"id": "v_77120",
"url": "https://example-result-url",
"caption": "How I plan a week of posts in 30 minutes",
"author": {
"handle": "plannerpro"
},
… Full docs & sample response → Resolves a downloadable media URL for an Instagram reel (URL expires within 1h).
{
"data": {
"platform": "instagram",
"entity_id": "C8xQvZ2sVAb",
"media_url": "https://cdn.example/video/master.mp4?sig=...",
"mime_type": "video/mp4",
"expires_at": "2026-07-15T13:00:00Z",
"warning": "media_url is short-lived (max 1h) — download promptly or re-request."
},
… Full docs & sample response → 100 free trial credits, no card. Paste a URL, get JSON back.
Get your free API key