> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /doda/jobs

> Get full Doda (デューダ) job posting details by job id (or job URL): title, hiring company (name, business content, address, establishment, capital, representative, employee count, website), job category and industry breadcrumb, employment type, job content, target requirements, salary, annual income range, estimated income model, bonus/raise/incentive/probation, benefits and company perks, team structure, gender ratio and age composition, holidays (annual count, weekly pattern and the full paid/national/summer/golden-week/new-year/maternity/childcare/family-care matrix with explanations), working hours and overtime, application method and selection flow, PR highlights, editorial interview report, publishing period, work locations and image.

**Price:** 5 credits

**⚠️ Common errors:** 412: Job not found (well-formed job id but the posting does not exist or has expired)



## OpenAPI

````yaml /openapi/jobs.json post /api/doda/jobs
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/doda/jobs:
    post:
      tags:
        - /doda
      summary: /doda/jobs
      description: >-
        Get full Doda (デューダ) job posting details by job id (or job URL): title,
        hiring company (name, business content, address, establishment, capital,
        representative, employee count, website), job category and industry
        breadcrumb, employment type, job content, target requirements, salary,
        annual income range, estimated income model,
        bonus/raise/incentive/probation, benefits and company perks, team
        structure, gender ratio and age composition, holidays (annual count,
        weekly pattern and the full
        paid/national/summer/golden-week/new-year/maternity/childcare/family-care
        matrix with explanations), working hours and overtime, application
        method and selection flow, PR highlights, editorial interview report,
        publishing period, work locations and image.


        **Price:** 5 credits


        **⚠️ Common errors:** 412: Job not found (well-formed job id but the
        posting does not exist or has expired)
      operationId: __api_doda_jobs_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DodaJobsPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/DodaJob'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    DodaJobsPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        job:
          type: string
          minLength: 1
      type: object
      required:
        - job
    DodaJob:
      properties:
        '@type':
          type: string
          default: DodaJob
        id:
          type: string
        url:
          type: string
        company:
          anyOf:
            - $ref: '#/components/schemas/DodaJobCompany'
            - type: 'null'
        job_category_large:
          anyOf:
            - type: string
            - type: 'null'
        job_category_medium:
          anyOf:
            - type: string
            - type: 'null'
        job_category_small:
          anyOf:
            - type: string
            - type: 'null'
        industry_large:
          anyOf:
            - type: string
            - type: 'null'
        industry_small:
          anyOf:
            - type: string
            - type: 'null'
        employment_type:
          anyOf:
            - type: string
            - type: 'null'
        job_content_outline:
          anyOf:
            - type: string
            - type: 'null'
        job_content:
          anyOf:
            - type: string
            - type: 'null'
        target_member_outline:
          anyOf:
            - type: string
            - type: 'null'
        target_member:
          anyOf:
            - type: string
            - type: 'null'
        selection_point:
          anyOf:
            - type: string
            - type: 'null'
        work_location_text:
          anyOf:
            - type: string
            - type: 'null'
        work_time:
          anyOf:
            - type: string
            - type: 'null'
        salary:
          anyOf:
            - type: string
            - type: 'null'
        salary_examples:
          items:
            type: string
          type: array
          default: []
        annual_income_lower:
          anyOf:
            - type: integer
            - type: 'null'
        annual_income_upper:
          anyOf:
            - type: integer
            - type: 'null'
        estimated_annual_incomes:
          items:
            $ref: '#/components/schemas/DodaEstimatedIncome'
          type: array
          default: []
        raise_description:
          anyOf:
            - type: string
            - type: 'null'
        number_of_salary_increases:
          anyOf:
            - type: string
            - type: 'null'
        bonus:
          anyOf:
            - type: string
            - type: 'null'
        number_of_bonuses:
          anyOf:
            - type: string
            - type: 'null'
        incentive:
          anyOf:
            - type: string
            - type: 'null'
        probation_period:
          anyOf:
            - type: string
            - type: 'null'
        treatment_and_welfare:
          anyOf:
            - type: string
            - type: 'null'
        company_benefits:
          anyOf:
            - type: string
            - type: 'null'
        team_structure:
          anyOf:
            - type: string
            - type: 'null'
        organization_category:
          anyOf:
            - type: string
            - type: 'null'
        gender_ratio:
          anyOf:
            - type: string
            - type: 'null'
        age_composition:
          anyOf:
            - type: string
            - type: 'null'
        retention_rate:
          anyOf:
            - type: string
            - type: 'null'
        age_limit_display:
          anyOf:
            - type: string
            - type: 'null'
        holiday:
          anyOf:
            - type: string
            - type: 'null'
        annual_holiday:
          anyOf:
            - type: integer
            - type: 'null'
        annual_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        holiday_week:
          anyOf:
            - type: string
            - type: 'null'
        holiday_week_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_paid_holidays:
          anyOf:
            - type: boolean
            - type: 'null'
        paid_holidays_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_national_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        national_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_summer_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        summer_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_golden_week_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        golden_week_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_new_year_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        new_year_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_condolence_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        condolence_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_maternity_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        maternity_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_childcare_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        childcare_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        has_family_care_holiday:
          anyOf:
            - type: boolean
            - type: 'null'
        family_care_holiday_explanation:
          anyOf:
            - type: string
            - type: 'null'
        average_overtime_hours:
          anyOf:
            - type: string
            - type: 'null'
        average_overtime_hours_explanation:
          anyOf:
            - type: string
            - type: 'null'
        application_method:
          anyOf:
            - type: string
            - type: 'null'
        selection_process:
          anyOf:
            - type: string
            - type: 'null'
        selection_flows:
          items:
            type: string
          type: array
          default: []
        pr_spaces:
          items:
            $ref: '#/components/schemas/DodaPrSpace'
          type: array
          default: []
        article_summary:
          items:
            type: string
          type: array
          default: []
        tags:
          items:
            type: string
          type: array
          default: []
        interview:
          anyOf:
            - $ref: '#/components/schemas/DodaInterview'
            - type: 'null'
        publishing_start_date:
          anyOf:
            - type: string
            - type: 'null'
        publishing_end_date:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        locations:
          items:
            $ref: '#/components/schemas/DodaJobLocation'
          type: array
          default: []
      type: object
      required:
        - id
        - url
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    DodaJobCompany:
      properties:
        '@type':
          type: string
          default: DodaJobCompany
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        group_name:
          anyOf:
            - type: string
            - type: 'null'
        business_content:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        establish_year:
          anyOf:
            - type: string
            - type: 'null'
        establishment_date:
          anyOf:
            - type: string
            - type: 'null'
        capital:
          anyOf:
            - type: string
            - type: 'null'
        sales:
          anyOf:
            - type: string
            - type: 'null'
        representative:
          anyOf:
            - type: string
            - type: 'null'
        employee_count:
          anyOf:
            - type: string
            - type: 'null'
        average_age:
          anyOf:
            - type: string
            - type: 'null'
        average_age_explanation:
          anyOf:
            - type: string
            - type: 'null'
        web_url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    DodaEstimatedIncome:
      properties:
        '@type':
          type: string
          default: DodaEstimatedIncome
        income:
          anyOf:
            - type: string
            - type: 'null'
        explanation:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    DodaPrSpace:
      properties:
        '@type':
          type: string
          default: DodaPrSpace
        heading:
          anyOf:
            - type: string
            - type: 'null'
        text:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    DodaInterview:
      properties:
        '@type':
          type: string
          default: DodaInterview
        text:
          anyOf:
            - type: string
            - type: 'null'
        rewarding:
          anyOf:
            - type: string
            - type: 'null'
        difficult:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        image_caption:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    DodaJobLocation:
      properties:
        '@type':
          type: string
          default: DodaJobLocation
        address:
          anyOf:
            - type: string
            - type: 'null'
        station:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````