List Facebook profile photos
Lists public Facebook photos for a profile or page URL. Check `data.lookupStatus` for `found` vs `not_found`. Use `data.page.nextCursor` to request the next page when `data.page.hasMore` is true.
Operation
/v1/facebook/profiles/photosHeaders
API key (`sfk_...`)
Parameters
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
Response fields
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
Responses
Facebook photos for the requested profile or page. Check `data.lookupStatus` for `found` vs `not_found`.
Error codes
Profile reels
Lists public Facebook reels for a profile or page URL. Check `data.lookupStatus` for `found` vs `not_found`. Use `data.page.nextCursor` to request the next page when `data.page.hasMore` is true.
Post or reel
Returns public metadata for a single Facebook post or reel URL. Availability is indicated in `data.lookupStatus` as `found` or `not_found`. Optional `includeComments` and `includeTranscript` request extra fields when available.