VOOZH about

URL: https://apify.com/unfenced-group/rikunabi-scraper

⇱ Rikunabi NEXT Job Scraper — Japan · Apify


Pricing

from $1.59 / 1,000 results

Go to Apify Store

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.59 / 1,000 results

Rating

0.0

(0)

Developer

👁 Unfenced Group

Unfenced Group

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

👁 Rikunabi NEXT Scraper

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.


Related scrapers

Other scrapers in our Jobs — East & Southeast Asia collection:


Run it on a schedule

This actor is built for repeat use. Set it to run daily, weekly, or hourly, and the data keeps flowing without you touching it.

  • Schedule runs — open the actor, go to Schedules, and pick a cadence. Each run only charges you for the results it returns.
  • Connect it to your stack — push results straight to Google Sheets, Slack, a webhook, or your database using Apify Integrations. No glue code needed.
  • Pull results via API — every run writes a clean dataset you can fetch with one API call, ready for whatever you build on top of it.

Set it once and it runs on its own.


Need a custom scraper?

Unfenced Group builds Apify actors for any website — for free.

If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.

Get in touch: www.unfencedgroup.nl

You might also like

Rikunabi Graduate Scraper: Japan Internships

getascraper/rikunabi-jobs-scraper

Scrape Rikunabi Graduate Jobs (job.rikunabi.com). Extract recruiter phone numbers, starting salary brackets, program durations, and company profiles directly from stable Indeed-integrated Next.js JSON state. No complex setup. $1.99 per 1,000 results.

👁 User avatar

GetAScraper

1

Rikunabi Jobs Scraper 🎯

easyapi/rikunabi-jobs-scraper

Extract detailed job listings from Rikunabi.com with comprehensive information about positions, companies, and recruitment details. Perfect for job market analysis, recruitment research, and tracking employment opportunities in Japan. 🇯🇵

MyNavi Scraper: Sourcing Japan Mid-Career Jobs

getascraper/mynavi-scraper

Scrape Japan mid-career vacancies on MyNavi Tenshoku. Get annual JPY salaries, remote-work status, and complete corporate profile tables (headquarters address, capital, revenue). Perfect for Excel, Google Sheets, or any ATS. $1.99 per 1,000 results.

👁 User avatar

GetAScraper

2

realestate.com.au Scraper

unfenced-group/realestate-au-scraper

Scrape Australia's #1 property portal: 1.2M+ listings. Buy, rent & sold data with prices, addresses, beds/baths, photos & agency info. No proxy needed.

👁 User avatar

Unfenced Group

2

Rakumachi Scraper — Japan Investment Property & Yields

jungle_synthesizer/rakumachi-investment-scraper

Scrape Rakumachi — Japan's #1 income-property portal. Extract price (JPY + USD), gross yield, monthly rent, occupancy, unit counts, structure. Filter by prefecture, property type, min yield, max price.

👁 User avatar

BowTiedRaccoon

6

Rehouse.co.jp Scraper — Japan Property Data & API

sian.agency/rehouse-property-scraper

Rehouse.co.jp scraper & real estate data API for Japan's 三井のリハウス property portal. Used & new homes for sale in every prefecture: price (JPY), layout, size, build year, floor, address, GPS, photos, transit, fees — clean JSON/CSV. Fast overview or full detail. No-code, no API key needed.

Next.co.uk Product Details Scraper

ecomscrape/next-product-details-scraper

Extract comprehensive product details from Next.co.uk including pricing, inventory, specifications, and metadata. Our advanced scraper captures 30+ data fields for competitive analysis, market research, and business intelligence in the UK fashion retail sector.

ecomscrape

7

Shine.com Jobs Scraper

unfenced-group/shine-scraper

Scrape job listings from Shine.com — India's top job portal. Keyword + location search, salary (INR), full description, no proxy needed. $1.99/1,000 results.

👁 User avatar

Unfenced Group

8

Arbeitsagentur Job Scraper — Salary, Contact & Details

haketa/arbeitsagentur-scraper

Scrape Germany's largest job board (arbeitsagentur.de). Extracts salary amount, employer email/phone, multi-location, home-office, occupation codes and full descriptions from the v6 API. Richer data than any competitor — no proxy or login needed.

Next.co.uk Product Search Scraper

ecomscrape/next-product-search-scraper

Advanced Next.co.uk product scraper for extracting comprehensive fashion, homeware, and children's clothing data. Automated solution for market research, competitor analysis, and product monitoring with detailed output fields including pricing, categories, and product specifications.

ecomscrape

8