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
}