Extract detailed job listings from JobStreet across 8 Asia-Pacific countries. Get comprehensive information about job postings including titles, companies, salaries, and work arrangements. Perfect for regional recruitment analysis and job market monitoring.
Scrape job listings from JobStreet across multiple Asia-Pacific countries! Extract detailed job information including titles, companies, salaries, and work arrangements. Perfect for regional job market analysis and recruitment tracking.
The actor supports JobStreet domains across 8 countries:
The actor provides comprehensive job information including:
jobSearchUrls
: Array of JobStreet search URLs to scrapemaxItems
: Maximum number of jobs to scrape (optional)proxyConfiguration
: Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "jobSearchUrls": [ 3 "https://ph.jobstreet.com/ai-jobs-in-accounting/full-time" 4 ], 5 "maxItems": 50 6}
The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "jobSearchUrl": "https://ph.jobstreet.com/ai-jobs-in-accounting/full-time", 4 "jobId": "81576046", 5 "title": "Accounting Specialist [Work from Home]", 6 "company": { 7 "id": "62521464", 8 "description": "VOSquared LLC" 9 }, 10 "salary": "", 11 "location": "Manila City, Metro Manila", 12 "country": "PH", 13 "workTypes": [ 14 "Full time" 15 ], 16 "workArrangement": "Remote", 17 "description": "Join us as an Accounting Specialist, where you'll manage financial systems and support AI operations in a flexible, growth-driven environment.", 18 "bulletPoints": [], 19 "classifications": [ 20 { 21 "main": "Accounting", 22 "sub": "Financial Accounting & Reporting" 23 } 24 ], 25 "postDate": "2025-01-23T00:20:32Z", 26 "postDateDisplay": "22d ago", 27 "sourceUrl": "https://ph.jobstreet.com/ai-jobs-in-accounting/full-time", 28 "scrapedAt": "2025-02-14T03:13:06.322Z" 29 }, 30 ... 31]
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool โ just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youโll be guided to input a search term and get structured results. No setup needed!