# stableninja.dev Yelp Business Profile Details

> stableninja.dev Yelp Business Profile Details is a paid API for AI agents from stableninja.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Fetches detailed Yelp business profile information given a Yelp business ID.

## Facts

- Endpoint: GET https://stableninja.dev/api/yelp/business-details
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableninja-dev-8007bf0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c-NtmvUxlnsPhy2o7qC-7

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 stableninja-dev-8007bf0a
```

Example prompt: Can you pull up the full Yelp profile for the business with ID 'WavvLdfdP6g8aZTtbBQHTw' — I need their hours, address, phone number, and overall rating?

## When to prefer this

Use this endpoint when you already have a Yelp business ID and need the full structured profile — including hours, address, categories, ratings, and contact details — rather than searching for a business by name or location. Prefer this over a search endpoint when you need authoritative details about one specific known business.

## Known failure modes

- Invalid or nonexistent business ID returns a 404 or error response
- Missing required business_id parameter results in a 400 bad request
- Yelp may have removed or de-listed the business, returning an empty or error result
- Network or upstream Yelp API unavailability causes a 5xx error
- Payment failure (x402) if USDC balance is insufficient

## How this service works

Fetch Yelp business profile details by business ID.

## Output

Returns the complete Yelp business profile for the given business ID, including name, address, phone number, star rating, review count, business categories, hours of operation, photos, and other attributes listed on the Yelp listing.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "business_id": "WavvLdfdP6g8aZTtbBQHTw"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableninja-dev-8007bf0a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableninja.dev](https://www.zero.xyz/host/stableninja.dev/llms.txt)
