Skip to main content
POST
/
api
/
rikunabi
/
jobs
/rikunabi/jobs
curl --request POST \
  --url https://api.anysite.io/api/rikunabi/jobs \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "job": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "title": "<string>",
    "@type": "@rikunabi_job",
    "sub_title": "<string>",
    "company_name": "<string>",
    "company_id": "<string>",
    "employment_types": [],
    "job_overview": "<string>",
    "job_description": "<string>",
    "qualification": "<string>",
    "salary_summary": "<string>",
    "base_salary": "<string>",
    "task_based_salary": "<string>",
    "salary_info": "<string>",
    "salary_example": "<string>",
    "salary": {
      "@type": "@rikunabi_job_salary",
      "min": 123,
      "max": 123,
      "currency": "<string>",
      "unit": "<string>"
    },
    "work_hours": "<string>",
    "work_style": "<string>",
    "holidays": "<string>",
    "probationary_period": "<string>",
    "welfare_insurance": "<string>",
    "welfare_benefit": "<string>",
    "work_environment": "<string>",
    "work_location": "<string>",
    "work_location_notes": "<string>",
    "commute_info": "<string>",
    "office_name": "<string>",
    "office_address": "<string>",
    "apply_info": "<string>",
    "employer_message": "<string>",
    "position_count": "<string>",
    "other": "<string>",
    "industry": "<string>",
    "is_full_remote": true,
    "published_at": "<string>",
    "preference_tags": [],
    "images": [],
    "image": "<string>",
    "location": {
      "@type": "@rikunabi_job_location",
      "street_address": "<string>",
      "address_locality": "<string>",
      "address_region": "<string>",
      "postal_code": "<string>"
    },
    "company_research": {
      "@type": "@rikunabi_company_research",
      "summary": "<string>",
      "citations": [],
      "updated_at": "<string>"
    },
    "employer": {
      "@type": "@rikunabi_job_employer",
      "name": "<string>",
      "ceo_name": "<string>",
      "address": "<string>",
      "phone": "<string>",
      "business_details": "<string>",
      "web_url": "<string>"
    },
    "favorite_count": 123,
    "apply_count": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
job
string
required

Rikunabi NEXT job key, or a job URL containing it

Minimum string length: 1
Examples:

"jk0c94088037a11455"

"https://next.rikunabi.com/viewjob/jk0c94088037a11455/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
title
string
required
@type
string
default:@rikunabi_job
sub_title
string | null
company_name
string | null
company_id
string | null
employment_types
string[]
job_overview
string | null
job_description
string | null
qualification
string | null
salary_summary
string | null
base_salary
string | null
task_based_salary
string | null
salary_info
string | null
salary_example
string | null
salary
RikunabiJobSalary · object
work_hours
string | null
work_style
string | null
holidays
string | null
probationary_period
string | null
welfare_insurance
string | null
welfare_benefit
string | null
work_environment
string | null
work_location
string | null
work_location_notes
string | null
commute_info
string | null
office_name
string | null
office_address
string | null
apply_info
string | null
employer_message
string | null
position_count
string | null
other
string | null
industry
string | null
is_full_remote
boolean | null
published_at
string | null
preference_tags
string[]
images
string[]
image
string | null
location
RikunabiJobLocation · object
company_research
RikunabiCompanyResearch · object
employer
RikunabiJobEmployer · object
favorite_count
integer | null
apply_count
integer | null