Apple: Search Jobs
Apple via Parse · jobs
Full-text search over Apple job listings. `query` matches title and summary; `sort` orders results by relevance, newest, or oldest. Location filtering uses IDs from search_locations (e.g. 'SFMETRO'). Returns 20 results per page. Each job summary includes title, team, posting date, and locations but not full description — use get_job_details for that. Search and browse job listings at Apple (jobs.apple.com). Supports keyword search, location filtering, pagination, job detail retrieval, and location/role autocomplete. Fulfilled by Parse from jobs.apple.com.
- apple
- b2b-directory
- jobs
- jobs-apple-com
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/fe01b80a-ae55-44cf-beb0-5e8df44d30c8/search_jobs
- Interface artifact
- sha256:ea00142cef42abb2f92fcfde8dc481f19adb6ee06b772944121d85d09276371e
- Manifest digest
- sha256:9d69c2ee0de63867b0fb7bd0cc0a23309a7e3a39db9fdeb0fcf4a37e247af121
Request fields
- page (integer): Page number (1-based).
- sort (string): Sort order.: Allowed values: relevance, newest, oldest
- query (string): Search keyword (e.g. 'machine learning', 'software engineer'). Empty string returns all jobs.
- locale (string): Locale code (e.g. 'en-us').
- location (string): Location filter ID(s), comma-separated. Use search_locations to find valid IDs. Can use full ID like 'postLocation-SFMETRO' or short code like 'SFMETRO'.
Example queries
- {"page":"1","sort":"relevance","query":"software engineer","locale":"en-us","location":"USA"}