Microsoft: Search Jobs
Microsoft via Parse · jobs
Full-text search over Microsoft Careers job listings. `query` matches titles and descriptions; `sort_by` orders results by posting date or relevance. Supports filters for location, seniority, work site, profession, and employment type. Paginates via `page` (1-based integer). Returns job summaries with id, title, locations, department, and posting timestamp. Each result carries a position id usable with get_job_details for the full description and qualifications. Search and retrieve job listings from Microsoft Careers. Supports keyword search, location filtering, pagination, and detailed job information including descriptions and qualifications. Fulfilled by Parse from apply.careers.microsoft.com.
- apply-careers-microsoft-com
- b2b-directory
- developer-tools
- jobs
- microsoft
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7696fb46-41c6-4fc6-ae9f-42e85bf76ca9/search_jobs
- Interface artifact
- sha256:24909b79a0b94cd2870f4c6b763b355a7901581dd37dc32fdf43658a441e677b
- Manifest digest
- sha256:ca0917a3a9d1d073beb819af2c7e227a9a64fa4843da05206af31a61cafd1d5a
Request fields
- page (integer): Page number (1-based)
- limit (integer): Number of results to return per page (max ~100 recommended)
- query (string): Search keyword(s) for job titles and descriptions
- sort_by (string): Sort order for results: Allowed values: timestamp, relevance
- location (string): Location filter (e.g., 'Redmond, WA, United States', 'Remote'). Omitting returns jobs from all locations.
- seniority (string): Experience level filter (e.g., 'Senior', 'Mid-Level', 'Entry', 'Manager', 'Director', 'Intern')
- work_site (string): Work site filter (e.g., '3 days / week in-office', 'fully on-site', '0 days / week in-office – remote')
- profession (string): Profession filter (e.g., 'product management', 'software engineering')
- employment_type (string): Employment type filter (e.g., 'full-time', 'internship', 'temp/contract')
Example queries
- {"page":"1","limit":"5","query":"software engineer","sort_by":"timestamp"}