POST /api/payscale/employers
Price: 5 credits
Get the full Payscale salary report for an employer (company): pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by city, degree, gender, job and years of experience, employee satisfaction ratings, benefits, peer-company comparisons, office locations and company facts.
Fetch one Payscale employer pay report by company name or slug. Set country (US/CA/UK/AU) and report_type (Salary or HourlyRate). Returns one item with name, compensation (salary/total/bonus/commission/hourly_rate/profit_sharing with p10-p90 and profile_count), by_dimension (pay by city/degree/gender/job/experience), ratings, related employers, benefits (retirement_benefits, health_benefits), comparisons (basis and comparables with satisfaction/stress/gender split), locations, location_count and fact_data (website, domain, industries, founded_on, geo, image, num_employees_min/max, organization_type).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)employer string required — Employer name or Payscale employer slug (examples: "Google, Inc.", "Microsoft_Corp", "Amazon.com Inc"; minLength: 1)country string — Country of the salary data (default: "US"; one of: "US", "CA", "UK", "AU")report_type string — Pay report type (default: "Salary"; one of: "Salary", "HourlyRate")@type string (default: "PayscaleEmployerReport")category string nullablename string nullablecountry string nullablereport_type string nullablecurrency_code string nullablelast_updated string nullablemulti_dimensional boolean nullablerefs object nullable@type string (default: "PayscaleRefs")url string nullabledefault_url string nullableparent_url string nullablenarratives object nullable@type string (default: "PayscaleNarratives")description string nullablesummary_salary string nullablesummary_hourly string nullableemployer_pay string nullablecompensation object nullable@type string (default: "PayscaleCompensation")salary object nullable@type string (default: "PayscaleCompensationBlock")p10 number nullablep25 number nullablep50 number nullablep75 number nullablep90 number nullableprofile_count integer nullabletotal object nullable@type string (default: "PayscaleCompensationBlock")p10 number nullablep25 number nullablep50 number nullablep75 number nullablep90 number nullableprofile_count integer nullablebonus object nullable@type string (default: "PayscaleCompensationBlock")p10 number nullablep25 number nullablep50 number nullablep75 number nullablep90 number nullableprofile_count integer nullablecommission object nullable@type string (default: "PayscaleCompensationBlock")p10 number nullablep25 number nullablep50 number nullablep75 number nullablep90 number nullableprofile_count integer nullablehourly_rate object nullable@type string (default: "PayscaleCompensationBlock")p10 number nullablep25 number nullablep50 number nullablep75 number nullablep90 number nullableprofile_count integer nullableprofit_sharing object nullable@type string (default: "PayscaleCompensationBlock")p10 number nullablep25 number nullablep50 number nullablep75 number nullablep90 number nullableprofile_count integer nullableby_dimension object (default: {})* object@type string (default: "PayscaleDimension")description string nullableprofile_count integer nullablelast_updated string nullablerows array (default: [])@type string (default: "PayscaleDimensionRow")name string nullabledisplay_name string nullableurl string nullableprofile_count integer nullablerange object nullable (see schema PayscalePercentiles)is_estimated boolean nullableratings array (default: [])@type string (default: "PayscaleRating")name string nullablescore number nullableprofile_count integer nullablerelated array (default: [])@type string (default: "PayscaleRelated")name string nullableurl string nullableprofile_count integer nullableaverage number nullablerange object nullable@type string (default: "PayscalePercentiles")p10 number nullablep25 number nullablep50 number nullablep75 number nullablep90 number nullableoccupational_details object nullable@type string (default: "PayscaleOccupationalDetails")name string nullableurl string nullableoccupational_category string nullableskills array (default: [])description string nullablesample_size integer nullableestimated_salary array (default: [])@type string (default: "PayscaleEstimatedSalary")name string nullablecurrency string nullableduration string nullablemedian string nullablepercentile10 string nullablepercentile25 string nullablepercentile75 string nullablepercentile90 string nullablebenefits object nullable@type string (default: "PayscaleBenefits")description string nullableretirement_benefits array (default: [])health_benefits array (default: [])comparisons object nullable@type string (default: "PayscaleComparisons")basis object nullable@type string (default: "PayscaleComparisonItem")name string nullablelink string nullablesatisfaction_rating number nullablestress_rating number nullablemale_percentage number nullablefemale_percentage number nullableflexibility_rating number nullablecomparables array (default: [])@type string (default: "PayscaleComparisonItem")name string nullablelink string nullablesatisfaction_rating number nullablestress_rating number nullablemale_percentage number nullablefemale_percentage number nullableflexibility_rating number nullablelocations array (default: [])@type string (default: "PayscaleEmployerLocation")city string nullablestate string nullablecountry string nullableurl string nullablelocation_count integer nullablefact_data object nullable@type string (default: "PayscaleEmployerFacts")name string nullablewebsite string nullabledomain string nullableabstract string nullableimage string nullableindustries array (default: [])synonyms array (default: [])founded_on string nullablefounded_year integer nullablenum_employees_min integer nullablenum_employees_max integer nullableorganization_type string nullablestock_exchange string nullablewikipedia_url string nullablegeo object nullable@type string (default: "PayscaleEmployerGeo")street string nullablecity string nullablestate string nullablepostal_code string nullablecountry string nullablelatitude number nullablelongitude number nullablesource string nullablelast_updated string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Employer not found (well-formed but nonexistent employer slug) Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.