Scrape job listings from SimplyHired with advanced filtering capabilities. Extract detailed job information including titles, salaries, locations, and company details. Perfect for job market analysis and recruitment research.
Extract detailed job listings from SimplyHired with this powerful scraping tool. Get comprehensive job data for market research, recruitment analysis, or job hunting automation.
The actor accepts the following input parameters:
searchUrls
: Array of SimplyHired Canada search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.simplyhired.ca/search?q=ai&l=canada" 4 ], 5 "maxItems": 30 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 "searchUrl": "https://www.simplyhired.ca/search?q=ai&l=canada", 4 "jobKey": "wbEuPHwuoVZ6nvCaRGWJ5ZtiMrY9Eq4OMnbIzTa5V0wYfRN6hswY6w", 5 "snippet": "Bachelorās degree in Data Science, Computer Science, Mathematics, Statistics, or a related field. Partner with cross-functional teams to support productā¦", 6 "title": "Junior Data Analyst (AI Insights)", 7 "jobCardTrackingKey": "5-pdx1-0-1ih01s13f2cku000-e10c849b88489f98", 8 "encodedUrl": "%2Fjob%2FwbEuPHwuoVZ6nvCaRGWJ5ZtiMrY9Eq4OMnbIzTa5V0wYfRN6hswY6w%3FjobCardTrackingKey%3D5-pdx1-0-1ih01s13f2cku000-e10c849b88489f98%26xkcb%3DSoDl67M33gL__nAM9b0JbzkdCdPP", 9 "botUrl": "/job/wbEuPHwuoVZ6nvCaRGWJ5ZtiMrY9Eq4OMnbIzTa5V0wYfRN6hswY6w", 10 "location": "Saskatoon, SK", 11 "company": "Wildfire Robotics", 12 "companyRating": -1, 13 "salaryInfo": "$24.04 an hour", 14 "isSalaryEstimate": false, 15 "indeedApply": true, 16 "dateOnIndeed": "2025-01-02T09:10:41.000Z", 17 "sponsored": false, 18 "auction": false, 19 "camk": "", 20 "encodedJobClickPingUrl": "%2Fout%3Fr%3DReRmNcebFTbQ0P64r7UW_L5fSWzkO_XlOTtnDXDSqB4tMiTizuxl446hwEsJy7it96f4vslGHkKjYf2p_WBR8uhJTMINnfPK2QddETBxS8AaglJJ2GPygViifx6HuOmEOgpnp0kHQ4EAHl_rUvxFSFbzPSs_NpXXIKdgR9vEplRpJL4-49hGJHLSEe60CZGjksrrE4PQqXEc3PEPG9UlP9iM4URfmqRunUBdJNlgPCwfRAMKtNy9qtm9qxHp364c1odxmBOktt0H4IFXh7jL3tdRkVYjG6u7si7Yk8FbAqEiPB434vTuCG1vN_71LIylqPZYubhNxpswvlCX08gwpDWaC6F0qVb_ScM13qnLmoIenw" 21 }, 22 ... 23]
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!