Jobstreet Jobs Search Scraper avatar

Jobstreet Jobs Search Scraper

Pricing

Pay per usage

Go to Apify Store
Jobstreet Jobs Search Scraper

Jobstreet Jobs Search Scraper

Scrape job listings from Jobstreet.com.my, Malaysia and Southeast Asia's leading job platform. Extract job titles, companies, locations, salaries, and job types for regional recruitment and market analysis.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Jobs API

Jobs API

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Extract job listings from JobStreet - Southeast Asia's leading job platform. Collect job titles, companies, locations, and descriptions across ASEAN markets.

Features

  • Keyword search — find jobs by keyword, search term, or role
  • Location filtering — narrow results to specific cities, regions, or countries

Use Cases

  • Southeast Asian job market analysis — track hiring demand across Singapore, Malaysia, Philippines, Indonesia, and Thailand with keyword-based search
  • Regional recruitment sourcing — aggregate job listings across multiple JobStreet country domains from a single actor run
  • Cross-border hiring in ASEAN — compare job availability and employer demand across neighboring markets for workforce planning
  • Local salary benchmarking — collect advertised salary ranges by role and location to inform compensation strategy

Sample Input

{
"mode": "search",
"keywords": "software engineer",
"location": "Singapore",
"country": "sg",
"jobType": "",
"workArrangement": "",
"salaryMin": 0,
"maxJobs": 50,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
},
"maxItems": 50,
"scrapeJobDescription": false
}

Sample Output

{
"jobTitle": "Senior Software Engineer",
"companyName": "TechCorp Asia Pte Ltd",
"location": "Singapore",
"postedDate": "2025-06-15T00:00:00.000Z",
"jobUrl": "https://www.jobstreet.com.sg/job/123456",
"description": "We are looking for a Senior Software Engineer to join our growing team in Singapore...",
"searchQuery": "software engineer",
"searchLocation": "Singapore",
"scrapedAt": "2025-06-16T08:30:00.000Z"
}

Input

FieldTypeDefaultRequiredDescription
querystringdeveloperJob search query from raw input.
keywordsstringsoftware engineerJob title or keywords to search for (e.g. 'software engineer', 'data analyst').
jobSearchUrlsarray["https://ph.jobstreet.com/ai-jobs-in-accounting/full-time"]List of JobStreet search URLs from any supported country domain.
maxItemsinteger50Maximum number of jobs to scrape.
proxyConfigurationobject{"useApifyProxy":true,"apifyProxyGroups":["RESIDENTIAL"]}Proxy configuration for the crawler (RESIDENTIAL recommended).

Output

FieldDescription
titleJob title
companyCompany name
locationJob location
countryCountry code
jobTypeType of job
jobUrlDirect URL to the job listing
scrapedAtISO timestamp when the job was scraped
descriptionFull job description
jobIdUnique job identifier
companyUrlCompany profile URL
workArrangementWork arrangement (onsite/hybrid/remote)
careerLevelCareer level
urlJob URL
salarySalary information
datePostedDate the job was posted

Notes

  • Proxy: Residential proxy is highly recommended — set proxyConfiguration: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
  • Rate limits: Keep result limits reasonable per run to avoid IP bans
  • Scheduling: Use Apify Scheduler to run this actor on a recurring basis for a consistently fresh dataset