Facebook
Facebook Profile photos
Scrape a public Facebook page's photos, paginated with a cursor, each with its image and permalink as JSON.
GET
/v1/facebook/profile/photosExample request
curl "https://api.scraperize.com/v1/facebook/profile/photos?url=https://www.facebook.com/Cristiano" \ -H "x-api-key: YOUR_API_KEY"
- Authenticate with the x-api-key header (or Authorization: Bearer).
- Responses come back as clean JSON in a consistent envelope.
- 1 credit per successful call — errors and cache hits are free.
- Full parameters and the response shape live in the API reference.