Facebook Page Videos Scraper avatar

Facebook Page Videos Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Facebook Page Videos Scraper

Facebook Page Videos Scraper

Export Facebook Page videos with links, stats, thumbnails, and author info—paginated up to your cap.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Collect videos published on a Facebook Page using the Page’s numeric delegate id (the value the product uses for the video tab). Each dataset row is one video with a link, description, timing, engagement counts, thumbnail, and author block when returned.

Who it’s for

  • Social teams auditing long-form video alongside Reels.
  • Analysts who need stable video_id keys across runs.
  • Automation that already stores Page ids from search or internal tools.

What you can do with it

  • Target one Page by supplying its delegate id for the video list.
  • Collect up to your chosen cap; the run loads successive batches until the limit is reached or there are no more rows.

How it works (in plain terms)

You provide the delegate id and a maximum row count. The tool retrieves videos in batches and keeps going automatically while more results exist and your cap allows—you do not manage paging yourself.

Input

FieldRequiredWhat it means
Page delegate ID (delegatePageId)YesNumeric id used to load that Page’s video list.
Maximum results (maxResults)NoUpper limit on how many video rows to save (default 50).

Output

  • One row per video (until your cap). Duplicate video_id values in the same run are skipped when the same id appears again.
  • Video: typically video_id, url, description, timestamp, length_in_ms, play_count, reactions_count, thumbnail_uri.
  • Author: author includes id and may include another Page reference field when returned.
  • Extra fields: rows may include additional properties beyond those listed.
  • Export metadata: delegatePageId repeats the id you used for the run; scrapedAt is when that row was saved.

Field availability depends on each video. Details may change as the product evolves.

Sample output (one dataset row, illustrative)

{
"video_id": "923415467219976",
"url": "https://video.fgdl11-1.fna.fbcdn.net/o1/v/t2/f2/m412/AQN3V3uHwDeL_01mSHxub641rf-DW-cRG5B2XnAhT8SQKrplM2W3_IVO6gc9eR8E8mEonA3zhH-BFXHziI-j2uH1CIJEae_ZtHpgz4g6xg.mp4?_nc_cat=101&_nc_oc=AdqBZ7X-55k2YbK80jY0VTNpopGpNqPSTDckKROI5hNeyHDJC3pTM86ph9V9jO5TXi4&_nc_sid=8bf8fe&_nc_ht=video.fgdl11-1.fna.fbcdn.net&_nc_ohc=rtS506NVBQsQ7kNvwGDaFdf&efg=eyJ2ZW5jb2RlX3RhZyI6Inhwdl9wcm9ncmVzc2l2ZS5GQUNFQk9PSy4uQzMuMzYwLnN2ZV9zZCIsInhwdl9hc3NldF9pZCI6MTEzNDY4MDkyMjA3NjEzMSwiYXNzZXRfYWdlX2RheXMiOjEsInZpX3VzZWNhc2VfaWQiOjEwMTIyLCJkdXJhdGlvbl9zIjozMiwidXJsZ2VuX3NvdXJjZSI6Ind3dyJ9&ccb=17-1&_nc_gid=WqQbrNb-PTqL9_Ov6kZSUg&_nc_ss=7a389&_nc_zt=28&oh=00_AfzEYHCasKRPMbmz1XCP5TIYoa6iLtGZAWfhwiRposXIFA&oe=69CABAA1&bitrate=407665&tag=sve_sd",
"description": "When that one Aries friend thinks of a business plan… \n\nVideo by Jess and Quinn",
"timestamp": 1774359918,
"length_in_ms": 32866,
"play_count": 195562,
"reactions_count": 3729,
"author": {
"id": "100064860875397",
"delegate_page_id": "20531316728"
},
"thumbnail_uri": "https://scontent.fgdl11-1.fna.fbcdn.net/v/t15.5256-10/657478198_807052378566573_7642059231036128607_n.jpg?_nc_cat=107&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=Ms2izjLsM5AQ7kNvwGi3Nc8&_nc_oc=Adp6K5JDFoF0_WEbwanLp-B9bHbfV0mbdB4TU2FnWJwB_0QHC40r_JPB3-ZdRjky6Vk&_nc_zt=23&_nc_ht=scontent.fgdl11-1.fna&_nc_gid=WqQbrNb-PTqL9_Ov6kZSUg&_nc_ss=7a30f&oh=00_AfxTk1-h3CwIWVDOcyJJC1bgjYB-g0ZhZQpOkCNPmuV5-g&oe=69CA914B",
"delegatePageId": "20531316728",
"scrapedAt": "2026-03-26T06:11:06.745Z"
}