Every API, one clean contract.
153 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
13 APIsE-commerce & Marketplaces
31 APIsReal Estate
10 APIsJobs & Hiring
12 APIsTravel & Lodging
7 APIsSearch & SEO
4 APIsFinance & Data
5 APIsMedia, Film & Knowledge
20 APIsUtilities & AI
19 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
18 APIsLevels.fyi API
livepost/levels-fyi/v1/company/salaries1 creditThe flagship action: full Levels.fyi compensation breakdown for one company + role. Returns the level ladder (L3/L4/…), per-level averages (base / stock / bonus / total), the percentile bands (P10/P25/P50/P75/P90 for total-comp, base, bonus and stock), the median offer (with years of experience), the role's sub-specializations and a sample of recent salary submissions. Pass an optional `location` to scope to a metro.
{
"company": "google",
"role": "software-engineer"
}Try in playground →post/levels-fyi/v1/company/roles1 creditResolve a company to its Levels.fyi profile (id, slug, website, employee count, HQ, vesting schedule…) plus the catalog of job-family role slugs you can query for it. Use this to confirm a company's slug and pick a role slug to feed into company/salaries. NOTE: the role list is the full Levels.fyi job-family catalog (the roles available to query) — for the roles a company actually has reported data for, read `related_roles` from a company/salaries response.
{
"company": "stripe"
}Try in playground →post/levels-fyi/v1/company/search1 creditFind companies on Levels.fyi by name. Returns matching companies with the slug and a ready-to-use salaries URL — feed the slug into company/roles or company/salaries.
{
"query": "goldman"
}Try in playground →post/levels-fyi/v1/role/companies1 creditFor a given role/title, list every company that reports compensation data for it on Levels.fyi (the role's coverage), plus the country-wide median total-comp and the full job-family catalog. Useful for 'which companies pay for <role>' and leaderboard-style discovery.
{
"role": "software-engineer"
}Try in playground →post/levels-fyi/v1/submissions1 creditPaginated individual salary submissions for a company + role — the raw anonymized datapoints behind the averages: level, focus, years of experience, location, base / stock / bonus / total comp and offer date. 50 per page; page with `page`.
{
"company": "google",
"role": "software-engineer"
}Try in playground →
Social Media
10 APIs