Skip to main content
GET
Profile Reels
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Facebook page URL

Example:

"https://www.facebook.com/pacemorby"

next_page_id
string

To paginate through to the next page. Must be used together with 'cursor' parameter.

Example:

"YXBwX2NvbGxlY3Rpb2......"

cursor
string

To paginate through to the next page. Must be used together with 'next_page_id' parameter.

Example:

"AQHSFZtzkBauSDHgy8y......"

Response

Successful response

Key Response Fields:

  • reels[0].video_url: The URL of the video
  • reels[0].thumbnail: Thumbnail image URL
  • reels[0].view_count: Number of views
  • reels[0].play_time_in_ms: Video duration in milliseconds
  • cursor: Use for pagination
  • next_page_id: Use for pagination