JobStreet Job Scraper 🌏 avatar

JobStreet Job Scraper 🌏

Try for free

6 hours trial then $19.99/month - No credit card required now

Go to Store
JobStreet Job Scraper 🌏

JobStreet Job Scraper 🌏

easyapi/jobstreet-job-scraper
Try for free

6 hours trial then $19.99/month - No credit card required now

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.

Developer
Maintained by Community

Actor Metrics

  • 9 Monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Feb 2025

  • Modified 6 days ago

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.

Supported Countries 🗺️

The actor supports JobStreet domains across 8 countries:

  • 🇦🇺 Australia (www.seek.com.au)
  • 🇭🇰 Hong Kong (hk.jobsdb.com)
  • 🇮🇩 Indonesia (id.jobstreet.com)
  • 🇲🇾 Malaysia (my.jobstreet.com)
  • 🇳🇿 New Zealand (www.seek.co.nz)
  • 🇵🇭 Philippines (ph.jobstreet.com)
  • 🇸🇬 Singapore (sg.jobstreet.com)
  • 🇹🇭 Thailand (th.jobsdb.com)

Features ✨

  • Multi-country job data extraction
  • Support for multiple search URLs
  • Configurable maximum number of results
  • Built-in proxy rotation support
  • Handles pagination automatically
  • Remote work and location information included
  • Real-time data extraction
  • Region-specific salary information

Output Data Structure 📊

The actor provides comprehensive job information including:

  • Job ID and title
  • Company information (name, ID, description, logo)
  • Salary details (in local currency when available)
  • Location and country
  • Work type and arrangement
  • Job description and bullet points
  • Classification categories
  • Posting date and expiration status
  • Source URL and scraping timestamp

Usage Tips 💪

  1. Provide one or more JobStreet search URLs in the input
  2. Set maximum items limit if needed
  3. Configure proxy settings for better reliability
  4. Results are stored in JSON format for easy processing

Input Parameters 🎯

  • jobSearchUrls: Array of JobStreet search URLs to scrape
  • maxItems: Maximum number of jobs to scrape (optional)
  • proxyConfiguration: Proxy settings (optional)

Input Example

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}

Output sample

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]