POST /api/payscale/degrees
Price: 5 credits
Get the Payscale salary report for a degree or field of study: pay percentiles (salary, total compensation, bonus, commission, hourly rate, profit sharing), pay by city, employer, employer type, gender, job and years of experience, job satisfaction rating and related degrees.
Fetch one Payscale degree pay report by degree name or slug. Set country (US/CA/UK/AU) and report_type (Salary or HourlyRate). Returns one item with name, compensation (with p10-p90 and profile_count), by_dimension (pay by city/employer/employer type/gender/job/experience), ratings and related degrees.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)degree string required — Degree name or Payscale degree slug (examples: "Bachelor of Science (BS / BSc)", "Master_of_Business_Administration_(MBA)"; 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: "PayscaleReport")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 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 — Degree not found (well-formed but nonexistent degree 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.