招聘
The Muse Jobs Scraper - Postings, Companies & Locations
Scrape The Muse job postings with title, company name and id, locations, category, experience level, remote flag, publication date, apply URL and full description. Filter by category, company, location and level. Export to JSON, CSV or Excel.
themuse-jobs-scraper.json 200 OK
{ "title": "Counterparty Credit Risk Manager", "companyName": "Bank of America", "companyId": 12145, "companyShortName": "bankofamerica", "category": "Software Engineering", "categories": ["Software Engineering"], "experienceLevel": "Senior Level", "primaryLocation": "New York, NY", "locations": ["New York, NY"] }
你会得到什么
每次运行都返回干净、带类型的记录,可直接用于你的 CRM、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
TitleCompany NameCompany IdCompany Short NameCategoryCategoriesExperience LevelPrimary LocationLocationsRemoteJob TypePublication DateApply UrlJob Id
示例输出
一条真实的示例记录,正是你收到的结构。
| Title | Company Name | Company Id | Company Short Name |
|---|---|---|---|
| Counterparty Credit Risk Manager | Bank of America | 12145 | bankofamerica |
| Sr. Embedded Software Engineer, O… | SpaceX | 15000190 | spacex |
| Test Engineer, Propulsion Compone… | SpaceX | 15000190 | spacex |
| Drive with Lyft - Signing up is E… | Lyft | 11895 | lyft |
| Software Engineer, Hardware Test … | SpaceX | 15000190 | spacex |
GET /themuse-jobs-scraper
{ "title": "Counterparty Credit Risk Manager", "companyName": "Bank of America", "companyId": 12145, "companyShortName": "bankofamerica", "category": "Software Engineering", "categories": ["Software Engineering"], "experienceLevel": "Senior Level", "primaryLocation": "New York, NY", "locations": ["New York, NY"] }
相关爬虫
常见问题
How do I get only remote jobs?
Add `Flexible / Remote` to the Locations field, or filter the output on the `remote` flag, which is true for every remote or flexible role.
Can I pull jobs from a single company?
Yes. Add the company profile short name (for example `uber`) to the Company Names field to keep only that company's openings.
How do I focus on senior roles?
Add one or more values to Experience Levels, such as `Senior Level` or `Management`.
How fresh is the data?
Every posting is read live at run time, so each record reflects what was listed at the moment of the run (see observedAt).