MyCareersFuture Singapore Jobs Scraper avatar

MyCareersFuture Singapore Jobs Scraper

Pricing

from $1.50 / 1,000 jobs

Go to Apify Store
MyCareersFuture Singapore Jobs Scraper

MyCareersFuture Singapore Jobs Scraper

Scrape job postings from Singapore's national job portal (MyCareersFuture): title, company, UEN, salary range, skills, experience, position level, category, address and posting dates. Official open API, no key needed.

Pricing

from $1.50 / 1,000 jobs

Rating

0.0

(0)

Developer

Dev D

Dev D

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 days ago

Last modified

Share

Job postings from Singapore's national job portal, run by Workforce Singapore. Official open API — no key, no login, no proxy.

Salary is included

Most job sources hide pay. This one publishes it, and every posting carries it:

"salary_min": 6000,
"salary_max": 7500,
"salary_type": "Monthly"

In testing, 200 of 200 postings came back with a full salary range.

What you get

FieldExample
title, companySenior Consultant, SAP ASIA PTE. LTD.
company_uen200909004C — Singapore company registration number
salary_min, salary_max, salary_type6000, 7500, Monthly
employment_types, position_levels["Permanent", "Full Time"], ["Professional"]
categories["Consulting"]
skills, key_skills["Oracle Cloud", "Oracle Support"]
min_years_experience, vacancies4, 2
street, building, postal_codeSTRAITS VIEW, MARINA ONE WEST TOWER, 018937
ssoc_code33499 — Singapore Standard Occupational Classification
posted_at, updated_at, expires_atISO timestamps
views, applicationsengagement counts
job_post_id, uuid, urlMCF-2026-1294347

company_uen is the useful one for lead generation: it joins straight to Singapore's ACRA company registry.

Sweep the whole board

Leave the search terms empty and you get everything — about 85,500 open postings:

{ "searchTerms": [], "maxJobsPerTerm": 5000 }

Or target roles:

{
"searchTerms": ["developer", "data analyst"],
"maxJobsPerTerm": 500,
"sortBy": "min_monthly_salary"
}

Options

OptionWhat it does
Search termsKeywords, searched one at a time. Empty means the whole board.
Max jobs per termCollected 100 per request; paging works deep into the results.
Sort byNewest first, or highest salary first.
Include full job descriptionAdds the description as plain text. Costs no extra requests.

Notes

  • Sorting by salary really does sort by salary — the top of an engineer search runs 30000, 23000, 22160, 21000 per month.
  • Only publicly posted listings are read; no login and no account are used.
  • Runs stop cleanly before the platform timeout and keep everything collected so far, rather than failing.

Pricing

Pay per result: one job event per posting returned.

Support

Found a field that stopped populating, or a search that returns nothing? Open an issue on the Actor's page and include the input you used.