Crawls Workable jobs and extracts Job_title, location, jobType, description, salaryType, salary-currency, SalaryMinWage, SalaryMaxWage, jobCategory, company, companyLogo, country, jobURL, isRemote. It accepts job search_keyword, maxItems, and country to get specific jobs from workable.
Extract structured job listings from Workable.com with detailed information including salary, company info, remote status, and more! 🚀
1{ 2 "country": "US", 3 "maxItems": 50, 4 "searchkeyword": "NodeJS Developer" 5}
1{ 2 "job": { 3 "id": "10935dea-24f6-4b7b-b0b3-117c8f4f1dce", 4 "title": "Local CDL-B Company Driver", 5 "location": "Carmel, Indiana, United States", 6 "jobType": "Full-time", 7 "description": "<p>Join our team at Al Warren Oil Company, the leading fuel and lubricant supplier for businesses in Northern Illinois, North – Central Indiana, & Southern WI. We are currently seeking a Local CDL-B Company Driver, dedicated to ensuring safe and timely deliveries. In this role, you will be a vital part of our commitment to provide exceptional service to our clients.</p><p><br /></p><p>At Al Warren Oil, we offer a world of opportunities for individuals that work both on and off the road. As part of our team, you can expect world-class training, the flexibility to realize your full potential, and a reward and benefits package that we believe is second-to-none. Furthermore, we provide daily routes ensuring that you're home every day, offering the perfect work-life balance.</p> <p>To be considered for this position, you must meet the following criteria:</p><ul> <li>Hold a valid CDL Class B with Hazmat and Tank endorsements.</li> <li>Be at least 23 years of age.</li> <li>Meet all US DOT requirements.</li> <li>Maintain a good driving record and MVR.</li> </ul><p>These requirements are in place to ensure the safety of our drivers and the communities we serve. If you are dedicated, reliable, and ready to put your driving skills to work for a company that values your effort, we want to hear from you.</p> <p>At Al Warren Oil, we believe in taking care of our employees. In addition to competitive pay, we offer a comprehensive benefits package, which includes:</p><ul> <li>Empower 401(K) Retirement Program with a company match from Day 1.</li> <li>Blue Cross Blue Shield Health Insurance that includes prescriptions, vision, and dental.</li> <li>3 levels of PPO coverage for individuals and family.</li> <li>HSA with Employer Contributions.</li> <li>Life Insurance Policy - Additional Life and Disability Coverage Available.</li> <li>Paid training and uniforms.</li> <li>Boot program reimbursement.</li> <li>Paid vacations, time off, and holidays.</li> <li>Safety and Roadside Inspection bonuses.</li> </ul><p>We offer these benefits because we understand that our team's well-being is vital to our success. Apply today to become a part of the Al Warren Oil family, where your contributions are valued and your hard work is rewarded.</p>", 8 "salaryType": "monthly", 9 "salary-currency": "$", 10 "SalaryMinWage": "5000", 11 "SalaryMaxWage": "7000", 12 "jobCategory": "", 13 "company": "Al Warren Oil Company Inc.", 14 "companyLogo": "https://workablehr.s3.amazonaws.com/uploads/account/logo/477612/logo", 15 "country": "US", 16 "jobURL": "https://jobs.workable.com/view/7y2PVtszNiy76yhBjBBD6S/local-cdl-b-company-driver-in-carmel-at-al-warren-oil-company-inc.", 17 "isRemote": false 18 } 19}
Scrapes jobs from Workable using keyword and country filters
Extracts detailed job data, including:
Job title, company, and location
Salary range and currency
Job type and full description
Remote job status
Company logo and job category
Supports pagination and customizable item limits
Fast, reliable, and structured output
Usage 📋 Just provide a job keyword, the target country, and how many job listings you want to extract. The Actor will take care of the rest automatically.
Output Structure 📊 Each job listing includes the following fields:
Job_title – Title of the job
location – City, region, and country
jobType – Full-time, part-time, internship, etc.
description – Full job description (with benefits and requirements)
salaryType – Monthly, yearly, or hourly
salary-currency – Salary currency symbol (e.g., $)
SalaryMinWage – Minimum salary (numeric, no formatting)
SalaryMaxWage – Maximum salary (numeric, no formatting)
jobCategory – Job category or industry (if available)
company – Cleaned company name
companyLogo – URL of the company logo
country – Country of the job (2-letter code like US, UK)
jobURL – Final job/application URL
isRemote – True if remote, False if not
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!