Search Facebook pages by keyword. Returns matching pages with name, ID, URL, profile image, and verification status. Supports pagination.
curl "https://apidirect.io/v1/facebook/pages?query=technology" \
-H "X-API-Key: YOUR_API_KEY"
{
"results": [
{
"name": "TechCrunch",
"facebook_id": "8062627951",
"url": "https://www.facebook.com/techcrunch",
"profile_url": "https://www.facebook.com/techcrunch",
"image_url": "https://scontent.xx.fbcdn.net/v/t39.30808-1/...",
"is_verified": true
},
{
"name": "Technology Review",
"facebook_id": "35580160073",
"url": "https://www.facebook.com/technologyreview",
"profile_url": "https://www.facebook.com/technologyreview",
"image_url": "https://scontent.xx.fbcdn.net/v/t39.30808-1/...",
"is_verified": true
}
],
"count": 2,
"pages": 1
}
Each result includes the page name, Facebook ID, URL, profile image, and verification status. Use the Page Details endpoint for more comprehensive data.
Use the pages parameter to fetch multiple pages of results in a single request (1-10). Each page is billed separately. Default is 1 page.
Yes, the facebook_id can be used as the page_id parameter for endpoints like Page Posts, Page Photos, and Page Reviews.
You only pay for successful requests. The Facebook Search Pages API costs $0.008 per page. 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