{
  "x402Version": 2,
  "id": 14978,
  "slug": "14978",
  "resource": "https://econ.memoryapi.org/x402/econ/business",
  "description": "U.S. County Business Patterns — number of businesses, employees, and payroll by industry (NAICS) and state.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x24FAcafEB49b4e3FACF0B3e69604A2F4640c9bf2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "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"
            ]
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "econ.memoryapi.org",
  "lastUpdated": "2026-09-14T20:01:42.838Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-14T20:01:42.59Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "econ.memoryapi.org",
    "manifest_name": "econ.memoryapi.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}