Get photos from a Facebook page by page ID. Returns photo IDs and image URLs. Supports pagination.
curl "https://apidirect.io/v1/facebook/page/photos?page_id=100064860875397" \
-H "X-API-Key: YOUR_API_KEY"
{
"photos": [
{
"photo_id": "1442778724560810",
"image_url": "https://scontent.xx.fbcdn.net/v/t39.30808-6/648337_..._n.jpg"
}
],
"count": 1,
"pages": 1
}
The API returns the highest resolution version of each photo available on the page.
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.
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.
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