# GGWP API Hub – Local Business Data

> GGWP API Hub – Local Business Data is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.159497/call, status unknown (last checked 2026-09-15).

Retrieves local business data (listings, details, reviews, or related information) for a given query or location via pay-per-call on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/local-business-data
- Price: $0.159497/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-local-business-data-7e95c87e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ew300pOTHS7T_XHrMFbcP

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 ggwp-api-hub-local-business-data-7e95c87e -d '<json body>'
```

Example prompt: Can you find me local business data for coffee shops in Austin, Texas — I need their names, addresses, phone numbers, and any available reviews?

## When to prefer this

Use this endpoint when you need structured local business data including contact info, addresses, and reviews via a pay-per-call model with no subscription required. Best suited for agents that need on-demand local business lookups without committing to a recurring API plan, and that are already operating within the x402/Base chain payment ecosystem.

## Known failure modes

- Vague or missing location input may return empty or irrelevant results
- Business not found in the data source returns empty result set
- Invalid input schema causes a 400-level error
- Payment failure on Base chain blocks the call
- Timeout if the underlying data provider is slow or unavailable

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a result object containing local business data such as business names, addresses, phone numbers, hours of operation, categories, and potentially reviews or ratings for businesses matching the query.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-api-hub-local-business-data-7e95c87e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
