Indeed Jobs Scraper
2 hours trial then $19.99/month - No credit card required now
Indeed Jobs Scraper
2 hours trial then $19.99/month - No credit card required now
A powerful Indeed.com scraper that extracts detailed job listings including salaries, company information, and work benefits. Perfect for job market analysis, recruitment research, and tracking remote work opportunities. Real-time data streaming with comprehensive output.
Indeed Jobs Scraper 🔍
Extract job listings from Indeed.com with detailed information including salary, company details, and work benefits! 💼
Features ✨
- Scrapes job listings from any Indeed search URL
- Extracts comprehensive job details including:
- Job title and company information
- Salary ranges and compensation details
- Location and remote work status
- Company ratings and reviews
- Work benefits and job types
- Application counts and posting dates
- Real-time data streaming for efficient processing
- Customizable maximum items limit
Usage 📋
Simply provide an Indeed search URL and set your desired maximum number of items to scrape. The Actor will handle the rest!
Output Structure 📊
The Actor provides detailed job data including:
- Basic job information (title, company, location)
- Salary information (min/max, type)
- Company details (rating, review count, logo)
- Work type information (remote status, job types, benefits)
- Posting details (creation date, urgency status)
Input Parameters 🎯
searchUrl
: Indeed search URL with your desired filtersmaxItems
: Maximum number of job listings to scrape
Limitations ⚠️
- Some job details may vary based on listing availability
- Maximum items may be limited by Indeed's search results
Input Example
A full explanation of an input example in JSON.
1{ 2 "searchUrl": "https://www.indeed.com/jobs?q=remote+%2480%2C000&sc=0kf%3Ajt%28fulltime%29%3B", 3 "maxItems": 25 4}
Output sample
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 "title": "Supply Chain & Logistics Manager", 4 "company": "Kiddom", 5 "location": "Remote", 6 "postDate": "Just posted", 7 "jobUrl": "https://indeed.com/viewjob?jk=37ec250fa9a9c550&from=vjs&tk=1ic4s43lojcln87a&viewtype=embedded&xkcb=SoCh67M35Ewfp9SC4x0LbzkdCdPP&continueUrl=%2Fjobs%3Fsc%3D0kf%253Ajt%2528fulltime%2529%253B%26q%3Dremote%2B%252480%252C000", 8 "salary": { 9 "min": 80000, 10 "max": 120000, 11 "type": "yearly", 12 "text": "$80,000 - $120,000 a year" 13 }, 14 "companyInfo": { 15 "rating": 3.3, 16 "reviewCount": 3, 17 "companyUrl": "https://indeed.com/cmp/Kiddom", 18 "logo": "https://d2q79iu7y748jz.cloudfront.net/s/_squarelogo/256x256/49f6064378d36c378f0f1aec53bdff94" 19 }, 20 "workType": { 21 "remote": { 22 "isRemote": true, 23 "type": "REMOTE_ALWAYS", 24 "text": "Remote" 25 }, 26 "jobTypes": [ 27 "Full-time" 28 ], 29 "benefits": [ 30 "Health savings account", 31 "Disability insurance", 32 "Health insurance", 33 "Dental insurance", 34 "Family leave", 35 "Vision insurance", 36 "Benefits from day one", 37 "Life insurance", 38 "Paid sick time" 39 ] 40 }, 41 "snippet": "<ul style=\"list-style-type:circle;margin-top: 0px;margin-bottom: 0px;padding-left:20px;\">\n <li>Kiddom’s high-quality curriculum is layered with robust teacher and leader data insights to drive the continuous improvement of instructional decisions, school…</li>\n</ul>", 42 "isUrgent": false, 43 "isNewJob": true, 44 "applicationCount": 0, 45 "createTimestamp": 1731028947000, 46 "publishTimestamp": 1730959200000 47 }, 48 ... 49]