Jora Jobs Search Scraper
Pricing
Pay per usage
Go to Apify Store
Jora Jobs Search Scraper
Scrape job listings from Jora, a global job search aggregator. Extract job titles, companies, locations, salary ranges, and job types aggregated from multiple sources for comprehensive job market analysis.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Jobs API
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Extract job listings from Jora - a global job aggregator popular in Australia and New Zealand. Collect job titles, companies, locations, and descriptions.
Features
- Keyword search — find jobs by keyword, search term, or role
- Location filtering — narrow results to specific cities, regions, or countries
Use Cases
- Australian and New Zealand job market intelligence — track hiring demand across Australia and New Zealand with targeted keyword and location searches
- Global recruitment aggregation analysis — search jobs across multiple Jora country domains (US, UK, CA, IN, SG, ZA) from a single actor
- Regional hiring trend tracking — compare job volumes, employers, and salary ranges across regions to identify emerging talent markets
- Cross-platform salary benchmarking — collect advertised salary data to benchmark compensation across different roles and locations
Sample Input
{"mode": "search","keywords": "software developer","location": "Sydney","country": "au","jobType": "","datePosted": "","maxJobs": 50,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]},"keyword": "software engineer","results_wanted": 20,"posted_date": "anytime","max_pages": 10}
Sample Output
{"jobTitle": "Senior Software Engineer","companyName": "Atlassian","location": "Sydney, NSW","postedDate": "2025-06-14T00:00:00.000Z","jobUrl": "https://au.jora.com/job/123456","description": "We are looking for a Senior Software Engineer to join our Sydney team...","searchQuery": "software engineer","searchLocation": "Sydney","scrapedAt": "2025-06-15T09:00:00.000Z"}
Input
| Field | Type | Default | Required | Description |
|---|---|---|---|---|
query | string | — | Job title, skill, or keyword to search for. | |
keywords | string | software developer | Job title or keywords to search for. | |
maxItems | integer | 50 | Maximum number of job listings to scrape. | |
proxyConfiguration | object | {"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]} | Proxy configuration for the crawler (RESIDENTIAL recommended). | |
experienceLevel | string | — | Filter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director. | |
salaryMin | integer | — | Minimum salary filter (in local currency). Only show jobs paying at least this amount. | |
salaryMax | integer | — | Maximum salary filter (in local currency). Only show jobs paying at most this amount. | |
remoteFilter | string | — | Filter by work location type: Remote, Hybrid, On-site. | |
educationLevel | string | — | Filter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate. |
Output
| Field | Description |
|---|---|
title | Title |
company | Company |
location | Location |
country | Country |
salary | Salary |
jobType | Job Type |
jobUrl | Job URL |
scrapedAt | Scraped At |
description | Description |
jobId | Job Id |
companyLogoUrl | Company Logo Url |
postedDate | Posted Date |
job_type | Job Type |
date_posted | Posted |
url | URL |
Notes
- Proxy: Residential proxy is highly recommended — set
proxyConfiguration: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] } - Rate limits: Keep result limits reasonable per run to avoid IP bans
- Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset