# AnyAPI Facebook Marketplace Scraper

> AnyAPI Facebook Marketplace 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 product listings and data from Facebook Marketplace by URL or search query, returning structured JSON results.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.marketplace
- 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-marketplace-scraper-18e9a38e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a8QUranNsPngfFfbc_CWT

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-marketplace-scraper-18e9a38e -d '<json body>'
```

Example prompt: Can you pull the listing details from this Facebook Marketplace URL — title, price, seller name, location, and description? Here's the link: https://www.facebook.com/marketplace/item/123456789

## When to prefer this

Use this endpoint when you need to programmatically extract structured data from Facebook Marketplace listings or search results without managing browser automation or Facebook login sessions. Ideal for price comparison, lead generation, inventory monitoring, or competitive research on second-hand goods. Pay-per-request pricing ($0.002/call) makes it cost-effective for sporadic or bursty usage without a subscription.

## Known failure modes

- Listing removed or no longer available — returns empty or error response
- Facebook anti-scraping blocks or rate limits — may return partial or failed response
- Invalid or malformed Marketplace URL — returns error
- Listing is private or requires login — may return insufficient data
- Geographic restrictions on listing visibility

## 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

A JSON object containing structured data scraped from the Facebook Marketplace listing or search results, including fields such as item title, price, seller name, location, item description, posted date, and image URLs.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-facebook-marketplace-scraper-18e9a38e/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)
