Jora Jobs Search Scraper avatar

Jora Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Jora Jobs Search Scraper

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

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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

FieldTypeDefaultRequiredDescription
querystringJob title, skill, or keyword to search for.
keywordsstringsoftware developerJob title or keywords to search for.
maxItemsinteger50Maximum number of job listings to scrape.
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy configuration for the crawler (RESIDENTIAL recommended).
experienceLevelstringFilter by minimum experience level: Entry Level, Mid Level, Senior Level, Executive, Director.
salaryMinintegerMinimum salary filter (in local currency). Only show jobs paying at least this amount.
salaryMaxintegerMaximum salary filter (in local currency). Only show jobs paying at most this amount.
remoteFilterstringFilter by work location type: Remote, Hybrid, On-site.
educationLevelstringFilter by minimum education level: High School, Associate Degree, Bachelor's, Master's, Doctorate.

Output

FieldDescription
titleTitle
companyCompany
locationLocation
countryCountry
salarySalary
jobTypeJob Type
jobUrlJob URL
scrapedAtScraped At
descriptionDescription
jobIdJob Id
companyLogoUrlCompany Logo Url
postedDatePosted Date
job_typeJob Type
date_postedPosted
urlURL

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