Job Bank Canada Scraper
Pricing
$3.00 / 1,000 job scrapeds
Go to Apify Store
Job Bank Canada Scraper
Scrape job listings from Job Bank Canada (jobbank.gc.ca), the Government of Canada's official job board. Returns title, employer, location, salary, posted date and URL.
Scrape job listings from Job Bank (jobbank.gc.ca), the Government of Canada's official job board. Returns title, employer, location, salary, posted date and the job URL — no login required.
Input
| Field | Type | Description |
|---|---|---|
startUrls | array | One or more jobbank.gc.ca job-search URLs, e.g. https://www.jobbank.gc.ca/jobsearch/jobsearch?searchstring=developer |
maxItems | integer | Max jobs to return across all start URLs (paginates automatically, default 50, max 1000) |
maxPagesPerUrl | integer | Max result pages to paginate through per start URL (default 10) |
Example:
{"startUrls": ["https://www.jobbank.gc.ca/jobsearch/jobsearch?searchstring=developer"],"maxItems": 100}
Output
{"id": "49990678","title": "financial officer","company": "Beckwith Development Ltd.","location": "Richmond (BC)","salaryAmount": 39,"salaryUnit": "hourly","salaryText": "$39.00 hourly","postedText": "August 01, 2026","url": "https://www.jobbank.gc.ca/jobsearch/jobposting/49990678","scrapedAt": "2026-08-03T00:00:00.000Z"}
Common uses
- Canadian labour market and salary research by role or region
- LMIA / Temporary Foreign Worker Program monitoring
- Recruitment lead generation
- Feeding vacancy data into job aggregators or HR dashboards
Notes
Build the start URL by searching on jobbank.gc.ca for your role/location, then copy the search-result page URL into startUrls.