Facebook + Instagram API. Working in 5 minutes.
Real-time public data via REST or MCP. No OAuth, no app review, no Graph API headache. One header on every call.
Trusted by 5,000+ developers · 7.2M+ API calls / month
Three steps. Two minutes.
Real terminal commands. Copy, paste, run.
Create your free account
Email + password. No credit card. We send a verify link you click to activate.
Copy your API token
Dashboard → API Keys → click to copy. It's a single static token; goes in every request as x-api-token.
Make your first call
Run the curl example below with your token. Get a real Facebook page response in JSON. Done.
curl -X GET "https://api.socialapis.io/v1/facebook/page/details?link=https%3A%2F%2Fwww.facebook.com%2FZuck" \
-H "x-api-token: YOUR_API_TOKEN"{
"id": "4",
"name": "Mark Zuckerberg",
"followers": 11800000,
"likes": 11500000,
"category": "Public figure",
"verified": true,
"about": "Co-founder, Facebook (Meta)",
"...": "(truncated)"
}That's all there is. Same shape for groups, posts, reels, ads library, marketplace, and every Instagram endpoint — see the full endpoint list.
Free covers most projects. Upgrade when you outgrow it.
One credit per successful call. No bandwidth fee, no compute units, no per-endpoint surcharge.
Full breakdown including rate limits at /pricing.
Quick answers
Do I actually need a credit card to start?+
How long does it really take to make my first API call?+
What platforms are live today?+
Why doesn't this need OAuth or a Facebook app review?+
What happens when I hit the free tier limit?+
Ready in two minutes
200 free calls. No credit card. The Facebook + Instagram API behind 7.2M+ monthly calls is one curl away.
Create free key