POST /api/ctgoodjobs/jobs
Price: 1 credit
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.
Get full details of a Hong Kong CTgoodjobs listing by its job id (an 8-digit string that may keep leading zeros) or by a job URL. Returns job_title, highlights, description and description_html, the employer (company_id, company_name, company_url, company_description, image, banners, video_id), salary in HKD, required experience, job_areas, industries, employment_types, career_levels, educations, benefits, work_models, locations with latitude, longitude and Chinese names, licenses, service_types, travel_requirements, skills, keywords, apply_url and whatsapp_url, job_ref_no and employer_job_ref_no, published_at, posted_at and expires_at as unix seconds, view_count and is_expired. Listings that already expired still return their full content, so historical postings stay readable.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)job string required — CTgoodjobs job id, or a job URL containing it (examples: "09520465", "https://jobs.ctgoodjobs.hk/job/09520465/account-manager-advertising-branding"; minLength: 1)@type string (default: "CtgoodjobsJob")id string requiredurl string requiredjob_title string requireddescription string nullabledescription_html string nullablehighlights array (default: [])company_id string nullablecompany_name string nullablecompany_url string nullableindustry_label string nullablecompany_description string nullablecompany_description_html string nullableimage string nullablebanners array (default: [])video_id string nullableapply_url string nullablewhatsapp_url string nullableclient_id string nullablejob_ref_no string nullableemployer_job_ref_no string nullablepublished_at integer nullablepublished_display string nullableposted_at integer nullableexpires_at integer nullableis_expired boolean nullableview_count integer nullablesalary object nullable@type string (default: "CtgoodjobsSalary")display string nullablemin number nullablemax number nullablecurrency string nullableunit string nullableis_negotiable boolean nullablehas_commission boolean nullableexperience_from integer nullableexperience_to integer nullableexperience_display string nullablejob_areas array (default: [])@type string (default: "CtgoodjobsJobArea")id string nullablename string requiredfunction string nullablearea string nullableurl string nullablefunction_url string nullableskill_tag_path string nullablerelated_job_areas array (default: [])@type string (default: "CtgoodjobsJobArea")id string nullablename string requiredfunction string nullablearea string nullableurl string nullablefunction_url string nullableskill_tag_path string nullableindustries array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullableemployment_types array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullablecareer_levels array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullableeducations array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullablebenefits array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullablework_models array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullablelocations array (default: [])@type string (default: "CtgoodjobsJobLocation")id string nullablename string requiredname_zh string nullablelatitude number nullablelongitude number nullablelicenses array (default: [])channels array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullableservice_types array (default: [])@type string (default: "CtgoodjobsServiceType")id string nullablename string requiredcategory string nullabletravel_requirements array (default: [])@type string (default: "CtgoodjobsTaxonomyItem")id string nullablename string requiredurl string nullableskills array (default: [])@type string (default: "CtgoodjobsJobSkill")id string nullablename string requiredurl string nullablekeywords array (default: [])is_cv_optional boolean nullableis_crawled boolean nullableis_company_hidden boolean nullabletranslated_lang string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — Job not found Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.