Skip to main content
GET
Post
πŸ’³ 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

The URL of the post to get

Example:

"https://www.facebook.com/reel/1535656380759655"

Response

Successful response

Key Response Fields:

  • data.post_id: Unique post/reel ID
  • data.url: Direct URL to the post or reel
  • data.description: Post caption/description text
  • data.like_count: Total like count
  • data.comment_count: Total comment count
  • data.share_count: Total share count
  • data.view_count: Total video view count (for videos/reels)
  • data.video.id: Video ID
  • data.video.sd_url: SD video stream URL
  • data.video.hd_url: HD video stream URL
  • data.video.thumbnail: Video thumbnail image URL
  • data.video.length_in_second: Video duration in seconds
  • data.video.captions_url: SRT captions/subtitles URL (if available)
  • data.author.name: Name of the post author
  • data.author.is_verified: Whether the author is a verified account
  • data.music.track_title: Audio track title (if applicable)