Skip to documentation
Browse documentation

Get Video

Fetches a public Facebook video with normalized title, views, likes, reactions, and comments.

Capability ID facebook.video.get
Cost 1 credit per request
Maximum runtime 30 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

Public Facebook video URL

Example https://www.facebook.com/Meta/videos/911507208162880/

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
actors array 1 items
actors array 1 items
collaborators array 0 items
comet_sections object 3 fields
comet_sections.action_link null null
comet_sections.badge object 5 fields
comet_sections.follow_button null null
comment_count integer 114
encrypted_tracking string [redacted:token]
id string [redacted:token]=
like_count integer 457
post_id string 966515752704302
reaction_count integer 523
thumbnail_url string https://scontent-lhr11-1.xx.fbcdn.net/v/t15.5256-10/[redacted:token].jp…
title string 196K views · 523 reactions | Meta on Reels
to null null
url string https://www.facebook.com/reel/911507208162880/
video_id string 911507208162880
video_view_count integer 36981
video_view_count_text string 36K
view_count integer 196822
view_count_text string 196K

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.