> ## 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.

# /ctgoodjobs/jobs

> Get a CTgoodjobs (Hong Kong job board) listing by job id. Returns the job title, highlights, the full description in both plain text and HTML, the employer (id, name, profile url, description, logo, banners, video), salary, required experience, job functions and sub-areas, industries, employment terms, career levels, education, benefits, work model, work locations with coordinates and Chinese names, licences, service types, travel requirements, skill tags, keywords, application urls, reference numbers, publication and expiry timestamps, the total view count, and whether the listing has expired. Expired listings stay retrievable with their full content.

**Price:** 1 credit

**⚠️ Common errors:** 412: Job not found



## OpenAPI

````yaml /openapi/jobs.json post /api/ctgoodjobs/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/ctgoodjobs/jobs:
    post:
      tags:
        - /ctgoodjobs
      summary: /ctgoodjobs/jobs
      description: >-
        Get a CTgoodjobs (Hong Kong job board) listing by job id. Returns the
        job title, highlights, the full description in both plain text and HTML,
        the employer (id, name, profile url, description, logo, banners, video),
        salary, required experience, job functions and sub-areas, industries,
        employment terms, career levels, education, benefits, work model, work
        locations with coordinates and Chinese names, licences, service types,
        travel requirements, skill tags, keywords, application urls, reference
        numbers, publication and expiry timestamps, the total view count, and
        whether the listing has expired. Expired listings stay retrievable with
        their full content.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: Job not found
      operationId: __api_ctgoodjobs_jobs_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CtgoodjobsJobPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/CtgoodjobsJob'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    CtgoodjobsJobPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        job:
          type: string
          minLength: 1
      type: object
      required:
        - job
    CtgoodjobsJob:
      properties:
        '@type':
          type: string
          default: CtgoodjobsJob
        id:
          type: string
        url:
          type: string
        job_title:
          type: string
        description_html:
          anyOf:
            - type: string
            - type: 'null'
        highlights:
          items:
            type: string
          type: array
          default: []
        company_id:
          anyOf:
            - type: string
            - type: 'null'
        company_name:
          anyOf:
            - type: string
            - type: 'null'
        company_url:
          anyOf:
            - type: string
            - type: 'null'
        industry_label:
          anyOf:
            - type: string
            - type: 'null'
        company_description:
          anyOf:
            - type: string
            - type: 'null'
        company_description_html:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        banners:
          items:
            type: string
          type: array
          default: []
        video_id:
          anyOf:
            - type: string
            - type: 'null'
        apply_url:
          anyOf:
            - type: string
            - type: 'null'
        whatsapp_url:
          anyOf:
            - type: string
            - type: 'null'
        client_id:
          anyOf:
            - type: string
            - type: 'null'
        job_ref_no:
          anyOf:
            - type: string
            - type: 'null'
        employer_job_ref_no:
          anyOf:
            - type: string
            - type: 'null'
        published_at:
          anyOf:
            - type: integer
            - type: 'null'
        published_display:
          anyOf:
            - type: string
            - type: 'null'
        posted_at:
          anyOf:
            - type: integer
            - type: 'null'
        expires_at:
          anyOf:
            - type: integer
            - type: 'null'
        is_expired:
          anyOf:
            - type: boolean
            - type: 'null'
        view_count:
          anyOf:
            - type: integer
            - type: 'null'
        salary:
          anyOf:
            - $ref: '#/components/schemas/CtgoodjobsSalary'
            - type: 'null'
        experience_from:
          anyOf:
            - type: integer
            - type: 'null'
        experience_to:
          anyOf:
            - type: integer
            - type: 'null'
        experience_display:
          anyOf:
            - type: string
            - type: 'null'
        job_areas:
          items:
            $ref: '#/components/schemas/CtgoodjobsJobArea'
          type: array
          default: []
        related_job_areas:
          items:
            $ref: '#/components/schemas/CtgoodjobsJobArea'
          type: array
          default: []
        industries:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        employment_types:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        career_levels:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        educations:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        benefits:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        work_models:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        locations:
          items:
            $ref: '#/components/schemas/CtgoodjobsJobLocation'
          type: array
          default: []
        licenses:
          items:
            type: string
          type: array
          default: []
        channels:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        service_types:
          items:
            $ref: '#/components/schemas/CtgoodjobsServiceType'
          type: array
          default: []
        travel_requirements:
          items:
            $ref: '#/components/schemas/CtgoodjobsTaxonomyItem'
          type: array
          default: []
        skills:
          items:
            $ref: '#/components/schemas/CtgoodjobsJobSkill'
          type: array
          default: []
        keywords:
          items:
            type: string
          type: array
          default: []
        is_cv_optional:
          anyOf:
            - type: boolean
            - type: 'null'
        is_crawled:
          anyOf:
            - type: boolean
            - type: 'null'
        is_company_hidden:
          anyOf:
            - type: boolean
            - type: 'null'
        translated_lang:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - id
        - url
        - job_title
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    CtgoodjobsSalary:
      properties:
        '@type':
          type: string
          default: CtgoodjobsSalary
        display:
          anyOf:
            - type: string
            - type: 'null'
        min:
          anyOf:
            - type: number
            - type: 'null'
        max:
          anyOf:
            - type: number
            - type: 'null'
        currency:
          anyOf:
            - type: string
            - type: 'null'
        unit:
          anyOf:
            - type: string
            - type: 'null'
        is_negotiable:
          anyOf:
            - type: boolean
            - type: 'null'
        has_commission:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
    CtgoodjobsJobArea:
      properties:
        '@type':
          type: string
          default: CtgoodjobsJobArea
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          type: string
        function:
          anyOf:
            - type: string
            - type: 'null'
        area:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        function_url:
          anyOf:
            - type: string
            - type: 'null'
        skill_tag_path:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    CtgoodjobsTaxonomyItem:
      properties:
        '@type':
          type: string
          default: CtgoodjobsTaxonomyItem
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    CtgoodjobsJobLocation:
      properties:
        '@type':
          type: string
          default: CtgoodjobsJobLocation
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          type: string
        name_zh:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
      type: object
      required:
        - name
    CtgoodjobsServiceType:
      properties:
        '@type':
          type: string
          default: CtgoodjobsServiceType
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          type: string
        category:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    CtgoodjobsJobSkill:
      properties:
        '@type':
          type: string
          default: CtgoodjobsJobSkill
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          type: string
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
      required:
        - name
    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

````