# RagRadar Grid — Facebook Place Search

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

Searches Facebook Places by keyword query to return location and business intelligence data via micropayment API

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/search/place
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-grid-facebook-place-search-f54bd83e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_F4LIcnfHKKBR550Lx-O5s

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-place-search-f54bd83e
```

Example prompt: Search Facebook Places for 'Starbucks Manhattan' and give me the listing details including address and any other place info that comes back.

## When to prefer this

Use this endpoint when you need to look up Facebook Place listings by keyword and want to pay per call via USDC micropayments rather than managing a Facebook API key or scraping infrastructure yourself. Best for one-off place lookups, competitive intelligence, or enriching business data with Facebook social signals.

## Known failure modes

- Missing required 'q' query parameter returns an error or empty result
- Facebook data unavailable or rate-limited returns empty data object
- Payment not processed (402 response) if USDC micropayment not sent
- Invalid query string may return no matching places
- Downstream Facebook data source changes could break field mappings

## 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 place data sourced from Facebook, including business name, location details, and other available place metadata 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-place-search-f54bd83e/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)
