VOOZH about

URL: https://apify.com/swerve/fb-group-scraper

⇱ Facebook Group Scraper | Public Posts API | No Login Needed Β· Apify


Pricing

from $3.50 / 1,000 results

Go to Apify Store

Facebook Group Posts

Scrape public Facebook group posts at scale, or private if cookies are provided. Get post text, author, timestamp, comments count, and reactions. No login required for public groups.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Swerve

Swerve

Maintained by Community

Actor stats

2

Bookmarked

82

Total users

27

Monthly active users

11 days ago

Last modified

Share

Facebook Group Posts Scraper

Extract posts from public Facebook groups - no login, no cookies, no API token needed. Just provide group URLs and get structured post data.

What makes this scraper different?

FeatureThis ScraperOther Scrapers
ImagesAll images per post (avg 4)First image only or none
Posts per groupUp to 50 (cursor pagination)3-5 per group
SpeedParallel scraping (3 groups at once)Sequential
Login requiredNoNo
Private groupsOptional (with cookies)Not supported

Use Cases

  • Real estate companies harvesting apartment-for-rent posts from local FB housing groups to build listing feeds competitors don't have
  • Market researchers tracking brand mentions, sentiment, and trending topics across niche hobbyist and industry communities
  • Recruiting teams monitoring jobs-wanted and jobs-offered groups to source passive candidates in tech, design, and trades
  • E-commerce sellers scanning buy/sell/swap groups for product demand signals, price benchmarks, and resale opportunities
  • Journalists and OSINT analysts archiving public posts with full image sets for reporting, fact-checking, and event reconstruction
  • Community managers benchmarking engagement (likes, comments, shares) on competing groups to sharpen their own content strategy

What data can you extract?

FieldDescription
textFull post text content
urlDirect permalink to the post
timeISO 8601 timestamp
userAuthor info: { id, name }
imageUrlFirst image URL (convenience)
imagesAll image URLs from the post
likesCountTotal reactions (likes, love, etc.)
commentsCountNumber of comments
sharesCountNumber of shares
facebookUrlSource group URL
groupTitleGroup name

How to use

  1. Create a free Apify account
  2. Open this scraper
  3. Add one or more public Facebook group URLs
  4. Set how many posts you want per group (default: 10)
  5. Click Start and wait for results
  6. Download in JSON, CSV, Excel, or HTML

Input example

{
"startUrls":[
{"url":"https://www.facebook.com/groups/webscrapingandautomation"},
{"url":"https://www.facebook.com/groups/selftaughtprogrammers"}
],
"maxPostsPerGroup":10,
"resultsLimit":100
}

Output example

{
"text":"Looking for a 2-bedroom apartment in downtown...",
"url":"https://www.facebook.com/groups/123456/posts/789012/",
"time":"2026-04-19T13:24:48.000Z",
"facebookUrl":"https://www.facebook.com/groups/123456",
"groupTitle":"Apartments for Rent",
"user":{
"id":"1751460557",
"name":"John Smith"
},
"imageUrl":"https://scontent.xx.fbcdn.net/v/t39.30808-6/photo1.jpg",
"images":[
"https://scontent.xx.fbcdn.net/v/t39.30808-6/photo1.jpg",
"https://scontent.xx.fbcdn.net/v/t39.30808-6/photo2.jpg",
"https://scontent.xx.fbcdn.net/v/t39.30808-6/photo3.jpg"
],
"likesCount":5,
"commentsCount":12,
"sharesCount":2
}

Input options

FieldTypeDefaultDescription
startUrlsarrayrequiredList of Facebook group URLs to scrape
maxPostsPerGroupnumber10Max posts to extract per group (uses pagination)
resultsLimitnumber100Total max posts across all groups
cookiesstringemptyOptional Facebook cookies for private group access
proxyCountrystringUSProxy country code (use group's country for best results)

How it works

This scraper uses Facebook's internal GraphQL API to extract structured post data. It:

  1. Fetches the public group page to obtain CSRF tokens (no login needed)
  2. Calls Facebook's GraphQL endpoint with cursor pagination
  3. Parses the structured response to extract post data, images, and engagement metrics
  4. Processes multiple groups in parallel for speed

All requests go through Apify residential proxies - no risk of IP blocking.

Private / closed groups

Public groups work straight out of the box, no cookies needed.

For private or closed groups, the scraper needs to act as a logged-in Facebook user who is already a member of that group. There is no way around this: Facebook only exposes private-group posts to members, and we cannot join groups on your behalf.

To scrape a private group, paste your Facebook session cookies into the cookies field. The account those cookies belong to must already be a member of the group before you run the scraper.

How to copy your Facebook cookies

Easiest β€” via a browser extension:

  1. Install a cookie-export extension. Two popular ones:
  2. Log in to facebook.com with the account that is a member of the group.
  3. Click the extension icon while you're on facebook.com.
  4. Choose Export β†’ Header String (or "Copy as HTTP header" depending on the extension).
  5. Paste the result into the cookies field of this actor.

Manual β€” via your browser's developer tools:

  1. Open facebook.com and log in with the account that is a member of the group.
  2. Press F12 (or right-click anywhere on the page β†’ Inspect).
  3. Open the Application tab (Chrome / Edge / Brave) or the Storage tab (Firefox).
  4. In the left sidebar, expand Cookies and click on https://www.facebook.com.
  5. Find these rows and copy each one's Value: c_user, xs, datr, fr, sb.
  6. Paste them into the cookies field as one line separated by ; , like:
    c_user=12345; xs=abcd; datr=efgh; fr=ijkl; sb=mnop

What if I get 0 posts?

If the run completes successfully but returns zero posts, the log will tell you why. The most common causes:

  • "cookies were accepted but the account is NOT a member" β†’ the Facebook account those cookies came from needs to JOIN the group first.
  • "cookies expired or invalid" β†’ log out and back in to Facebook, then re-copy the cookies.
  • No error, just an empty feed β†’ the group is accessible but has no recent posts in the chronological feed.

Security note

These cookies grant full access to your Facebook account. Apify encrypts the cookies field at rest, but you should still treat it like a password. Don't share runs that contain these cookies, and rotate the session (log out + log in) if you're worried.

Pricing

This scraper uses Apify's pay-per-result pricing. You only pay for the posts you extract - no wasted compute on empty pages or failed requests.

FAQ

Q: Do I need a Facebook account? No. This scraper works without login for public groups.

Q: How many posts can I get per group? Up to 50 per group using cursor pagination. Default is 10.

Q: Can I scrape private groups? Yes, but the Facebook account whose cookies you paste must already be a member of the group. Facebook only shows private-group posts to members, so we cannot scrape a private group on your behalf without member-level access. See the "Private / closed groups" section above for how to copy your cookies.

Q: Will my IP get blocked? No. All requests go through Apify's residential proxy network, which rotates IPs automatically.

Q: What languages are supported? All languages. The scraper extracts raw text content regardless of language.

Integrations

Export data via API, webhooks, or integrate with:

  • Google Sheets, Slack, Zapier, Make
  • Python & Node.js SDKs
  • Any app via Apify API

Keywords

Facebook group scraper, Facebook posts API, FB group data extractor, Facebook public groups scraper, social media monitoring, Facebook group posts, scrape Facebook without login, FB group content export, Facebook OSINT tool, social listening Facebook, Facebook group analytics, Facebook community data

You might also like

Facebook Group & Post Scraper - Posts, Comments & Reactions

whoareyouanas/facebook-group-scraper

Scrape posts from public & private Facebook groups and page. Extract post text, author info, reactions, comments, shares, images, videos, and group metadata. Cookie auth for private groups. Clean JSON/CSV output. No API key needed.

278

5.0

Facebook Group Post Scraper

scraper-engine/facebook-group-post-scraper

Scrape Facebook group posts easily with Facebook Group Post Scraper! Extract post text, author info, reactions, comments, and timestamps from any group. Perfect for data collection, market research, community analysis, and engagement tracking across Facebook groups.

πŸ‘ User avatar

Scraper Engine

288

5.0

Facebook Group Posts Scraper πŸ“±

easyapi/facebook-group-posts-scraper

Scrape Facebook group posts efficiently with login support. Extract post content, author info, timestamps and more from any public or private Facebook group you have access to.

Facebook Group Post Scraper

scrapier/facebook-group-post-scraper

Scrape posts from Facebook groups with the Facebook Group Post Scraper. Extract post text, images, videos, comments, reactions, and timestamps. Ideal for community analysis, engagement tracking, and market research. Fast, reliable, and scalable for single or multiple groups.

Facebook Groups Posts Scraper

api-empire/facebook-groups-posts-scraper

Facebook Groups Posts Scraper extracts posts from public Facebook groups. Capture text, media, authors, timestamps, reactions, comments, and metadata. Ideal for research, community insights, trend tracking, and workflows needing structured Facebook group post data.

Facebook Group Posts Scraper Β· No Cookies

data-slayer/facebook-group-posts

Extract posts from any public Facebook group without login. Get full post text, reactions by type, comments, shares, author profiles, media attachments, and timestamps. No cookies, no authentication. Export as JSON/CSV/Excel.

Facebook Group Posts Scraper

powerai/facebook-group-posts-scraper

Search Facebook group posts by keywordsβ€”optional group and date filtersβ€”with authors, text, reactions, and media in structured rows.

Facebook Group Post Scraper : No cookies require

thedoor/facebook-group-post-scraper

Scrape 100 posts /minute from public Facebook Groups, including text, media (images & videos), timestamps, and engagement metrics β€” no login or cookies required. Export structured Facebook post data to JSON, CSV, or Excel for fast analysis, reporting, and automation workflows.

Facebook group posts scraper

logical_scrapers/facebook-group-posts-scraper

The most cost-efficient Facebook groups scraper. Get Facebook group posts with comprehensive data including text, media attachments, engagement metrics, author information and more.

492

4.5

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

480

1.3