All endpoints
Facebook Page Details

Facebook Page Details API

Get detailed information about a Facebook page by URL. Returns page name, ID, follower and like counts, categories, contact details, verification status, and more.

Price: $0.008 per request
Free tier: 50 requests/month
Endpoint
GET /v1/facebook/page

Parameters

url *
Facebook page URL (e.g., https://www.facebook.com/Meta)

Response fields

page
Page data object
name
Page display name
page_id
Facebook page ID
url
Page URL
type
Page type
image
Profile image URL
cover_image
Cover photo URL
followers
Number of followers
likes
Number of likes
following
Number of accounts the page follows
categories
Page categories
intro
Page introduction/about text
website
Website URL
phone
Phone number
email
Email address
address
Physical address
rating
Page rating
price_range
Price range indicator
verified
Whether the page is verified
delegate_page_id
Delegate page ID (used for videos endpoint)
reels_page_id
Reels page ID (used for reels endpoint)

Example Request

curl "https://apidirect.io/v1/facebook/page?url=https%3A%2F%2Fwww.facebook.com%2FMeta" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "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"
  }
}

Frequently asked questions

What Facebook page data is included?

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.

Can I get data for any Facebook page?

Yes, you can get details for any public Facebook page by providing its URL. Private or restricted pages may return limited data.

What are delegate_page_id and reels_page_id?

These are IDs needed for the Facebook Page Videos and Page Reels endpoints respectively. Use the Page Details endpoint first to obtain these IDs.

How does pricing work?

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.

Do I need a credit card to start?

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.

Are there rate limits?

Yes, there's a concurrency limit of 3 simultaneous requests per endpoint per user. If you need more, just get in touch.

Start using the Facebook Page Details API

Get your API key and start making requests in minutes. 50 requests/month free every month.

Get API Key