# econ.memoryapi.org U.S. Census Demographics

> econ.memoryapi.org U.S. Census Demographics is a paid API for AI agents from econ.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns U.S. Census demographic data (population, income, poverty, unemployment, home values, education) by state or county

## Facts

- Endpoint: GET https://econ.memoryapi.org/x402/econ/demographics
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/econ-memoryapi-org-b7202383
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lv4ktyd_AQdEekRlbKzZs

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 econ-memoryapi-org-b7202383
```

Example prompt: Can you pull the Census demographic data for Travis County, Texas — I want population, median household income, poverty rate, and median home value?

## When to prefer this

Use this endpoint when you need granular U.S. demographic data at the state or county level, especially for socioeconomic indicators sourced from the Census Bureau. Prefer this over general FRED macroeconomic endpoints when the query is about local/regional population, poverty, education, or housing characteristics rather than national-level macro trends.

## Known failure modes

- Invalid or unrecognized state/county name returns an error
- County not found if input is ambiguous or misspelled
- Payment failure if USDC balance is insufficient for the $0.001 fee
- Rate limiting if too many requests are sent in quick succession
- Data may lag behind real-time conditions as Census data is periodically updated

## How this service works

U.S. Census demographic data by state or county. Population, income, poverty, unemployment, home values, education.

## Output

Returns U.S. Census demographic statistics for the requested state or county, including population figures, median household income, poverty rate, unemployment rate, median home values, and education attainment levels.

## Example request

```json
{
 "series": "gdp"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "method": {
     "type": "string",
     "enum": [
      "GET"
     ]
    }
   },
   "required": [
    "method"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/econ-memoryapi-org-b7202383/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from econ.memoryapi.org](https://www.zero.xyz/host/econ.memoryapi.org/llms.txt)
