Compare U.S
Compare U.S. counties across jobs, unemployment, wages, GDP, income, employer activity and growth using aligned official government statistics.
Answeringour last check, 2026-09-27
1 of 1checks answered this week
1339 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/economic-location-compare
| 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 | 1339 ms |
Example input (from the provider)
{
"body": {
"locations": [
"Ventura County, CA",
"Orange County, CA",
"San Diego County, CA"
],
"metrics": [
"unemployment_rate",
"average_annual_pay",
"employment_growth_5y",
"real_gdp_growth_5y",
"per_capita_personal_income",
"employer_establishments_per_1000"
],
"vintage_mode": "aligned_2023"
},
"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": [
{
"locations": [
"Ventura County, CA",
"Orange County, CA",
"San Diego County, CA"
],
"metrics": [
"unemployment_rate",
"average_annual_pay",
"employment_growth_5y",
"real_gdp_growth_5y",
"per_capita_personal_income",
"employer_establishments_per_1000"
],
"vintage_mode": "aligned_2023"
}
],
"properties": {
"locations": {
"items": {
"oneOf": [
{
"description": "\"County Name, ST\" (e.g. \"Ventura County, CA\") or 5-digit county FIPS",
"type": "string"
},
{
"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"
}
]
},
"maxItems": 10,
"minItems": 2,
"type": "array"
},
"metrics": {
"items": {
"enum": [
"labor_force",
"employed_people",
"unemployed_people",
"unemployment_rate",
"qcew_employment",
"qcew_establishments",
"average_weekly_wage",
"average_annual_pay",
"total_annual_wages",
"wage_premium_vs_us",
"nominal_gdp",
"real_gdp",
"nominal_gdp_per_capita",
"real_gdp_per_capita",
"personal_income",
"per_capita_personal_income",
"employer_establishments",
"cbp_employment",
"annual_payroll",
"employer_establishments_per_1000_residents",
"goods_producing_share_private",
"private_share_of_covered_jobs",
"labor_force_growth_1y",
"labor_force_growth_5y",
"employed_people_growth_1y",
"employed_people_growth_5y",
"qcew_employment_growth_1y",
"qcew_employment_growth_3y",
"qcew_employment_growth_5y",
"qcew_establishments_growth_1y",
"qcew_establishments_growth_3y",
"qcew_establishments_growth_5y",
"average_annual_pay_growth_1y",
"average_annual_pay_growth_3y",
"average_annual_pay_growth_5y",
"total_annual_wages_growth_1y",
"total_annual_wages_growth_3y",
"total_annual_wages_growth_5y",
"real_gdp_growth_1y",
"real_gdp_growth_5y",
"nominal_gdp_growth_1y",
"nominal_gdp_growth_5y",
"personal_income_growth_1y",
"personal_income_growth_5y",
"per_capita_personal_income_growth_1y",
"per_capita_personal_income_growth_5y",
"employer_establishments_growth_1y",
"employer_establishments_growth_5y",
"cbp_employment_growth_1y",
"cbp_employment_growth_5y",
"annual_payroll_growth_1y",
"annual_payroll_growth_5y",
"employment_growth_1y",
"employment_growth_3y",
"employment_growth_5y",
"job_growth_5y",
"employer_establishments_per_1000",
"real_gdp_growth",
"gdp_per_capita_nominal",
"income_growth_5y",
"establishment_growth_5y"
],
"type": "string"
},
"maxItems": 30,
"minItems": 1,
"type": "array"
},
"vintage_mode": {
"description": "Default aligned_2023; latest_compatible = newest period available for ALL compared counties, per metric",
"enum": [
"aligned_2023",
"latest_compatible"
],
"type": "string"
}
},
"required": [
"locations"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],