A powerful scraper for BuiltIn.com job listings that extracts comprehensive job data including company details, salaries, work types, and skill requirements. Perfect for job market analysis, recruitment research, and tracking employment trends in tech and startup sectors. ππΌ
Scrape job listings from BuiltIn.com with advanced filtering capabilities. Extract detailed job information including company details, salary ranges, and skill requirements. Perfect for job seekers, recruiters, and market researchers! πΌ
The actor outputs detailed JSON data for each job listing, including all relevant information structured in an easy-to-process format. Perfect for further analysis or integration into your applications.
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://builtin.com/jobs/remote/hybrid/office?search=ai&city=Los%20Angeles&state=California&country=USA&allLocations=true" 4 ], 5 "maxItems": 30 6}
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://builtin.com/jobs/remote/hybrid/office?search=ai&city=Los%20Angeles&state=California&country=USA&allLocations=true", 4 "companyName": "CrowdStrike", 5 "companyLogo": "https://cdn.builtin.com/cdn-cgi/image/f=auto,fit=scale-down,w=128,h=128/https://builtin.com/sites/www.builtin.com/files/2023-09/6L-zG5oq_400x400.jpg", 6 "jobTitle": "Sr. Data Science Strategist (Remote)", 7 "jobUrl": "/job/sr-data-science-strategist-remote/4252203", 8 "postDate": "4 Days Ago", 9 "workType": "Remote", 10 "workLocation": { 11 "type": "Hybrid", 12 "locations": "USA" 13 }, 14 "salary": "155K-255K Annually", 15 "level": "Senior level", 16 "categories": "Cloud β’ Computer Vision β’ Information Technology β’ Sales β’ Security β’ CybersecurityTop Skills:", 17 "description": "The Senior Data Science Strategist will drive the requirements for cybersecurity assessments, develop and execute a roadmap, prioritize threat research models, and collaborate closely with stakeholders to evaluate and enhance the company's cybersecurity posture.", 18 "skills": "Artificial Intelligence, Machine Learning" 19 }, 20 ... 21]
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!