# AnyAPI Facebook Marketplace Item Scraper

> AnyAPI Facebook Marketplace Item 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-16).

Scrapes and returns structured data for a single Facebook Marketplace item listing by URL or item ID

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/facebook.marketplace_item
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-facebook-marketplace-item-scraper-8024a266
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TkCR3r3b048XP8iWLKOic

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-item-scraper-8024a266 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need structured data from a specific Facebook Marketplace listing without requiring a Facebook login or scraping infrastructure. Prefer this over building your own scraper when you need a pay-per-request model with no subscription overhead.

## Known failure modes

- Invalid or expired listing URL returns an error or empty result
- Item removed or deleted by seller results in 404-like response
- Facebook anti-scraping measures may cause intermittent failures
- Private or restricted listings may not be accessible
- Malformed item ID or URL returns a 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 object containing structured data extracted from the Facebook Marketplace item listing, including title, price, item condition, description, seller name and location, images, and listing metadata.

## Response schema (JSON Schema)

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

## More

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