POST /api/jobstreet/companies
Price: 10 credits
Get a full Jobstreet/JobsDB (SEEK South-East Asia) company profile by id or company URL across MY, SG, ID, PH, TH and HK markets: name, claimed status, website, company size, industry, primary location, specialities, description, mission statement, perks and benefits, photo gallery, logo and cover images, featured highlight, and the full employee-review rating breakdown (overall, per-category, star distribution, recommended percentage and salary-fairness percentages).
Fetch a single Jobstreet/JobsDB company profile by numeric id (e.g. 168552725744507) or company URL. Set country to pick the market (MY/SG/ID/PH on jobstreet.com, TH/HK on jobsdb.com) which drives locale and currency labels. Returns one item with name, is_claimed, organisation_id, website_url/website_name, size, industry/industry_id, primary_location, specialities, description, mission_statement, custom_statement_title/custom_statement, image (logo)/cover, brand_id, gallery (photo URLs), perks_and_benefits (title + description), featured (title/description/image/video_url), and rating (overall, review_count, recommended_percent, per-category ratings perks_and_benefits/career_opportunity/work_life_balance/work_environment/executive_management/diversity, salary_*_percent, and one_star_count through five_star_count).
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)company string required — Jobstreet/JobsDB company id or a company profile URL containing it (examples: "168552725744507", "https://my.jobstreet.com/companies/aeon-168552725744507"; minLength: 1)country string — Market: MY/SG/ID/PH on jobstreet.com, TH/HK on jobsdb.com (drives locale and currency) (default: "MY"; one of: "MY", "SG", "ID", "PH", "TH", "HK")@type string (default: "JobstreetCompany")id string requiredurl string requiredcountry string nullablename string nullableis_claimed boolean nullableorganisation_id string nullablewebsite_url string nullablewebsite_name string nullablesize string nullableindustry string nullableindustry_id string nullableprimary_location string nullablespecialities array (default: [])description string nullablemission_statement string nullablecustom_statement_title string nullablecustom_statement string nullableimage string nullablecover string nullablebrand_id string nullablegallery array (default: [])perks_and_benefits array (default: [])@type string (default: "JobstreetCompanyPerk")description string nullablefeatured object nullable@type string (default: "JobstreetCompanyFeatured")description string nullableimage string nullablevideo_url string nullablerating object nullable@type string (default: "JobstreetCompanyRating")overall number nullablereview_count integer nullablerecommended_percent number nullableperks_and_benefits number nullablecareer_opportunity number nullablework_life_balance number nullablework_environment number nullableexecutive_management number nullablediversity number nullablesalary_poor_percent number nullablesalary_fair_percent number nullablesalary_generous_percent number nullableone_star_count integer nullabletwo_star_count integer nullablethree_star_count integer nullablefour_star_count integer nullablefive_star_count integer 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 — Company not found (well-formed but nonexistent company id) 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.