Seek: Search Jobs
Seek via Parse · jobs
Full-text search over SEEK New Zealand job listings. `keyword` matches job titles and descriptions. Results are paginated (roughly 20-30 per page). Location narrows geographically; salary filters constrain the advertised pay band. Each returned job summary carries an `id` suitable for `get_job_details`. Search for jobs on SEEK New Zealand by keyword, location, and salary range, and get detailed job information. Fulfilled by Parse from nz.seek.com.
- jobs
- nz-seek-com
- parse
- platform-key
- seek
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/6f3f8e62-caf1-482e-ab3f-9f93af22e4c6/search_jobs
- Interface artifact
- sha256:7d24abfc01ae86670c3560c7a43de327db64c697deb8b6009f93bbd1d9a466b5
- Manifest digest
- sha256:42f63c922e6bb7338875d0dd1932a90f1e2e7e94027e219fb53c0c86146d5439
Request fields
- page (integer): Page number for pagination (starts at 1)
- keyword (string, required): Job title or keyword to search for
- location (string): Location to search in (e.g., 'Auckland', 'Wellington', 'Christchurch'). Omitting returns jobs across all of New Zealand.
- salary_max (string): Maximum salary filter as a numeric string (e.g., '120000')
- salary_min (string): Minimum salary filter as a numeric string (e.g., '80000')
- salary_type (string): Salary type filter.: Allowed values: annual, hourly
Example queries
- {"keyword":"nurse","location":"Auckland","salary_type":"annual"}