Get detailed information about a Facebook page by URL. Returns page name, ID, follower and like counts, categories, contact details, verification status, and more.
curl "https://apidirect.io/v1/facebook/page?url=https%3A%2F%2Fwww.facebook.com%2FMeta" \
-H "X-API-Key: YOUR_API_KEY"
{
"page": {
"name": "Meta",
"page_id": "139654476388086",
"url": "https://www.facebook.com/Meta",
"type": "Technology company",
"image": "https://scontent.xx.fbcdn.net/v/t39.30808-1/...",
"cover_image": "https://scontent.xx.fbcdn.net/v/t39.30808-6/...",
"followers": 14523890,
"likes": 13876543,
"following": 842,
"categories": ["Technology company"],
"intro": "Meta builds technologies that help people connect.",
"website": "https://about.meta.com",
"phone": null,
"email": null,
"address": "Menlo Park, California",
"rating": null,
"price_range": null,
"verified": true,
"delegate_page_id": "139654476388086",
"reels_page_id": "139654476388086"
}
}
You get the full public page profile: name, page ID, follower and like counts, categories, intro text, website, phone, email, address, rating, verification status, and profile/cover images.
Yes, you can get details for any public Facebook page by providing its URL. Private or restricted pages may return limited data.
These are IDs needed for the Facebook Page Videos and Page Reels endpoints respectively. Use the Page Details endpoint first to obtain these IDs.
You only pay for successful requests. The Facebook Page Details API costs $0.008 per request. There are no monthly fees or commitments. You get 50 free requests per endpoint every month.
No. You can sign up and use the free tier (50 requests/endpoint/month) without adding a payment method. You only need to add a card when you want to exceed the free tier.
Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.
Get your API key and start making requests in minutes. 50 requests/month free every month.
Get API Key