# OpenWeb Ninja — Local Business Posts

> OpenWeb Ninja — Local Business Posts is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches posts published by a local business (e.g. Google Business Profile updates, offers, events) via a pay-per-call x402 API

## Facts

- Endpoint: GET https://x402.openwebninja.com/local-business-data/business-posts
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-local-business-posts-381514d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a_1T0BceesCYD5BV5gmMA

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 openweb-ninja-local-business-posts-381514d3
```

Example prompt: Can you pull the most recent posts from Joe's Pizza on Main Street in Chicago — I want to see any specials, events, or announcements they've shared on their business profile?

## When to prefer this

Use this endpoint when you need structured post/update content from a specific local business's public profile (e.g. Google Business Profile) without needing an API key or account. Prefer this over manual scraping or Google My Business API when you want a simple pay-per-call model with no authentication overhead and need posts specifically (not reviews, hours, or general business info).

## Known failure modes

- Business not found — returns empty results if the identifier doesn't match a known listing
- Missing required parameters — request fails if business identifier or location is omitted
- No posts available — business exists but has not published any posts
- Rate or payment failure — x402 payment not processed, resulting in 402 response
- Stale data — posts may reflect a cached snapshot rather than real-time state

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A JSON response containing posts published by the specified local business, typically including post text, post type (offer, event, update, COVID), publication date, associated images or links, and call-to-action details as available from the business's public profile.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-local-business-posts-381514d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
