List Facebook profile photos
Get photos from a Facebook profile or page.
Headers
Get your API keyAPI key (`sfk_...`)
Public Facebook profile or page URL whose photos should be listed.
min 1 chars · max 4096 chars
Opaque pagination cursor from a previous response (`data.page.nextCursor`).
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Whether the requested profile or page resolved for this request.
one of: found, not_found
Photos returned for the requested profile or page. This array may be empty on the last page.
Stable photo item identifier from Facebook.
min 1 chars
Facebook photo id when available.
min 1 chars
Public Facebook URL for this photo.
min 1 chars
Accessibility or alt-style caption text when Facebook provides one.
Primary image URL when available.
Thumbnail image URL when available.
Image dimensions when available.
Image width in pixels when available.
≥ 0
Image height in pixels when available.
≥ 0
Pagination information for the current response.
Cursor to pass as `cursor` in the next request when `hasMore` is true; otherwise null.
Whether another page of photos can be requested.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/facebook/profiles/photos?url=https://www.facebook.com/profile.php?id=61575098504636" \
-H "x-api-key: YOUR_API_KEY"Responses
Facebook photos for the requested profile or page. Check `data.lookupStatus` for `found` vs `not_found`.