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.
1from apify_client import ApifyClient2
3# Initialize the ApifyClient with your Apify API token4# Replace '<YOUR_API_TOKEN>' with your token.5client = ApifyClient("<YOUR_API_TOKEN>")6
7# Prepare the Actor input8run_input = {9 "地域ブロック": "JP3",10 "勤務地(北海道)": [],11 "勤務地(東北)": [],12 "勤務地(関東)": [],13 "勤務地(甲信越)": [],14 "勤務地(東海)": [],15 "勤務地(関西)": [],16 "勤務地(中国・四国)": [],17 "勤務地(九州・沖縄)": [],18 "職種": [19 "1",20 "2",21 "3",22 ],23 "こだわり条件": ["0401"],24 "雇用形態": [],25 "年収": "",26 "最大件数": 10,27 "最大ページ数": 1,28 "詳細取得": True,29 "proxyConfiguration": { "useApifyProxy": True },30}31
32# Run the Actor and wait for it to finish33run = client.actor("nezha/rikunabi-next-job").call(run_input=run_input)34
35# Fetch and print Actor results from the run's dataset (if there are any)36print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])37for item in client.dataset(run["defaultDatasetId"]).iterate_items():38 print(item)39
40# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-startThe Apify API client for Python is the official library that allows you to use Rikunabi NEXT求人スクレイパー:求人票・企業情報を抽出 API in Python, providing convenience functions and automatic retries on errors.
Install the apify-client
$pip install apify-clientOther API clients include: