# RagRadar Grid — Facebook Locations Search

> RagRadar Grid — Facebook Locations 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).

Search and retrieve Facebook location data using RagRadar's multi-source intelligence grid, paid per call via USDC micropayments.

## Facts

- Endpoint: GET https://scrpapi.ragradar.space/api/grid/facebook/locations
- 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-locations-search-2ced4e39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xpd-UWj3ulWUcOPUmZK4O

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-locations-search-2ced4e39
```

Example prompt: Search Facebook locations for 'Starbucks New York' and give me all the location details you can find — I need this for a competitive market analysis.

## When to prefer this

Use this endpoint when you need to look up Facebook location/place data by name or keyword, especially for competitive intelligence, market research, or finding business presence on Facebook. Prefer this over manual Facebook searches when you need programmatic access and are willing to pay per-call via USDC micropayments on Base.

## Known failure modes

- Missing required `q` query parameter results in empty or error response
- Payment failure (insufficient USDC balance) returns HTTP 402 before processing
- No matching Facebook locations found returns empty data object
- Rate limiting or scraping blocks may return partial or empty results
- Invalid query string may return no results without an explicit error

## 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 location records matching the search query, and a `source` field indicating 'RagRadar Grid'. The exact structure of the data object depends on the results returned by the underlying Facebook locations intelligence layer.

## 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-locations-search-2ced4e39/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)
