# AnyAPI Facebook Group Posts Scraper

> AnyAPI Facebook Group Posts Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Scrapes and returns posts from a specified Facebook group

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.group_posts
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-facebook-group-posts-scraper-68933419
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BJEAwjZTWq-S7jLhF6dKs

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-facebook-group-posts-scraper-68933419 -d '<json body>'
```

Example prompt: Can you pull the most recent posts from the Facebook group 'Digital Nomads Worldwide' (group ID 123456789) so I can see what topics members are discussing this week?

## When to prefer this

Use this endpoint when you need to extract posts from a Facebook group without managing Facebook API credentials, OAuth flows, or monthly subscriptions. Ideal for agents that need pay-per-use access to Facebook group data, especially for one-off monitoring, research, or social listening tasks where a persistent subscription would be wasteful.

## Known failure modes

- Group is private or closed and inaccessible — returns access error
- Invalid or non-existent group ID/URL — returns 404 or empty result
- Facebook rate limiting or bot detection triggers — returns error or empty data
- Group has no recent posts — returns empty array
- Malformed request parameters — returns validation error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

Returns a JSON array of posts from the specified Facebook group, including post text, author name, timestamp, reaction counts, comment counts, and any attached media or links.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-facebook-group-posts-scraper-68933419/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
