Get a U.S
Get a U.S. county economic profile from official BLS, BEA and Census data, including jobs, unemployment, wages, GDP, income, employer establishments, growth, percentiles and provenance.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
899 msmedian answer time
$0.01listed 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/local-economy
| 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-27 | valid payment request | 402 | $0.01 | 899 ms |
Example input (from the provider)
{
"body": {
"geography": {
"name": "Ventura County",
"state": "CA",
"type": "county"
},
"vintage_mode": "latest_available"
},
"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": "Ventura County",
"state": "CA",
"type": "county"
},
"vintage_mode": "latest_available"
},
{
"geography": "Cook County, IL",
"vintage_mode": "aligned_2023"
}
],
"properties": {
"geography": {
"oneOf": [
{
"additionalProperties": false,
"description": "A U.S. county (by name + state, or 5-digit FIPS) or a state (Local Economy Intelligence only).",
"properties": {
"fips": {
"description": "5-digit county FIPS (or 2-digit state FIPS)",
"type": "string"
},
"name": {
"description": "e.g. \"Ventura County\" or \"California\"",
"type": "string"
},
"state": {
"description": "State name, postal code or FIPS (for county names)",
"type": "string"
},
"type": {
"enum": [
"county",
"state"
],
"type": "string"
}
},
"type": "object"
},
{
"description": "\"County Name, ST\" (e.g. \"Ventura County, CA\") or 5-digit county FIPS",
"type": "string"
}
]
},
"include_growth": {
"description": "Default true",
"type": "boolean"
},
"metric_groups": {
"items": {
"enum": [
"labor",
"jobs_wages",
"economic_output",
"income",
"business_activity",
"industry_structure"
],
"type": "string"
},
"type": "array"
},
"vintage_mode": {
"description": "Default latest_available (each metric at its latest validated period, shown per metric)",
"enum": [
"latest_available",
"aligned_2023"
],
"type": "string"
}
},
"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 = fulfilled result (charged $0.01). Refusals and errors are never charged: 400 INVALID_* (malformed input, unknown county, invalid sector/metric/vintage), 422 NOT_SUPPORTED (unsupported geography type, all requested values suppressed, research-only feature, incompatible NAICS/vintage), 503 DATA_UNAVAILABLE, 500; all include charged=false.",
"properties": {
"charged": {
"type": "boolean"
},
"error": {
"type": "object"
},
"product": {
"type": "string"
},
"provenance": {
"type": "object"
},
"status": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}