# GoCreative Census County Business Patterns Lookup

> GoCreative Census County Business Patterns Lookup is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-08).

Returns US Census County Business Patterns data — employment, establishments, and annual payroll by NAICS industry sector for a given county FIPS code

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/census/business-county/%7Barg%7D
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-census-county-business-patterns-lookup-51324ad7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bJNXBO3LB4xg8zntE_pNh

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 gocreative-census-county-business-patterns-lookup-51324ad7
```

Example prompt: Pull the US Census County Business Patterns data for Alameda County, California — FIPS code 06001 — and show me employment, number of establishments, and annual payroll broken down by industry sector.

## When to prefer this

Use this endpoint when you need official US Census County Business Patterns statistics — employment, establishments, and payroll by NAICS sector — for a specific county identified by its 5-digit FIPS code. Prefer this over state-level or national aggregates when county-level granularity is required. It is ideal for economic research, market sizing, B2B prospecting context, and competitive landscape analysis at the county level. Requires no API key — just pay $0.04 USDC per call via x402.

## Known failure modes

- Invalid or non-existent FIPS code returns an error or empty sector list
- Truncated response if county has very few industries reported
- Data may lag by 1-2 years as Census releases are not real-time
- Payment failure via x402 if USDC balance is insufficient (HTTP 402)
- FIPS codes for territories or non-standard jurisdictions may not be supported

## How this service works

Keyless, pay-per-call compliance &amp; regulated-data API for AI agents — OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, plus continuous monitoring. USDC on Base/Solana via x402, native MCP. No API key, no signup.

## Output

Returns a JSON object with the data year, source label ('US Census County Business Patterns'), and an array of industry sectors each containing NAICS code, industry name, employee count, establishment count, and annual payroll in USD. Data reflects the most recent available Census year (e.g. 2022).

## Example request

```json
{
 "arg": "06001"
}
```

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-census-county-business-patterns-lookup-51324ad7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
