Jora.com – Job Listings, Salaries & Full Descriptions avatar

Jora.com – Job Listings, Salaries & Full Descriptions

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Jora.com – Job Listings, Salaries & Full Descriptions

Jora.com – Job Listings, Salaries & Full Descriptions

Collect Jora.com job listings by keyword, filters, or URLs across supported countries. Returns full descriptions, salary, work type, company, location, and connector export.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

AbotAPI

AbotAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Jora Jobs Scraper

The Jora Jobs Scraper collects current job listings from Jora across Australia, New Zealand, Singapore, Hong Kong, Malaysia, Indonesia, the United States, the United Kingdom, and Canada. It supports keyword/location search mode and URL mode for existing Jora search pages or job detail pages. Detail mode adds the full description, apply redirect, source name, salary, work type, and work arrangement when available.

Why This Scraper?

  • Search by keywords and location across all supported Jora country sites.
  • Start from Jora search URLs or direct job URLs when you already have a curated source list.
  • Includes Jora filters for listed date, job type, quick apply, sort, distance, and minimum salary.
  • Uses maxItems as the main output cap while maxPages defaults high enough to avoid early stopping.
  • Detail mode adds full job descriptions and apply URLs.
  • Optional MCP connector export sends a concise job summary into your selected apps while the complete record stays in the Apify dataset.

Data You Get

Sample shape, values are illustrative placeholders, not from a live listing.

FieldExample
id00000000000000000000000000000001
jobId00000000000000000000000000000001
titleSample Software Engineer
companySample Company
locationSydney NSW
countryCodeau
urlhttps://au.jora.com/job/Sample-Job-00000000000000000000000000000001
sourceUrlhttps://au.jora.com/j?q=software+engineer&l=Sydney%2C+NSW
salary$100,000 - $120,000 a year
salaryMin100000
salaryMax120000
workTypeFull time
workArrangementHybrid
postedAtTextPosted 3d ago
quickApplytrue
isSponsoredfalse
rank1
page1
abstractShort summary from the search card.
snippetBullets["Build sample services", "Work with a sample team"]
descriptionTextFull job description appears here when fetchDetails=true.
descriptionHtml<div>Full job description appears here.</div>
applyUrlhttps://au.jora.com/job/rd/00000000000000000000000000000001
sourceNameSample Source
searchKeywordssoftware engineer
searchLocationSydney, NSW
searchTotalCount250
detailFetchedtrue
scrapedAt2026-01-01T00:00:00.000Z

How to Use

Search by keyword and location:

{
"mode": "search",
"searches": [
{
"keywords": "software engineer",
"location": "Sydney, NSW",
"country": "au"
}
],
"maxItems": 20
}

Search with filters:

{
"mode": "search",
"searches": [
{
"keywords": "developer",
"location": "Melbourne VIC",
"country": "au"
}
],
"postedWithin": "7d",
"workType": "contract",
"quickApply": true,
"sort": "date",
"salaryMin": 90000,
"maxItems": 25,
"fetchDetails": true
}

Run several searches in one run:

{
"mode": "search",
"searches": [
{ "keywords": "data analyst", "location": "Auckland", "country": "nz" },
{ "keywords": "data analyst", "location": "Singapore", "country": "sg" }
],
"maxItems": 40
}

Start from URLs:

{
"mode": "url",
"urls": [
"https://au.jora.com/j?q=software+engineer&l=Sydney%2C+NSW",
"https://au.jora.com/job/Sample-Job-00000000000000000000000000000001"
],
"maxPages": 500,
"maxItems": 20
}

Send results into your apps:

{
"mode": "search",
"searches": [
{ "keywords": "marketing manager", "location": "Sydney", "country": "au" }
],
"mcpConnectors": ["your-connector-id"],
"notionParentPageUrl": "https://www.notion.so/sample-parent-page",
"maxNotifyListings": 10
}

The connector export writes a condensed, human-readable summary for each selected job: title, company, location, salary, work type, posted text, and links. The complete JSON record is always kept in the Apify dataset.

Input Parameters

ParameterTypeDefaultDescription
modestringsearchChoose search for keyword/filter searches or url for existing Jora URLs.
searchesarraysoftware engineer in SydneySearch mode inputs. Each item can include keywords, location, and country.
postedWithinstringanytimeDate filter: anytime, 24h, 7d, 14d, or 30d.
workTypestringanyJob type filter such as full_time, part_time, contract, permanent, or internship.
quickApplybooleanfalseLimits results to Jora quick apply jobs.
sortstringrelevanceUse relevance or date.
distanceKmintegeremptyOptional location radius.
salaryMinintegeremptyOptional minimum salary filter.
urlsarraysample search URLURL mode inputs. Accepts search result URLs and job detail URLs.
fetchDetailsbooleantrueOpens job pages for full details.
maxItemsinteger20Maximum matching rows to save. 0 means unlimited. Results can be fewer when the source has fewer matching jobs.
maxPagesinteger500Maximum search pages per source. Defaults to the maximum so maxItems is the main cap.
proxyobjectResidential AUConnection settings. Residential AU is selected by default.
mcpConnectorsarrayemptyOptional MCP connector ids for app export.
notionParentPageUrlstringemptyRequired only for Notion page export.
maxNotifyListingsinteger50Maximum jobs sent to each connector. Does not affect the dataset.

Output Example

Sample shape, values are illustrative placeholders, not from a live listing.

{
"id": "00000000000000000000000000000001",
"jobId": "00000000000000000000000000000001",
"title": "Sample Software Engineer",
"company": "Sample Company",
"location": "Sydney NSW",
"countryCode": "au",
"url": "https://au.jora.com/job/Sample-Job-00000000000000000000000000000001",
"sourceUrl": "https://au.jora.com/j?q=software+engineer&l=Sydney%2C+NSW",
"salary": "$100,000 - $120,000 a year",
"salaryMin": 100000,
"salaryMax": 120000,
"workType": "Full time",
"workArrangement": "Hybrid",
"postedAtText": "Posted 3d ago",
"quickApply": true,
"isSponsored": false,
"rank": 1,
"page": 1,
"abstract": "Short summary from the search card.",
"snippetBullets": ["Build sample services", "Work with a sample team"],
"descriptionHtml": "<div>Full job description appears here.</div>",
"descriptionText": "Full job description appears here when fetchDetails=true.",
"applyUrl": "https://au.jora.com/job/rd/00000000000000000000000000000001",
"sourceName": "Sample Source",
"searchKeywords": "software engineer",
"searchLocation": "Sydney, NSW",
"searchTotalCount": 250,
"detailFetched": true,
"scrapedAt": "2026-01-01T00:00:00.000Z"
}

Plan Requirement

Residential AU is selected by default because Jora can return empty responses from cloud datacenter connections. For searches outside Australia, choose the closest Residential country supported by your Apify plan. Detail mode uses the detail-enrichment charge event in addition to the built-in dataset item event.