Jora.com – Job Listings, Salaries & Full Descriptions
Pricing
from $1.00 / 1,000 dataset items
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
maxItemsas the main output cap whilemaxPagesdefaults 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.
| Field | Example |
|---|---|
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"] |
descriptionText | Full job description appears here when fetchDetails=true. |
descriptionHtml | <div>Full job description appears here.</div> |
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 |
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
| Parameter | Type | Default | Description |
|---|---|---|---|
mode | string | search | Choose search for keyword/filter searches or url for existing Jora URLs. |
searches | array | software engineer in Sydney | Search mode inputs. Each item can include keywords, location, and country. |
postedWithin | string | anytime | Date filter: anytime, 24h, 7d, 14d, or 30d. |
workType | string | any | Job type filter such as full_time, part_time, contract, permanent, or internship. |
quickApply | boolean | false | Limits results to Jora quick apply jobs. |
sort | string | relevance | Use relevance or date. |
distanceKm | integer | empty | Optional location radius. |
salaryMin | integer | empty | Optional minimum salary filter. |
urls | array | sample search URL | URL mode inputs. Accepts search result URLs and job detail URLs. |
fetchDetails | boolean | true | Opens job pages for full details. |
maxItems | integer | 20 | Maximum matching rows to save. 0 means unlimited. Results can be fewer when the source has fewer matching jobs. |
maxPages | integer | 500 | Maximum search pages per source. Defaults to the maximum so maxItems is the main cap. |
proxy | object | Residential AU | Connection settings. Residential AU is selected by default. |
mcpConnectors | array | empty | Optional MCP connector ids for app export. |
notionParentPageUrl | string | empty | Required only for Notion page export. |
maxNotifyListings | integer | 50 | Maximum 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.