Facebook Reels Scraper avatar

Facebook Reels Scraper

Pricing

from $3.38 / 1,000 reel scrapeds

Go to Apify Store
Facebook Reels Scraper

Facebook Reels Scraper

Scrapes public Facebook Reels into flat rows with exact play, reaction, comment and share counts, caption, hashtags, creator profile, audio track and direct HD/SD video URLs.

Pricing

from $3.38 / 1,000 reel scrapeds

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

8 days ago

Last modified

Share

ParseForge Banner

๐ŸŽฌ Facebook Reels Scraper

๐Ÿš€ Export Facebook Reels data in seconds. Paste a reel link, get 41 fields back in under a second, including the exact play count (753,841) instead of the rounded "753K" every other tool reports.

Facebook Reels carry the numbers that matter for short form video strategy, but the platform only ever shows them rounded. This Actor reads the public reel page directly and returns each reel as one flat row: exact plays, reactions, comments and shares, the full caption with structured hashtags and mentions, the creator profile, the audio track, and direct HD and SD video URLs. No login, no API key, no Graph API app review.

Every run returns 41 fields per reel with exact integer counters for plays, reactions, comments and shares. A single reel takes roughly 0.6 seconds to collect. Turn on related reel discovery and each link you supply expands into up to 5 more reels by the same creator, each one fetched individually so it carries the same exact counters as a reel you asked for by name.

๐ŸŽฏ Target Audience๐Ÿ’ก Primary Use Cases
Social media managersBenchmark reel performance against competitors with real numbers, not rounded ones.
Short form video creatorsStudy which hooks, lengths and audio tracks earn plays in your niche.
Influencer marketing teamsVerify a creator's actual reach before signing a deal.
Media researchers and archivistsPreserve public reels with their captions, engagement and video files.

๐Ÿ“‹ What the Facebook Reels Scraper does

๐Ÿ’ก Why it matters: Facebook rounds every counter it shows you. "753K plays" could be 753,001 or 753,999. When you are comparing two creators, ranking your own back catalogue, or reporting a campaign result, that rounding hides exactly the differences you are trying to measure.

  • ๐Ÿ”ข Exact counters. Plays, reactions, comments and shares come back as real integers (753841, 179438, 3483, 17843), not as display strings.
  • ๐Ÿ”— Flexible input. Accepts facebook.com/reel/ID links, facebook.com/watch/?v=ID links, and bare numeric reel IDs.
  • ๐Ÿงต Structured captions. Hashtags, mentions and external links are parsed out of the caption into their own arrays, with the profile URL and ID resolved for every mention.
  • ๐ŸŽต Audio intelligence. Track title, original audio flag, soundtrack ID and cover art for the sound behind each reel.
  • ๐ŸŽฅ Direct video access. HD and SD progressive URLs plus the DASH manifest, ready to download or probe.
  • ๐Ÿ” Related reel discovery. Optionally expand each link into more reels by the same creator.
  • ๐Ÿ“ฆ One fixed schema. Every reel lands with the same 41 columns, so your spreadsheet or database mapping never breaks.

๐ŸŽฌ Full Demo (๐Ÿšง Coming soon)

A short walkthrough video is in production and will land here.

๐Ÿ“Š Output

Each reel becomes one flat row. These are the main fields:

FieldTypeDescription
๐Ÿ–ผ imageUrlstringReel thumbnail image.
๐Ÿ†” reelIdstringFacebook's numeric reel ID.
๐Ÿ”— urlstringCanonical reel link.
๐Ÿ“ captionstringFull caption text as the creator wrote it.
๐Ÿ‘ค authorNamestringCreator display name.
๐Ÿท authorUsernamestringHandle, when the reel comes from a linked Instagram account.
๐ŸŒ authorProfileUrlstringCreator profile link.
๐Ÿชช authorIdstringCreator numeric ID.
๐Ÿงญ authorTypestringFACEBOOK_USER, SHADOW_IG_USER or FACEBOOK_PAGE.
โœ… authorIsVerifiedstringYes or No.
๐Ÿ–ผ authorProfilePicUrlstringCreator avatar.
๐Ÿ•’ publishedAtstringExact publish time in ISO 8601.
โฑ publishedTimestampintegerPublish time as a Unix epoch.
โ–ถ๏ธ viewCountintegerExact play count.
โค๏ธ reactionCountintegerExact total reactions.
๐Ÿ’ฌ commentCountintegerExact comment count.
๐Ÿ” shareCountintegerExact share count.
โณ durationSecondsnumberReel length in seconds.
๐Ÿ“ width / height / aspectRationumberVideo dimensions.
๐ŸŽฅ videoHdUrl / videoSdUrlstringDirect progressive video URLs.
๐Ÿ“ก dashManifestUrlstringDASH manifest for adaptive playback.
๐ŸŽต audioTrackTitlestringAudio track behind the reel.
๐ŸŽผ isOriginalAudiostringYes when the creator's own audio.
๐Ÿ–ผ audioArtUrlstringAudio cover art.
๐Ÿ”€ isRemixable / isResharestringYes or No.
๐Ÿ”Ž isRelatedReelstringNo for reels you asked for, Yes for discovered ones.
๐Ÿ“ฎ postIdstringUnderlying post ID.
#๏ธโƒฃ hashtagsarrayHashtags parsed from the caption.
๐Ÿ‘ฅ mentionsarrayTagged profiles with name, URL and ID.
๐ŸŒ externalLinksarrayExternal URLs found in the caption.
๐Ÿ•’ scrapedAtstringCollection timestamp.
โŒ errorstringPopulated only on a failed reel.

Three real records from a live run:

{
"imageUrl": "https://scontent-iad3-2.xx.fbcdn.net/v/t51.71878-10/497894651_24...",
"reelId": "1000004045579882",
"url": "https://www.facebook.com/reel/1000004045579882",
"caption": "NEXT CONCERT: JUNE 6th IN HAMBURG! ๐Ÿ‘‰๐Ÿป https://www.ticketlotse.com/event/?id=1535",
"authorName": "Levi Schechtmann",
"authorProfileUrl": "https://www.facebook.com/levi.schechtmann.1",
"authorId": "100006199232258",
"authorType": "FACEBOOK_USER",
"authorIsVerified": "No",
"publishedAt": "2025-05-16T13:16:02.000Z",
"viewCount": 753841,
"reactionCount": 179438,
"commentCount": 3483,
"shareCount": 17843,
"durationSeconds": 127.066,
"width": 1080,
"height": 1920,
"audioTrackTitle": "Levi Schechtmann ยท Original audio",
"isOriginalAudio": "Yes",
"isRelatedReel": "No",
"hashtags": [],
"externalLinks": ["https://www.ticketlotse.com/event/?id=1535"]
}
{
"reelId": "1000000668639013",
"url": "https://www.facebook.com/reel/1000000668639013",
"caption": "APLICAร‡รƒO DE LASTEX NO CROCHE #crochetinspiration #crochet #crochรช #croche",
"authorName": "croche_art_requinte",
"authorProfileUrl": "https://www.facebook.com/simonelnascimemto",
"authorType": "FACEBOOK_USER",
"publishedAt": "2025-06-12T20:49:45.000Z",
"viewCount": 6814,
"reactionCount": 68,
"commentCount": 3,
"shareCount": 19,
"durationSeconds": 30.899,
"audioTrackTitle": "Brent Bourgeois ยท In The Garden",
"isOriginalAudio": "Yes",
"hashtags": ["crochetinspiration", "crochet", "crochรช", "croche"]
}
{
"reelId": "1000003431344836",
"url": "https://www.facebook.com/reel/1000003431344836",
"authorName": "Valerie Lee",
"authorUsername": "oatslady",
"authorProfileUrl": "https://www.instagram.com/_u/oatslady",
"authorType": "SHADOW_IG_USER",
"publishedAt": "2024-07-04T12:22:35.000Z",
"viewCount": 13637,
"reactionCount": 2192,
"commentCount": 0,
"shareCount": 206,
"durationSeconds": 11.366,
"audioTrackTitle": "Adam Griffith ยท Bliss",
"hashtags": ["ricekrispytreats", "chocolatepeanutbutter", "ricekrispies", "snacks", "easyrecipes"],
"mentions": [
{ "name": "oatslady", "url": "https://www.instagram.com/_u/oatslady", "id": "17841400708581687" }
]
}

โœจ Why choose this Actor

  • Exact numbers, not rounded ones. Most Facebook Reels tools hand you the same "753K" the page shows. This Actor returns 753,841.
  • Fast and light. It reads the public reel page over plain HTTP. No browser, no 4 GB of RAM, roughly 0.6 seconds per reel.
  • Honest about its limits. The section below tells you exactly what this Actor cannot reach, before you spend anything.
  • Clean, stable schema. 41 columns, identical on every row, with sentinels instead of nulls so CSV and Excel imports stay predictable.
  • No credentials. No Facebook login, no Graph API app review, no page access token.

๐Ÿ“ˆ How it compares to alternatives

This ActorTypical Facebook Reels scrapers
Play count precisionExact integer (753,841)Rounded display string ("753K")
Share count precisionExact integer (17,843)Rounded ("17K")
InputReel URLs, watch URLs, bare reel IDsUsually page or profile URLs
Whole page or profile catalogueNo. See the ceiling belowYes, most competitors do this
Runtime per reelAbout 0.6 secondsSeveral seconds, browser based
Memory512 MBCommonly 4 GB
Login requiredNoNo

The ceiling, stated plainly. This Actor works from reel links, not from page or profile links. Facebook serves a page's Reels tab, its hashtag pages and its video search entirely through client side rendering, with no reel data in the page source, so a logged out HTTP client cannot enumerate a creator's full reel catalogue. What Facebook does publish on every reel page is up to 5 more reels by the same creator, and the includeRelatedReels option collects those. That expansion saturates quickly: in testing, following the suggestions from one creator surfaced about 6 to 7 distinct reels before Facebook stopped offering new ones. If you need every reel a page has ever posted, a browser based Actor is the right tool and this one is not.

๐Ÿš€ How to use

  1. Create a free Apify account. New accounts get $5 in free credit. Sign up here.
  2. Open the Actor and go to the Input tab.
  3. Paste your reel links into Facebook Reel URLs. A facebook.com/reel/... link, a facebook.com/watch/?v=... link or a bare numeric reel ID all work.
  4. Set Max Items to the number of reels you want back.
  5. Optionally turn on related reel discovery to expand each link into more reels by the same creator.
  6. Click Start and watch the log.
  7. Download your data from the Storage tab as CSV, JSON, Excel or XML, or pull it from the API.

๐Ÿ’ผ Business use cases

๐Ÿ“Š Competitive benchmarking.

A social media manager at a beverage brand collects the top reels from four competitor accounts each month. Because the play and share counts come back exact, quarter over quarter movement of a few thousand plays is visible instead of being flattened into the same "1.2M" every month.

๐Ÿค Influencer vetting.

An influencer marketing team receives a media kit claiming "over 500K average views per reel". They run the creator's last dozen reel links through the Actor and compare the claimed figure against the exact play counts before signing.

๐ŸŽฏ Creative research.

A short form video studio pulls reels from a niche, then correlates durationSeconds, isOriginalAudio and audioTrackTitle against viewCount to work out which lengths and sounds actually travel in that category.

๐Ÿ—„๏ธ Campaign archival.

An agency closing out a campaign captures every reel it produced, with captions, hashtags, engagement counts and the direct video URLs, so the results are preserved after the client's page changes hands.

๐Ÿ”Œ Automating Facebook Reels Scraper

  • Make: trigger a run when a new reel link lands in a spreadsheet, then route the row into your reporting sheet.
  • Zapier: connect the Actor to thousands of apps and start a run from any trigger.
  • Slack: post a summary of each run into a team channel so performance updates arrive where the team already is.
  • Airbyte: sync the dataset into your warehouse for long term trend analysis.
  • GitHub: schedule runs from an Actions workflow and commit the results alongside your reporting code.
  • Google Drive: drop each run's CSV into a shared folder for the wider team.

๐ŸŒŸ Beyond business use cases

  • Research: media and communications researchers building corpora of short form video and its measured reach.
  • Personal: creators auditing their own back catalogue to find which reels actually performed.
  • Non-profit: advocacy organisations measuring how far a public awareness reel travelled.
  • Experimentation: developers prototyping recommendation or virality models against real engagement numbers.

๐Ÿค– Ask an AI assistant about this scraper

Paste this into ChatGPT, Claude or any assistant to plan your run:

I am using the ParseForge Facebook Reels Scraper on Apify. It takes Facebook reel URLs, watch URLs or bare reel IDs and returns 41 fields per reel, including exact play, reaction, comment and share counts, the caption with parsed hashtags and mentions, the creator profile, the audio track, and direct HD and SD video URLs. It cannot enumerate a whole page or profile catalogue, though it can expand each reel into up to 5 more reels by the same creator. Help me design an input for [describe your goal].

โ“ Frequently Asked Questions

๐Ÿ”‘ Do I need a Facebook login or API key? No. The Actor reads public reel pages. There is no login, no cookie and no Graph API token involved.

โ–ถ๏ธ Why do you say the play counts are exact? Facebook formats its counters server side according to the language you request. In English it rounds to "753K". This Actor requests a locale that never abbreviates, so the same reel returns 753,841. You can switch back to the rounded values with the Counter format option if you prefer them.

๐Ÿ“„ Can I scrape every reel from a Facebook page? No. Facebook renders a page's Reels tab entirely in the browser, so there is no reel data in the page source for a logged out client to read. Turn on related reel discovery to expand a reel into roughly 6 to 7 reels by the same creator, or use a browser based Actor if you need a full catalogue.

๐Ÿ”— What input formats are accepted? https://www.facebook.com/reel/1000004045579882, https://www.facebook.com/watch/?v=1000004045579882, and a bare 1000004045579882 all resolve to the same reel.

๐Ÿ’ฌ Does it return the comments themselves? No. Facebook does not include comment text in the public reel page, only the comment count. Use the Facebook Comments Scraper for comment bodies.

๐ŸŽฅ Are the video URLs permanent? No. Facebook signs its CDN URLs and they expire after a few hours. Download the file during or shortly after the run if you need to keep it.

๐Ÿ“Š Why is viewCount sometimes "Not Disclosed"? Some reels do not publish a play count at all. When Facebook shows no figure, the Actor reports the sentinel rather than inventing one.

๐Ÿท Why is authorUsername often "Not Disclosed"? A handle only exists when the reel was cross posted from a linked Instagram account (authorType is SHADOW_IG_USER). Native Facebook profiles have no username in this payload, so authorProfileUrl is the identifier to use.

๐ŸŒ Do I need a proxy? No. Facebook serves this data to ordinary datacenter traffic and the Actor runs without a proxy by default. Enable Apify Proxy if you are running at high volume.

โšก How fast is it? About 0.6 seconds per reel. A five reel run finishes in roughly six seconds including startup.

๐Ÿ”ข What happens if a reel is deleted or private? The Actor writes a row containing only an error message explaining that the reel is unavailable. Error rows are never billed.

๐Ÿ“ฆ What export formats are available? CSV, JSON, Excel and XML from the Storage tab, or straight from the Apify API.

๐Ÿ”Œ Integrate with any app

Every run's dataset is available through the Apify API, so you can pull results into any language or platform that speaks HTTP. Apify also ships official clients for JavaScript and Python, plus native integrations for Make, Zapier, Airbyte, Slack, GitHub and Google Drive.

๐Ÿ’ก Pro Tip: browse the complete ParseForge collection.

๐Ÿ†˜ Need Help? Open our contact form

โš ๏ธ Disclaimer: This is an independent tool, not affiliated with or endorsed by Facebook or Meta. It collects only publicly available data.