# RagRadar Grid — Facebook Marketplace Search

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

Search Facebook Marketplace listings by keyword via a pay-per-call REST API using USDC micropayments

## Facts

- Endpoint: GET https://scrpapi.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-3f8930f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__f4RuO3132UXJQ1n_f3Ci

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-3f8930f7
```

Example prompt: Search Facebook Marketplace for used road bikes and return the current listings — I want to see what's available right now.

## When to prefer this

Use this endpoint when you need programmatic access to Facebook Marketplace search results and want to pay per call with USDC micropayments rather than maintaining a scraping infrastructure. Prefer this over alternatives when your use case involves consumer resale, local classifieds, or secondhand goods discovery where Facebook Marketplace has strong inventory.

## Known failure modes

- Missing or invalid 'q' query parameter returns empty or error response
- Payment not completed via x402 results in 402 Payment Required
- Facebook Marketplace access blocked or rate-limited causes empty data response
- Query returns no results for niche or misspelled keywords
- Stale or cached data if Facebook Marketplace has changed listings recently

## 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 a JSON object with marketplace listing data sourced from Facebook Marketplace matching the search query, under a 'data' key with source attribution to 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-3f8930f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrpapi.ragradar.space](https://www.zero.xyz/host/scrpapi.ragradar.space/llms.txt)
