# RagRadar Grid — Facebook Place Search

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

Search for Facebook places/locations by query string, returning place data from Facebook's social graph via a pay-per-call REST API.

## Facts

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

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-57e404a0
```

Example prompt: Search Facebook places for 'Blue Bottle Coffee' and give me the listing details including address, rating, and page info.

## When to prefer this

Use this endpoint when you need to retrieve Facebook-specific place or business data (social graph presence, Facebook ratings, page info) for a named location or business, and you are comfortable with pay-per-call micropayments. Prefer this over generic web search when you specifically need Facebook place metadata rather than general web results.

## Known failure modes

- Missing or empty `q` query parameter — may return empty results or an error
- Payment not completed (HTTP 402) — endpoint requires $0.50 USDC via x402 micropayment before responding
- Rate limiting or upstream Facebook data unavailability — may return empty data object
- Invalid query string — returns empty results with no error message
- Upstream scraping failure — data object may be null or malformed

## 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

A JSON object with a `data` field containing Facebook place search results (business name, address, ratings, page details, etc.) and a `source` field set to 'RagRadar Grid'. The schema is minimal — the exact shape of `data` depends on what Facebook's graph returns for the query.

## 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-57e404a0/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)
