All endpoints
Facebook Page Photos

Facebook Page Photos API

Get photos from a Facebook page by page ID. Returns photo IDs and image URLs. Supports pagination.

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

Parameters

page_id *
Facebook page ID (use Page Details endpoint to get this)
pages
Number of pages to fetch (1-10, default 1). Billed per page.

Response fields

photos
Array of page photos
photo_id
Photo ID
image_url
Image URL
count
Number of photos returned
pages
Number of pages fetched

Example Request

curl "https://apidirect.io/v1/facebook/page/photos?page_id=100064860875397" \
  -H "X-API-Key: YOUR_API_KEY"

Example Response

{
  "photos": [
    {
      "photo_id": "1442778724560810",
      "image_url": "https://scontent.xx.fbcdn.net/v/t39.30808-6/648337_..._n.jpg"
    }
  ],
  "count": 1,
  "pages": 1
}

Frequently asked questions

What image quality is returned?

The API returns the highest resolution version of each photo available on the page.

How does pagination work?

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.

How does pricing work?

You only pay for successful requests. The Facebook Page Photos API costs $0.008 per page. 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 Photos API

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

Get API Key