mirrored listing x402 eip155:8453

U

U.S. County Business Patterns — number of businesses, employees, and payroll by industry (NAICS) and state.

Do you run econ.memoryapi.org? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-14
updated

Provider

econ.memoryapi.org · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "description": "U.S. County Business Patterns from Census. Returns business counts, employee totals, and payroll by industry and state.",
      "iconUrl": "https://memoryapi.org/icon.png",
      "input": {
        "method": "GET",
        "queryParams": {
          "naics": "51",
          "state": "CA",
          "year": "2021"
        },
        "schema": {
          "properties": {
            "naics": {
              "description": "NAICS industry code: 51=Tech, 52=Finance, 53=Real Estate, 54=Professional, 62=Healthcare, 23=Construction",
              "type": "string"
            },
            "state": {
              "description": "2-letter state code. Omit for all states.",
              "type": "string"
            },
            "year": {
              "description": "Data year (default 2021)",
              "type": "string"
            }
          },
          "required": []
        },
        "type": "http"
      },
      "output": {
        "example": {
          "industry": "Information/Technology",
          "naics_code": "51",
          "success": true,
          "top_states": [
            {
              "avg_salary": 256123,
              "employees": 1209148,
              "establishments": 28906,
              "state": "CA"
            }
          ],
          "totals": {
            "employees": 4521000,
            "establishments": 156234
          }
        }
      },
      "serviceName": "MemoryAPI Econ",
      "tags": [
        "economics",
        "macro",
        "finance",
        "data"
      ]
    },
    "schema": {
      "properties": {
        "input": {
          "properties": {
            "method": {
              "enum": [
                "GET"
              ],
              "type": "string"
            }
          },
          "required": [
            "method"
          ]
        }
      }
    }
  }
}

Use it

curl

curl "https://econ.memoryapi.org/x402/econ/business"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://econ.memoryapi.org/x402/econ/business");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://econ.memoryapi.org/x402/econ/business")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14978.json, and this resource appears in /discovery/resources and /discovery/search.