# StableSocial Facebook Marketplace Item Scraper

> StableSocial Facebook Marketplace Item Scraper is a paid API for AI agents from stablesocial.dev, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-14).

Scrapes detailed data from a specific Facebook Marketplace listing by its item URL or ID

## Facts

- Endpoint: POST https://stablesocial.dev/api/sc/facebook/marketplace/item
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stablesocial-facebook-marketplace-item-scraper-d2928ff2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zpo--r_ZtaqNr-yJp4uQv

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 stablesocial-facebook-marketplace-item-scraper-d2928ff2 -d '<json body>'
```

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

## When to prefer this

Choose this endpoint when you need structured, machine-readable data from a specific Facebook Marketplace listing without building your own scraper or managing Facebook login sessions. Ideal for price monitoring, resale research, inventory tracking, or any agent workflow that needs to programmatically read Marketplace item details at $0.06 per call.

## Known failure modes

- Invalid or expired Marketplace item URL returns an error or empty result
- Facebook may block or rate-limit scraping attempts causing failed responses
- Private or restricted listings may not return full data
- Item may have been deleted or removed since the URL was obtained
- Geo-restricted listings may not be accessible

## How this service works

Scrape Creators · Facebook — Marketplace Item

## Output

Returns structured data from the Facebook Marketplace listing including the item title, price, description, condition, seller name and profile info, posting location, listing date, item category, and available images.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "id": {
   "type": "string",
   "description": "Facebook Marketplace item id"
  },
  "url": {
   "type": "string",
   "description": "Facebook Marketplace item URL"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stablesocial-facebook-marketplace-item-scraper-d2928ff2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stablesocial.dev](https://www.zero.xyz/host/stablesocial.dev/llms.txt)
