POST /api/payscale/jobs
Price: 10 credits
Get the full Payscale salary report for a job title: pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by experience, location, skill and employer, gender and health benefit breakdowns, job satisfaction rating, related jobs, occupational details and a career-path tree.
Fetch one Payscale job pay report by job title or slug. Set country (US/CA/UK/AU) and report_type (Salary or HourlyRate). Returns one item with name, category, country, report_type, currency_code, last_updated, compensation (salary/total/bonus/commission/hourly_rate/profit_sharing, each with p10/p25/p50/p75/p90 and profile_count), narratives (description, summary_salary, summary_hourly), by_dimension (Job by Skill/Location/Experience/Employer, Gender Breakdown, Health Insurance — each with rows of name/url/profile_count/range/median), ratings, related jobs, occupational_details (occupational_category, skills, sample_size, estimated_salary), review_count and career_path.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)job string required — Job title or Payscale job slug (examples: "Software Engineer", "Registered_Nurse_(RN)", "Data Scientist"; 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: "PayscaleJobReport")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 nullablereview_count integer nullablecareer_path object nullable@type string (default: "PayscaleCareerPath")job_title string nullableurl string nullablecompensation number nullableis_hourly boolean nullablecurrency string nullablepercent number nullablechildren array (default: [])422 — 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 — Job not found (well-formed but nonexistent job 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.