Rikunabi NEXT求人スクレイパー:求人票・企業情報を抽出
Pricing
from $0.50 / 1,000 results
Rikunabi NEXT求人スクレイパー:求人票・企業情報を抽出
リクナビNEXTの条件検索を、比較・集計しやすい求人データセットへ変換します。地域ブロックと地域別勤務地、職種、こだわり条件、雇用形態、年収から検索URLを自動生成し、求人票、給与、勤務地、募集要項、企業情報を CSV、Excel、JSON に出力できます。
Rikunabi NEXT求人スクレイパー:求人票・企業情報を抽出
Pricing
from $0.50 / 1,000 results
リクナビNEXTの条件検索を、比較・集計しやすい求人データセットへ変換します。地域ブロックと地域別勤務地、職種、こだわり条件、雇用形態、年収から検索URLを自動生成し、求人票、給与、勤務地、募集要項、企業情報を CSV、Excel、JSON に出力できます。
You can access the Rikunabi NEXT求人スクレイパー:求人票・企業情報を抽出 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1import { ApifyClient } from 'apify-client';2
3// Initialize the ApifyClient with your Apify API token4// Replace the '<YOUR_API_TOKEN>' with your token5const client = new ApifyClient({6 token: '<YOUR_API_TOKEN>',7});8
9// Prepare Actor input10const input = {11 "地域ブロック": "JP3",12 "勤務地(北海道)": [],13 "勤務地(東北)": [],14 "勤務地(関東)": [],15 "勤務地(甲信越)": [],16 "勤務地(東海)": [],17 "勤務地(関西)": [],18 "勤務地(中国・四国)": [],19 "勤務地(九州・沖縄)": [],20 "職種": [21 "1",22 "2",23 "3"24 ],25 "こだわり条件": [26 "0401"27 ],28 "雇用形態": [],29 "年収": "",30 "最大件数": 10,31 "最大ページ数": 1,32 "詳細取得": true,33 "proxyConfiguration": {34 "useApifyProxy": true35 }36};37
38// Run the Actor and wait for it to finish39const run = await client.actor("nezha/rikunabi-next-job").call(input);40
41// Fetch and print Actor results from the run's dataset (if any)42console.log('Results from dataset');43console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);44const { items } = await client.dataset(run.defaultDatasetId).listItems();45items.forEach((item) => {46 console.dir(item);47});48
49// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docsThe Apify API client for JavaScript is the official library that allows you to use Rikunabi NEXT求人スクレイパー:求人票・企業情報を抽出 API in JavaScript or TypeScript, providing convenience functions and automatic retries on errors.
Install the apify-client
$npm install apify-clientOther API clients include: