You're viewing a demo portfolio

Join the waitlist
PRSM

remote_hire_cost

Active

Tool of Ready APIs

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ready APIs

https://github.com/ReadyAPIs-com/readyapis

1/7 registries
View full server →