# RagRadar Grid — Facebook Locations Lookup

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

Searches for Facebook locations/places data via a paid REST endpoint using USDC micropayments

## Facts

- Endpoint: GET https://scrapis.ragradar.space/api/grid/facebook/locations
- Price: $0.5/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-locations-lookup-af4a921e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ajSn6XravnPeDmeFoG-IX

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-lookup-af4a921e
```

Example prompt: Search Facebook locations for 'coffee shops in Austin' and give me the list of matching places with their details.

## When to prefer this

Use this endpoint when you need to look up Facebook place/location data programmatically and are willing to pay per call via USDC micropayments. Prefer this over manual Facebook searches when you need structured data for automation, market research, or competitor analysis involving physical locations listed on Facebook.

## Known failure modes

- Payment of 0.5 USDC not provided or rejected — HTTP 402 returned
- Missing or empty query parameter q — may return empty or error response
- Query matches no Facebook locations — empty data object returned
- Rate limiting or access restriction from upstream Facebook data source
- Malformed query string causes unexpected API behavior

## 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 a data field containing Facebook location/place results matching the query, sourced from RagRadar Grid's Facebook 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-lookup-af4a921e/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)
