Career Scraper avatar
Career Scraper
Try for free

3 days trial then $12.00/month - No credit card required now

View all Actors
Career Scraper

Career Scraper

canadesk/career-scraper
Try for free

3 days trial then $12.00/month - No credit card required now

Collect Jobs from Greenhouse, Lever, Personio, Recruitee, SmartRecruiters, Workable and Workday in one go. It's fast and costs little.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "customquery": {
8    "ubisoft2": "smartrecruiters",
9    "pokemoncareers": "greenhouse",
10    "wealthsimple": "lever",
11    "rocycle": "personio",
12    "bunq": "recruitee",
13    "ryanair": "workable",
14    "https://zoom.wd5.myworkdayjobs.com/Zoom": "workday"
15  },
16  "query": [
17    "ubisoft2",
18    "pokemoncareers",
19    "wealthsimple",
20    "rocycle",
21    "bunq",
22    "ryanair",
23    "https://zoom.wd5.myworkdayjobs.com/Zoom"
24  ],
25  "proxy": {
26    "useApifyProxy": true
27  }
28}
29EOF
30
31# Run the Actor using an HTTP API
32# See the full API reference at https://docs.apify.com/api/v2
33curl "https://api.apify.com/v2/acts/canadesk~career-scraper/runs?token=$API_TOKEN" \
34  -X POST \
35  -d @input.json \
36  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 8 monthly users
  • 4 stars
  • 100.0% runs succeeded
  • 3.1 days response time
  • Created in Dec 2023
  • Modified 28 days ago