Job Bank Canada Scraper avatar

Job Bank Canada Scraper

Pricing

$3.00 / 1,000 job scrapeds

Go to Apify Store
Job Bank Canada Scraper

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.

Pricing

$3.00 / 1,000 job scrapeds

Rating

0.0

(0)

Developer

Gio

Gio

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

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

FieldTypeDescription
startUrlsarrayOne or more jobbank.gc.ca job-search URLs, e.g. https://www.jobbank.gc.ca/jobsearch/jobsearch?searchstring=developer
maxItemsintegerMax jobs to return across all start URLs (paginates automatically, default 50, max 1000)
maxPagesPerUrlintegerMax 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.