Seek: Search Jobs
Seek via Parse · jobs
Full-text search over SEEK Australia job listings. `keywords` matches job title and description; optional `location` filters by city or region. Returns paginated results ordered by relevance with featured listings first. Each result includes a summary (title, company, location, salary teaser); full descriptions require a separate get_job_details call per job. Search and retrieve job listings from SEEK Australia (seek.com.au). Find jobs by keyword and location, and fetch full job details including descriptions, classifications, and employment status. Fulfilled by Parse from www.seek.com.au.
- jobs
- parse
- platform-key
- seek
- www-seek-com-au
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/ed567ab8-0364-4d7a-9121-f4de258d4b32/search_jobs
- Interface artifact
- sha256:2882d4b86a27c0985903807ed30e638cd825cf37b69a5527c19119616d5808e7
- Manifest digest
- sha256:5ecd3307cfa6bbcc400fa323c13cbe3cbf74737a59c0c8ae24c6e5069c72355c
Request fields
- page (integer): Page number (1-indexed).
- keywords (string, required): Search keywords (e.g. 'software engineer', 'project manager', 'data analyst').
- location (string): Location filter (e.g. 'Sydney', 'Melbourne'). Omitting returns jobs from all locations.
- page_size (integer): Results per page (max 20).: Allowed values: 5, 10, 20
Example queries
- {"page":"1","keywords":"software engineer","location":"Sydney","page_size":"5"}