remote_hire_cost
ActiveTool of Ready APIs
Composite remote-hire envelope for a US ZIP + salary: total employer cost (salary + employer FICA + benefits load), employee take-home (federal + state + employee FICA), and the location-fit score under the 'remote' profile. Replaces a 20-40 minute back-and-forth with payroll on every remote candidate.
Parameters schema
{
"type": "object",
"required": [
"zip",
"salary"
],
"properties": {
"zip": {
"type": "string",
"description": "Five-digit US ZIP code."
},
"year": {
"type": "integer",
"default": 2026
},
"salary": {
"type": "number",
"minimum": 0
},
"filing_status": {
"enum": [
"single",
"married_filing_jointly",
"married_filing_separately",
"head_of_household"
],
"type": "string",
"default": "single"
},
"benefits_load_pct": {
"type": "number",
"default": 0.3,
"maximum": 1.5,
"minimum": 0,
"description": "Fraction of salary added for benefits (default 30%)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries