/get_facebook_pages_details_from_linkGet Facebook Page Details
$0.01
JSON
REST
About this endpoint
Access Facebook data through agntdata: Get Facebook Page Details. This endpoint is designed to extract essential data from Facebook pages. By simply entering the page URL and clicking the "Test Endpoint" button, users can quickly gather the desired information. 📰 Ad Page ID, 🔍 Ad Status, 🏠 Address, 👤 Bio, ⏰ Business Hours, 💰 Business Price, 🛋️ Business Services, 📂 Category, 👥 Confirmed Owner Label, 📅 Creation Date, ✉️ Email, 👥 Followers Display, 📸 Ima. Responses are structured JSON for AI agents, analytics, and automation — one API key instead of juggling upstream accounts. Ideal when you need page and group posts, marketplace listings, video content, and ad discovery programmatically.
Use cases
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| page_section | query | string | optional | Page section to scrape: **default** (main page) or **about** (About section) |
| show_verified_badge | query | boolean | optional | —Default: false |
| proxy_country | query | string | optional | — |
| profile_id | query | string | optional | Facebook profile ID. Used only if `link` is not provided. |
| exact_followers_count | query | boolean | optional | Retrieve exact follower count.
FYI: This works only with **public** pages.Default: true |
| link | query | string | optional | —Default: https://www.facebook.com/EngenSA |
Responses
Successful response
{
"type": "object"
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Get_Facebook_Page_Details",
"method": "get",
"path": "/get_facebook_pages_details_from_link",
"summary": "Get Facebook Page Details",
"description": "This endpoint is designed to extract essential data from Facebook pages. By simply entering the page URL and clicking the \"Test Endpoint\" button, users can quickly gather the desired information.\n📰 Ad Page ID, 🔍 Ad Status, 🏠 Address, 👤 Bio, ⏰ Business Hours, 💰 Business Price, 🛋️ Business Services, 📂 Category, 👥 Confirmed Owner Label, 📅 Creation Date, ✉️ Email, 👥 Followers Display, 📸 Image, 🔗 Image Alt, 👍 Likes Count, 🗺️ Maps Address, 📞 Phone, ⭐ Rating, 📊 Rating Count, 🏷️ Title, 🌐 URL, 🌐 Website",
"parameters": [
{
"name": "page_section",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "Page section to scrape: **default** (main page) or **about** (About section)"
},
{
"name": "show_verified_badge",
"in": "query",
"required": false,
"schema": {
"type": "boolean",
"default": "false"
}
},
{
"name": "proxy_country",
"in": "query",
"required": false,
"schema": {
"type": "string"
}
},
{
"name": "profile_id",
"in": "query",
"required": false,
"schema": {
"type": "string"
},
"description": "Facebook profile ID. Used only if `link` is not provided."
},
{
"name": "exact_followers_count",
"in": "query",
"required": false,
"schema": {
"type": "boolean",
"default": "true"
},
"description": "Retrieve exact follower count.\n\nFYI: This works only with **public** pages."
},
{
"name": "link",
"in": "query",
"required": false,
"schema": {
"type": "string",
"default": "https://www.facebook.com/EngenSA"
}
}
],
"responses": [
{
"statusCode": "200",
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
},
{
"statusCode": "400",
"description": "Bad request"
},
{
"statusCode": "401",
"description": "Unauthorized - invalid API key"
},
{
"statusCode": "429",
"description": "Rate limit exceeded"
}
]
}Pricing
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.