API Direct
Endpoints
Facebook Search Pages

Facebook Search Pages

GET /v1/facebook/pages

Search Facebook pages by keyword. Returns matching pages with name, ID, URL, profile image, and verification status. Supports pagination.

Cost
$0.008 per page
Free tier
50 requests/month

Parameters

query *
Search keyword (max 500 characters)
pages
Number of pages to fetch (1-10, default 1). Billed per page.

Example Request

curl "https://apidirect.io/v1/facebook/pages?query=technology" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

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

Your Usage

Free tier this month
Loading...
Recent Activity