# Build Scotts Bluff Business Directory API

> Build Scotts Bluff Business Directory API is a paid API for AI agents from buildscottsbluff.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a classified directory of businesses and entities associated with Scotts Bluff County parcels and federal awards, including legal name, classification, business-type tags, and city.

## Facts

- Endpoint: GET https://buildscottsbluff.com/v1/businesses
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/build-scotts-bluff-business-directory-api-7cc5bfbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rbtqOG-6Ps0lQUL9T35tO

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 build-scotts-bluff-business-directory-api-7cc5bfbe
```

Example prompt: Pull up the full classified business directory for Scotts Bluff County — I want to see all entities listed with their legal names, classifications like private business or nonprofit, business-type tags, and city.

## When to prefer this

Use this endpoint when you need a structured directory of business entities specifically tied to Scotts Bluff County parcels or federal awards, particularly when you need classification (nonprofit, government, private, higher ed) and city-level filtering. Prefer this over broader national business directories when the geographic scope is Scotts Bluff County and you need parcel- or award-matched entity data.

## Known failure modes

- No results returned if no businesses match applied filters
- Payment failure if x402 micropayment of $0.02 USDC is not completed
- Rate limiting or authentication errors if request headers are malformed
- Empty response if county data has not yet been indexed for a given classification

## How this service works

Classified directory of businesses and entities associated with Scotts Bluff County parcels and federal awards: legal name, classification (private business, government, nonprofit, higher education), business-type tags and city. GET /v1/businesses.

## Output

A directory list of businesses and entities associated with Scotts Bluff County parcels and federal awards, each with legal name, classification (private business, government, nonprofit, higher education), business-type tags, and city.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "schema": {
     "type": "object"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "schema": {
     "type": "object"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/build-scotts-bluff-business-directory-api-7cc5bfbe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buildscottsbluff.com](https://www.zero.xyz/host/buildscottsbluff.com/llms.txt)
