Collect Jobs from Greenhouse, Lever, Personio, Recruitee, SmartRecruiters, Workable and Workday in one go. It's fast and costs little.
🛑 For optimal performance, use the Custom query Input. Otherwise, only enable the least amount of providers required.
⭐ Experimental feature from Build 2.0 - You can fetch jobs descriptions (except Workday) by enabling Parameter "Fetch all details".
Returns a list of postings (open jobs) for each company.
Compatible providers: SmartRecruiters, Greenhouse, Lever, Personio (beta), Workable, Recruitee, Workday (beta).
[Input - Using Custom query]
The Custom query is a JSON Object linking the target domain with its known provider (always lower case)
Expected format:
1{ 2 "ubisoft2": "smartrecruiters", 3 "pokemoncareers": "greenhouse", 4 "wealthsimple": "lever", 5 "rocycle": "personio", 6 "bunq": "recruitee", 7 "ryanair": "workable", 8 "https://zoom.wd5.myworkdayjobs.com/Zoom": "workday" 9}
Expected format for each provider:
SmartRecruiters: Path. E.g., "ubisoft2" from https://careers.smartrecruiters.com/Ubisoft2/
Greenhouse: Subdomain. E.g., "pokemoncareers" from https://boards.greenhouse.io/pokemoncareers/
Lever: Path. E.g., "wealthsimple" from https://jobs.lever.co/wealthsimple/
Personio: Subdomain. E.g., "phorest" from https://phorest.jobs.personio.com/
Recruitee: Subdomain. E.g., "bunq" from https://bunq.recruitee.com/
Workable: Path. E.g., "ryanair" from https://apply.workable.com/ryanair/
Workday: Full URL. E.g., "https://zoom.wd5.myworkdayjobs.com/Zoom"
[Input - Using Domains]
This can be used for provider discovery. First, enable each provider individually (e.g., SmartRecruiters).
Then, based on the Domains Input, each element of the array will be run against all providers until a match is found.
[Output]
1{ 2 "department": string, 3 "url": string, 4 "id": string, 5 "title": string, 6 "location": string, 7 "remote": boolean, 8 "updatedAt": date, 9 "type": string, 10 "experience": string, 11 "details": object // 💡 Raw data! It's different for each provider, but always includes a field "description" 12}
Providers have different response times and pagination settings.
You can customize the following parameters to optimize the job:
Maximum: The more results you need, the longer the run will be. Only compatible with SmartRecruiters, Workable and Workday.
Timeout: The higher the timeout is, the higher chances the request has to succeed.
Delay: The lower the delay is, the faster the run will be but you may get blocked.
Proxy: The closer the location to the provider's server, the faster the run will be.
We do not recommend fetching a very high volume of jobs in one go. Your proxy location may also cause slowdowns.
Create a Custom Query, or select the providers and domains.
Set the crawler settings.
Run it! 🎉
Always use a proxy, and make sure to wait enough (Delay Input) between requests!
Open a new issue or contact support.
Cheers!
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!