Skip to main content
POST
/
api
/
doda
/
jobs
/doda/jobs
curl --request POST \
  --url https://api.anysite.io/api/doda/jobs \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "job": "<string>",
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@doda_job",
    "title": "<string>",
    "company": {
      "@type": "@doda_job_company",
      "id": "<string>",
      "name": "<string>",
      "group_name": "<string>",
      "business_content": "<string>",
      "address": "<string>",
      "establish_year": "<string>",
      "establishment_date": "<string>",
      "capital": "<string>",
      "sales": "<string>",
      "representative": "<string>",
      "employee_count": "<string>",
      "average_age": "<string>",
      "average_age_explanation": "<string>",
      "web_url": "<string>"
    },
    "job_category_large": "<string>",
    "job_category_medium": "<string>",
    "job_category_small": "<string>",
    "industry_large": "<string>",
    "industry_small": "<string>",
    "employment_type": "<string>",
    "job_content_outline": "<string>",
    "job_content": "<string>",
    "target_member_outline": "<string>",
    "target_member": "<string>",
    "selection_point": "<string>",
    "work_location_text": "<string>",
    "work_time": "<string>",
    "salary": "<string>",
    "salary_examples": [],
    "annual_income_lower": 123,
    "annual_income_upper": 123,
    "estimated_annual_incomes": [],
    "raise_description": "<string>",
    "number_of_salary_increases": "<string>",
    "bonus": "<string>",
    "number_of_bonuses": "<string>",
    "incentive": "<string>",
    "probation_period": "<string>",
    "treatment_and_welfare": "<string>",
    "company_benefits": "<string>",
    "team_structure": "<string>",
    "organization_category": "<string>",
    "gender_ratio": "<string>",
    "age_composition": "<string>",
    "retention_rate": "<string>",
    "age_limit_display": "<string>",
    "holiday": "<string>",
    "annual_holiday": 123,
    "annual_holiday_explanation": "<string>",
    "holiday_week": "<string>",
    "holiday_week_explanation": "<string>",
    "has_paid_holidays": true,
    "paid_holidays_explanation": "<string>",
    "has_national_holiday": true,
    "national_holiday_explanation": "<string>",
    "has_summer_holiday": true,
    "summer_holiday_explanation": "<string>",
    "has_golden_week_holiday": true,
    "golden_week_holiday_explanation": "<string>",
    "has_new_year_holiday": true,
    "new_year_holiday_explanation": "<string>",
    "has_condolence_holiday": true,
    "condolence_holiday_explanation": "<string>",
    "has_maternity_holiday": true,
    "maternity_holiday_explanation": "<string>",
    "has_childcare_holiday": true,
    "childcare_holiday_explanation": "<string>",
    "has_family_care_holiday": true,
    "family_care_holiday_explanation": "<string>",
    "average_overtime_hours": "<string>",
    "average_overtime_hours_explanation": "<string>",
    "application_method": "<string>",
    "selection_process": "<string>",
    "selection_flows": [],
    "pr_spaces": [],
    "article_summary": [],
    "tags": [],
    "interview": {
      "@type": "@doda_interview",
      "title": "<string>",
      "text": "<string>",
      "rewarding": "<string>",
      "difficult": "<string>",
      "image": "<string>",
      "image_caption": "<string>"
    },
    "publishing_start_date": "<string>",
    "publishing_end_date": "<string>",
    "image": "<string>",
    "locations": []
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
job
string
required

Doda job as a numeric job id or a full job URL

Minimum string length: 1
Examples:

"3015172411"

"https://doda.jp/DodaFront/View/JobSearchDetail/j_jid__3015172411/"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@doda_job
title
string | null
company
DodaJobCompany · object
job_category_large
string | null
job_category_medium
string | null
job_category_small
string | null
industry_large
string | null
industry_small
string | null
employment_type
string | null
job_content_outline
string | null
job_content
string | null
target_member_outline
string | null
target_member
string | null
selection_point
string | null
work_location_text
string | null
work_time
string | null
salary
string | null
salary_examples
string[]
annual_income_lower
integer | null
annual_income_upper
integer | null
estimated_annual_incomes
DodaEstimatedIncome · object[]
raise_description
string | null
number_of_salary_increases
string | null
bonus
string | null
number_of_bonuses
string | null
incentive
string | null
probation_period
string | null
treatment_and_welfare
string | null
company_benefits
string | null
team_structure
string | null
organization_category
string | null
gender_ratio
string | null
age_composition
string | null
retention_rate
string | null
age_limit_display
string | null
holiday
string | null
annual_holiday
integer | null
annual_holiday_explanation
string | null
holiday_week
string | null
holiday_week_explanation
string | null
has_paid_holidays
boolean | null
paid_holidays_explanation
string | null
has_national_holiday
boolean | null
national_holiday_explanation
string | null
has_summer_holiday
boolean | null
summer_holiday_explanation
string | null
has_golden_week_holiday
boolean | null
golden_week_holiday_explanation
string | null
has_new_year_holiday
boolean | null
new_year_holiday_explanation
string | null
has_condolence_holiday
boolean | null
condolence_holiday_explanation
string | null
has_maternity_holiday
boolean | null
maternity_holiday_explanation
string | null
has_childcare_holiday
boolean | null
childcare_holiday_explanation
string | null
has_family_care_holiday
boolean | null
family_care_holiday_explanation
string | null
average_overtime_hours
string | null
average_overtime_hours_explanation
string | null
application_method
string | null
selection_process
string | null
selection_flows
string[]
pr_spaces
DodaPrSpace · object[]
article_summary
string[]
tags
string[]
interview
DodaInterview · object
publishing_start_date
string | null
publishing_end_date
string | null
image
string | null
locations
DodaJobLocation · object[]