location_score
ActiveTool of Ready APIs
Composite hiring-location score (0-100) for a US ZIP, weighted by role profile (engineering, sales, operations, warehouse, retail, remote). Joins Census ACS demographics, FEMA flood, IECC climate, FAA airport, BEA cost-of-living, and state income tax into one tuned signal. Returns overall score, tier, verdict, and six sub-scores with notes.
Parameters schema
{
"type": "object",
"required": [
"zip"
],
"properties": {
"zip": {
"type": "string",
"description": "U.S. ZIP code, for example 10001."
},
"role": {
"enum": [
"engineering",
"sales",
"operations",
"warehouse",
"retail",
"remote"
],
"type": "string",
"default": "engineering",
"description": "Role profile that tunes the sub-score weights."
},
"year": {
"type": "integer",
"default": 2026
},
"filing_status": {
"enum": [
"single",
"married_filing_jointly",
"married_filing_separately",
"head_of_household"
],
"type": "string",
"default": "single"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries