# RagRadar Grid — Facebook Marketplace Search

> RagRadar Grid — Facebook Marketplace Search is a paid API for AI agents from scrapis.ragradar.space, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-14).

Searches Facebook Marketplace listings by keyword query and returns structured e-commerce intelligence data.

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/marketplace/search
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-marketplace-search-51866ade
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bw0RVG0qUxLy3eyxnHUnZ

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 ragradar-grid-facebook-marketplace-search-51866ade
```

Example prompt: Search Facebook Marketplace for 'vintage leather couch' and show me the listings you find — prices, seller info, whatever comes back.

## When to prefer this

Use this endpoint when you need programmatic access to Facebook Marketplace search results without a Facebook account or browser automation. Best for price research, inventory monitoring, lead generation, or competitive analysis on secondhand/local goods. Prefer this over direct scraping to avoid platform blocks.

## Known failure modes

- Missing or empty 'q' query parameter returns empty or error response
- Facebook Marketplace blocking or rate limiting the scraper causes failed data retrieval
- Payment not processed (402 Not Paid) if x402 USDC micropayment on Base fails
- Stale or cached data if Facebook Marketplace changes its structure
- Sparse results for very niche or location-specific queries

## How this service works

37 paid REST endpoints: Facebook social & ads intelligence, Amazon e-commerce data, job market intelligence. Pay per call via x402 micropayments (USDC on Base).

## Output

Returns structured JSON with marketplace listing data sourced from Facebook Marketplace, including product details, pricing, and seller information under a 'data' key with source attribution 'RagRadar Grid'.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "source": "RagRadar Grid"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-grid-facebook-marketplace-search-51866ade/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrapis.ragradar.space](https://www.zero.xyz/host/scrapis.ragradar.space/llms.txt)
