Get a machine-ready demographic, economic and housing profile for a U.S
Get a machine-ready demographic, economic and housing profile for a U.S. geography, with Census uncertainty and peer benchmarks.
Answeringour last check, 2026-09-26
1 of 1checks answered this week
930 msmedian answer time
$0.15listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://agent-vending-production.up.railway.app/v1/neighborhood-intelligence
| Category | Everything else |
|---|---|
| Provider host | agent-vending-production.up.railway.app |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-26 | valid payment request | 402 | $0.01 | 930 ms |
Example input (from the provider)
{
"body": {
"geography": {
"name": "91362",
"type": "zcta"
}
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"examples": [
{
"geography": {
"name": "91362",
"type": "zcta"
}
},
{
"geography": {
"name": "Ventura County",
"state": "CA",
"type": "county"
}
},
{
"geography": {
"name": "Thousand Oaks",
"state": "CA",
"type": "place"
}
}
],
"properties": {
"geography": {
"additionalProperties": true,
"description": "A U.S. geography by type plus name or GEOID. No Census table or variable IDs needed.",
"properties": {
"county": {
"description": "County name or FIPS (tract only)",
"type": "string"
},
"geoid": {
"description": "Census GEOID alternative to name (county 5, place 7, tract 11 digits)",
"type": "string"
},
"name": {
"description": "e.g. \"Ventura County\", \"Thousand Oaks\", \"91362\", \"CA\", tract code",
"type": "string"
},
"state": {
"description": "State name, postal code or FIPS (county/place/tract by name)",
"type": "string"
},
"type": {
"enum": [
"state",
"county",
"place",
"zcta",
"tract"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
"metrics": {
"description": "Default profile (16 metrics) or a subset list",
"oneOf": [
{
"enum": [
"DEFAULT_PROFILE"
],
"type": "string"
},
{
"items": {
"enum": [
"total_population",
"median_age",
"median_household_income",
"per_capita_income",
"poverty_rate",
"unemployment_rate",
"labor_force_participation_rate",
"bachelors_or_higher_pct",
"high_school_or_higher_pct",
"homeownership_rate",
"median_home_value",
"median_gross_rent",
"uninsured_rate",
"foreign_born_pct",
"under18_pct",
"65plus_pct"
],
"type": "string"
},
"type": "array"
}
]
}
},
"required": [
"geography"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"description": "HTTP 200 = completed result (charged). Refusals and errors are never charged: 400 INVALID_REQUEST (unknown/ambiguous geography, bad input), 422 NOT_SUPPORTED, 502 UPSTREAM_ERROR, 503 DATA_UNAVAILABLE, 500 INTERNAL_ERROR; all include charged=false.",
"properties": {
"charged": {
"type": "boolean"
},
"data_vintage": {
"type": "object"
},
"derived_indicators": {
"type": "array"
},
"error": {
"type": "object"
},
"geography": {
"type": "object"
},
"methodology": {
"type": "object"
},
"profile": {
"type": "array"
},
"provenance": {
"type": "array"
},
"status": {
"type": "string"
},
"summary": {
"type": "object"
},
"warnings": {
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}