VOOZH about

URL: https://apify.com/xtracto/facebook-post-detail

โ‡ฑ Facebook Post Detail ยท Apify


Pricing

from $0.99 / 1,000 results

Go to Apify Store

Facebook Post Detail

Scrape a single public Facebook post: text, author, timestamp, reaction count, comment count, images, and top comments.

Pricing

from $0.99 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

19 hours ago

Last modified

Categories

Share

Facebook Post Detail Scraper

Extract full details for a single public Facebook post by URL โ€” author, full text, timestamp, attached media, reactions, comments count and shares count โ€” in a clean structured JSON output.

Why use this actor

  • No account / no login required โ€” just paste a public Facebook post URL.
  • No API key needed โ€” Facebook's Graph API does not return public post content without permissions; this actor returns the same data the public web page shows.
  • Rich detail โ€” full post text (not truncated), author name and profile URL, media URLs, ISO-8601 creation timestamp, reactions, comments count and shares count in a single row.
  • Bulk input โ€” pass a list of post URLs in one run; one clean dataset row per post.
  • Automatic retries โ€” transient failures retry with exponential backoff; posts that genuinely don't exist or are gated surface as _error rows so you can triage failures.
  • Stable JSON output suitable for pipelines, spreadsheets, and databases โ€” every row carries _input, _source, _scrapedAt envelope fields so you can join results back to your input list.

How it works

  1. You provide a list of Facebook post URLs (e.g. https://www.facebook.com/NASA/posts/1524998752328829).
  2. The actor fetches each post page and reads the post record the same way the Facebook web app does, then assembles a flat JSON record with author, body, media and engagement counts.
  3. Results stream into your dataset, ready to download as JSON, CSV, or Excel.

You do not need to manage scrapers, browsers, or rotating IPs โ€” all handled internally.

Input

{
"posts":[
"https://www.facebook.com/NASA/posts/1524998752328829",
"https://www.facebook.com/Meta/posts/pfbid02fponXQPxSYZfbPKTGuDWvV7evMdoSFdqGn7TPR3kium9mzh4McCc6JXghsHLPkZXl"
],
"proxyConfiguration":{
"useApifyProxy":true,
"apifyProxyGroups":["DATACENTER"]
}
}
FieldTypeDescription
postsarrayList of public Facebook post URLs to scrape. Standard facebook.com/<page>/posts/<id>, story.php?story_fbid=..., share/p/... and permalink/... formats are all accepted.
proxyConfigurationobjectApify Proxy settings. Datacenter proxy works for most public posts; switch to Residential if you hit rate limits on large runs.

Output

Input: https://www.facebook.com/NASA/posts/1524998752328829

{
"_input":"https://www.facebook.com/NASA/posts/1524998752328829",
"_source":"S1-primary",
"_scrapedAt":"2026-05-18T11:37:16.784655+00:00",
"postId":"1524998752328829",
"id":"UzpfSTEwMDA0NDU2MTU1MDgzMToxNTI0OTk4NzUyMzI4ODI5OjE1MjQ5OTg3NTIzMjg4Mjk=",
"ownerName":"NASA - National Aeronautics and Space Administration",
"ownerProfileUrl":"https://www.facebook.com/NASA",
"ownerImageUrl":"https://scontent.fcgk12-2.fna.fbcdn.net/v/t39.30808-1/243095782_416661036495945_3843362260429099279_n.png?stp=cp0_dst-png_s50x50&_nc_cat=1&ccb=1-7&_nc_sid=2d3e12&...",
"createdAt":"2026-05-13T17:25:44+00:00",
"createdAtEpoch":1778693144,
"text":"Planning is underway for our Artemis III mission, which will test the capabilities of NASA's Orion spacecraft and one or both commercial landers from Blue Origin and SpaceX as they meet and dock in Earth's orbit. \n\nThis highly complex mission will be an important step to landing astronauts on the Moon with Artemis IV in 2028. Details: https://go.nasa.gov/4dv2scO",
"permalink":"https://www.facebook.com/NASA/posts/pfbid02fponXQPxSYZfbPKTGuDWvV7evMdoSFdqGn7TPR3kium9mzh4McCc6JXghsHLPkZXl",
"reactionCount":null,
"reactionCountText":"7.1K",
"commentCount":527,
"shareCount":640
}
FieldTypeDescription
_inputstringThe URL exactly as you supplied it. Use this to join results back to your input list.
_sourcestringInternal tag for the path used to fetch the record. S1-primary means the fastest, richest path; values starting with S2-/S3- indicate a fallback was used.
_scrapedAtstringISO-8601 UTC timestamp when the record was scraped.
postIdstringFacebook's numeric post ID. Stable for the lifetime of the post.
idstringFacebook's encoded post ID (base64). Useful for cross-referencing with other Facebook records.
ownerNamestringDisplay name of the page or profile that authored the post.
ownerProfileUrlstringCanonical URL of the author's Facebook page or profile.
ownerImageUrlstringURL of the author's profile picture (thumbnail size). Expires after a few hours โ€” re-fetch if you need long-term storage.
createdAtstringISO-8601 UTC timestamp when the post was published.
createdAtEpochintegerUnix epoch (seconds) when the post was published.
textstringFull post body, including line breaks and links. null if the post is media-only with no caption.
permalinkstringCanonical Facebook permalink (uses the long pfbidโ€ฆ form).
reactionCountintegerTotal reactions when available as a raw integer. Often null on posts where Facebook only renders a rounded label โ€” use reactionCountText instead.
reactionCountTextstringFacebook's rounded label for reactions (e.g. "7.1K", "1.2M"). Always present.
commentCountintegerApproximate comments count. Includes top-level and nested comments.
shareCountintegerApproximate shares count.

Error envelope

Posts that don't exist, are deleted, or fail to fetch return a structured error instead of crashing the run:

{
"_input":"https://www.facebook.com/NASA/posts/0000000000000000",
"_error":"not_found",
"_scrapedAt":"2026-05-18T11:38:02.012345+00:00"
}

Common _error values:

ValueMeaning
not_foundPost was deleted, the page was removed, or the URL is malformed.
login_wallPost is friends-only or otherwise gated behind a Facebook login.
fetch_failedNetwork failure after retries. _errorDetail carries the underlying message.

Filter on _error to triage failed rows.

Pricing

This actor is billed per result: $6.00 per 1,000 posts (Tier 4). Each successful post = 1 result. Errors (not_found, login_wall) are not billed.

Other Sosmed Actors

PlatformActorBest for
FacebookFacebook Page ScraperPage profile โ€” name, category, likes, follower count
FacebookFacebook Page Posts ScraperRecent posts feed for any public page
InstagramInstagram Post Detail ScraperCaption, media, likes and comments for a single post
ThreadsThreads Post Detail ScraperFull thread + replies for a single Threads URL
X (Twitter)X Post Detail ScraperTweet text, media, engagement counts
BlueskyBluesky Post Detail ScraperSkeet content + counters by atproto URL
RedditReddit Post Detail ScraperSubmission body + score for any thread
YouTubeYouTube Video Detail ScraperVideo metadata, views, likes, channel

Browse the full catalog at apify.com/xtracto.

Notes

  • Deleted posts and removed pages return {"_error": "not_found", "_input": "..."}. Filter these out before billing reports.
  • reactionCount is the raw integer when Facebook exposes it; on many pages Facebook only renders a rounded label, in which case reactionCount is null and you should use reactionCountText ("7.1K", "1.2M").
  • commentCount and shareCount are the counts Facebook displays on the post โ€” Facebook itself rounds these for large posts, so treat them as approximate near the high end.
  • ownerImageUrl is a short-lived CDN URL โ€” re-fetch or re-host if you need long-term storage.
  • For large jobs (>1,000 posts), keep the default Datacenter proxy but enable Apify Proxy rotation; switch to Residential only if you start seeing login_wall rows on otherwise public posts.

You might also like

Facebook Group Posts and Details Scraper

memo23/apify-facebook-group-scraper

Scrape detailed information from Facebook groups, including posts, author details, and engagement metrics. This scraper allows you to gather insights from public and private Facebook groups, ideal for social listening, trend analysis, and competitor research.

๐Ÿ‘ User avatar

Muhamed Didovic

488

1.3

(2)

Facebook Group Posts And Details Scraper

scrapio/facebook-group-posts-and-details-scraper

Extract Facebook Group content with precision. Capture posts, media, comments, reactions, authors, and activity insights across any public group. Perfect for analysts, marketers, and researchers building datasets for monitoring group behavior or engagement trends.

Facebook Group Posts And Details Scraper

scrapier/facebook-group-posts-and-details-scraper

Pull Facebook Group posts in bulk with clean structured output. Gather post text, images, links, comment threads, reactions, and poster details. Designed for research teams and automation pipelines that require accurate community-level data.

Facebook Group Posts And Details Scraper

scraper-engine/facebook-group-posts-and-details-scraper

Scrape Facebook Group posts and full post details at scale. Collect text, images, timestamps, reactions, comments, authors, and engagement metrics. Ideal for community research, sentiment analysis, lead generation, and trend tracking. Export structured data in JSON, CSV, or Excel.

๐Ÿ‘ User avatar

Scraper Engine

9

Facebook Group Posts And Details Scraper

simpleapi/facebook-group-posts-and-details-scraper

Collect detailed Facebook Group activity, including posts, comments, reactions, timestamps, and user metadata. Ideal for audience analysis, content research, and tracking discussions across niche online communities.

Facebook Group Posts And Details Scraper

api-empire/facebook-group-posts-and-details-scraper

Automate the extraction of Facebook Group posts and detailed engagement data. Retrieve text, media, comment counts, reactions, authors, and posting frequency. Useful for social listening, competitor research, and community analytics.

Facebook Group Posts Scraper (Details)

scrapapi/facebook-group-posts-scraper-details

The Facebook Group Posts And Details Scraper extracts posts, comments, reactions, and group metadata from public Facebook groups. Export structured JSON for research, analytics, automation, and monitoring. Fast, reliable, and built for scalable Facebook data scraping workflows. ๐Ÿš€