Scrape job listings from Levels.fyi and capture rich metadata (title, company, job description, locations, salary ranges, dates, application URL etc.)
This actor scrapes jobs and full job descriptions from Levels.fyi using Playwright (real browser). You can provide one or more start URLs (job detail URLs and/or listing URLs with offsets), enable pagination, filter by job family slugs, and export a structured dataset ready for CSV/JSON pipelines.
startUrls with either specific job URLs (with jobId) or listing URLs (with offset).paginate to automatically iterate listing offsets (controlled by paginateStep).onlyFamilies (example: software-engineer).{
"jobId": "89592202644071110",
"jobUrl": "https://www.levels.fyi/tr-tr/jobs/location/united-states?offset=0&jobId=89592202644071110",
"locale": "tr-tr",
"title": "Embedded Software Engineer",
"companyName": "CommScope",
"companySlug": "commscope",
"companyType": "public",
"companyIcon": "https://img.logo.dev/commscope.com?token=pk_Ez-J4YOpSS-Bjtug_T41Dw",
"companyEmployeeCount": 30000,
"companyEstimatedValuation": null,
"companyShortDescription": "network connectivity and communication.",
"isPromoted": true,
"locations": ["Santa Clara, CA"],
"workArrangement": null,
"applicationUrl": "https://jobs.commscope.com/job/Santa-Clara-Embedded-Software-Engineer-Cali-95054/1267585200/?ref=levels.fyi",
"applicationDomain": "jobs.commscope.com",
"postingDate": "2025-08-31T06:27:48.000Z",
"expiryDate": "2025-10-14T06:27:52.000Z",
"minBaseSalary": 10000,
"maxBaseSalary": 128000,
"baseSalaryCurrency": "USD",
"minTotalSalary": 30000,
"maxTotalSalary": 148000,
"descriptionHtml": "<h3>Required Qualifications:</h3> ...",
"descriptionText": "Required Qualifications:\nBachelor’s degree ...",
"descriptionMethod": "headings",
"sourceListUrl": "https://www.levels.fyi/tr-tr/jobs/location/united-states?offset=0",
"fetchedAt": "2025-09-24T13:01:41.190Z"
}