# Facebook Profile Posts Scraper

> Facebook Profile Posts Scraper is a paid API for AI agents from Scrape Creators at mpp.orthogonal.com, paid per call via MPP, $0.02/call, status unknown (last checked 2026-09-14).

Retrieves posts from a Facebook profile page by scraping publicly available content

## Facts

- Endpoint: GET https://mpp.orthogonal.com/scrapecreators/v1/facebook/profile/posts
- Price: $0.02/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: Scrape Creators
- Docs: https://api.scrapecreators.com
- Website: https://api.scrapecreators.com
- Tags: social-media, tiktok, instagram, youtube, scraping, social, data
- Canonical page: https://www.zero.xyz/c/scrape-creators-facebook-profile-posts-scraper-70975df3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9LXYUP4aKBiiJxDhU2MY-

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 scrape-creators-facebook-profile-posts-scraper-70975df3
```

Example prompt: Pull the recent posts from this Facebook profile — https://www.facebook.com/zuck — I want to see what content has been shared there lately.

## When to prefer this

Use this endpoint when you need to extract posts from a specific Facebook profile and don't have direct Facebook API access or want to avoid the complexity of OAuth and Facebook's Graph API. Ideal for monitoring public figures, brands, or pages, or for competitive research and social listening on Facebook specifically.

## Known failure modes

- Profile is private or restricted, returning no posts or an access error
- Invalid or non-existent Facebook profile URL returns an error response
- Facebook anti-scraping measures temporarily block the request
- Profile has no posts, returning an empty result set
- Rate limiting if too many requests are made in a short period

## How this service works

Profile Posts Pagination billing: call the first page normally and save billing.requestId from the Orthogonal /v1/run response. For later page, offset, or cursor calls on the same logical search, pass parentRequestId with unchanged non-pagination parameters. Valid continuation calls still get their own request IDs and quoted price, but are charged 0. Changing filters starts a new billable request.

## Output

Returns a list of posts from the specified Facebook profile, including post text, timestamps, engagement data (likes, comments, shares), media attachments, and links for each post found on the profile page.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrape-creators-facebook-profile-posts-scraper-70975df3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mpp.orthogonal.com](https://www.zero.xyz/host/mpp.orthogonal.com/llms.txt)
