Rikunabi NEXT Scraper avatar

Rikunabi NEXT Scraper

Pricing

from $1.99 / 1,000 results

Go to Apify Store
Rikunabi NEXT Scraper

Rikunabi NEXT Scraper

Scrape 1.2M+ jobs from Rikunabi NEXT, Japan's largest mid-career portal. Filter by keyword, occupation, or prefecture. Salary in JPY, no proxy needed.

Pricing

from $1.99 / 1,000 results

Rating

0.0

(0)

Developer

Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Banner

Extract job listings from Rikunabi NEXT (リクナビNEXT), Japan's largest mid-career job portal with over 1.2 million listings. Search by keyword, occupation, or prefecture — no account required.


Why this scraper?

Rikunabi NEXT lists more Japanese mid-career vacancies than any other single platform, covering every industry from IT and engineering to healthcare and logistics across all 47 prefectures. The scraper accesses all public listings without authentication and supports both targeted search and bulk export via the platform's sitemap.


Input parameters

ParameterTypeDefaultDescription
modestringsearchHow to find jobs: search, sitemap (all 1.2M), startUrls
keywordstringFree-text search term, Japanese or English. Example: エンジニア
occupationstringOccupation category: it, sales, engineering, healthcare, finance, and 19 more
areastringPrefecture filter: tokyo, osaka, aichi, fukuoka, and all 47 prefectures
employmentTypestringpermanent, contract, temporary, contractor
salarystringMinimum monthly salary: over200 through over1000 (万円)
maxResultsinteger100Maximum number of results to return
fetchDetailsbooleantrueFetch full job page (description, hours, benefits). Set false for faster summary-only runs
daysOldintegerOnly return jobs posted within this many days
skipRepostsbooleanfalseSkip jobs already seen in a previous run (90-day memory)
startUrlsarray[]Specific /viewjob/ URLs to scrape directly
requestDelayMsinteger1000Minimum delay between requests in ms
respectRobotsTxtbooleantrueHonour Crawl-delay from robots.txt

Output schema

Always present

FieldTypeDescription
idstringUnique job identifier
urlstringFull URL of the job listing
titlestringJob title
companystring | nullCompany name
locationstring | nullFull office address or work location
prefecturestring | nullPrefecture name (e.g. 東京都)
citystring | nullCity name (e.g. 渋谷区)
employmentTypesarrayEmployment types, e.g. ["正社員"]
salaryTextstring | nullRaw salary string from the listing
salaryMinnumber | nullMinimum salary (in JPY)
salaryMaxnumber | nullMaximum salary (in JPY)
salaryPeriodstring | nullMONTH, YEAR, HOUR, or DAY
currencystringAlways JPY
publishDateISOstring | nullPublication date in YYYY-MM-DD format
isNewArrivalboolean | nullWhether the listing is newly posted
photoUrlstring | nullJob or company photo URL
isRepostbooleantrue if seen in a previous run
originalPublishDatestring | nullDate first seen (when isRepost: true)
originalUrlstring | nullOriginal URL (when isRepost: true)
contentHashstringMD5 hash of description for change detection
sourcestringAlways rikunabi
scrapedAtstringISO 8601 timestamp of when the item was scraped

With fetchDetails: true

FieldTypeDescription
descriptionTextstring | nullFull job description in plain text
descriptionMarkdownstring | nullFull job description as Markdown
descriptionHtmlnullNot available (source provides plain text)
workStylestring | nullWork schedule pattern (e.g. 固定時間制)
workHoursstring | nullWorking hours details
holidaysstring | nullHoliday and leave policy
benefitsstring | nullWelfare and benefit details
insurancestring | nullSocial insurance coverage
requirementsstring | nullRequired qualifications and experience
salaryDetailstring | nullStructured salary breakdown text (e.g. base pay, commissions, allowances)
salaryExamplestring | nullExample salary for a model employee
officeNamestring | nullOfficial registered office name
workLocationNotesstring | nullAdditional work location notes (e.g. remote policy, transfer conditions)
commuteInfostring | nullNearest station or commute guidance
occupationLinksarrayRelated occupation categories with labels and search URLs
employmentTypeLinksarrayRelated employment type categories with labels and search URLs

Note: When fetchDetails: false, all detail fields above are null. Summary data (title, salary, location, company, employment type, date) remains available.

Example output

{
"id": "09f457801ea74a76",
"url": "https://next.rikunabi.com/viewjob/jk09f457801ea74a76/",
"title": "整備士",
"company": "山陽ヤナセ株式会社",
"location": "岡山県岡山市東区鉄319-1",
"prefecture": "岡山県",
"city": "岡山市",
"employmentTypes": ["正社員"],
"salaryText": "月給18万6550円~34万3200円",
"salaryMin": 186550,
"salaryMax": 343200,
"salaryPeriod": "MONTH",
"currency": "JPY",
"publishDateISO": "2026-02-26",
"isNewArrival": false,
"photoUrl": "https://c76.s3.indeed.com/f7f5e9ea-da23-4e96-925c-f7d2b64ba68d@w800",
"workStyle": "固定時間制",
"workHours": "9:15~17:45、残業月25時間程度",
"holidays": "週休2日制、年間休日115日、年末年始・夏季休暇",
"benefits": "社会保険完備、退職金制度、育児時短勤務制度",
"requirements": "自動車整備経験2年以上、整備士資格3級以上",
"salaryDetail": "基本給18万6550円~ / 固定残業代含まず / 各種手当別途支給",
"salaryExample": "入社3年目・月給24万円(モデル年収例)",
"officeName": "山陽ヤナセ株式会社 岡山営業所",
"workLocationNotes": null,
"commuteInfo": "岡山駅よりバス15分",
"occupationLinks": [
{ "label": "整備・修理", "url": "https://next.rikunabi.com/job_search/oc-m23/" }
],
"employmentTypeLinks": [
{ "label": "正社員", "url": "https://next.rikunabi.com/job_search/employment-type-seishain/" }
],
"descriptionText": "当社は岡山県唯一のメルセデス・ベンツ正規ディーラーです...",
"descriptionMarkdown": "当社は岡山県唯一のメルセデス・ベンツ正規ディーラーです...",
"descriptionHtml": null,
"isRepost": false,
"originalPublishDate": null,
"originalUrl": null,
"contentHash": "a3d1f7b2c9e80451",
"source": "rikunabi",
"scrapedAt": "2026-05-03T06:30:00.000Z"
}

Usage examples

1. IT jobs in Tokyo

{
"mode": "search",
"occupation": "it",
"area": "tokyo",
"maxResults": 200,
"fetchDetails": true
}

2. Keyword search — nursing in Osaka

{
"mode": "search",
"keyword": "看護師",
"area": "osaka",
"daysOld": 7,
"maxResults": 50
}

3. Daily incremental feed — new permanent jobs only

{
"mode": "search",
"employmentType": "permanent",
"daysOld": 1,
"skipReposts": true,
"maxResults": 5000,
"fetchDetails": false
}

4. Specific listings via URL

{
"startUrls": [
{ "url": "https://next.rikunabi.com/viewjob/jk09f457801ea74a76/" }
],
"fetchDetails": true
}

Pricing

This scraper uses Pay-Per-Result pricing — you pay only for data delivered.

VolumeCost
1,000 results$1.99
10,000 results$19.90
100,000 results$199.00
Flat-rate comparison~$0.002 per result

Platform compute and infrastructure costs are included. No additional fees.


Performance

  • Speed: ~200–400 results/minute with fetchDetails: true; ~600–1,000/minute with fetchDetails: false
  • Coverage: All publicly listed jobs — 1.2+ million via sitemap mode
  • Memory: 512 MB default
  • Proxy: None required

Known limitations

  • Salary is extracted from free-text strings and may be null for listings with non-standard formats
  • prefecture and city parsed from breadcrumb — null for remote-only listings
  • descriptionHtml is always null (source provides structured plain text, not HTML)
  • workLocationNotes and commuteInfo are null for a significant portion of listings

Additional services

Need custom delivery formats, scheduled runs, or integration into your data pipeline? Contact us at info@unfencedgroup.nl.


Part of the Unfenced Group scraper portfolio — 200+ job board and real estate scrapers across Europe, Asia, and beyond.