Extract detailed job listings from Shine.com with this powerful scraper. Collect comprehensive job data including titles, company details, locations, and recruiter contact information. Perfect for job market analysis, recruitment research, and competitive intelligence. 🎯
Scrape job listings from Shine.com - India's leading job portal. Extract detailed job information including job titles, company details, locations, and recruiter contact information.
The actor outputs detailed job listing data in JSON format, including:
searchUrls
: Array of Shine.com search URLs to scrapemaxItems
: Maximum number of items to scrape (optional)proxyConfiguration
: Proxy settings (optional)A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.shine.com/job-search/sales-jobs?q=sales" 4 ], 5 "maxItems": 50 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://www.shine.com/job-search/sales-jobs?q=sales", 4 "jobId": "16639969", 5 "jobTitle": "Inside Sales Manager", 6 "jobUrl": "https://www.shine.com/inside-sales-manager/excelr-edtech-private-limited/16639969", 7 "companyName": "EXCELR EDTECH PRIVATE LIMITED", 8 "companyId": 778152, 9 "locations": [ 10 "Hyderabad" 11 ], 12 "postDate": "2025-02-20T15:43:52", 13 "expiryDate": "2025-04-21T00:00:00", 14 "experience": "0 to 3 Yrs", 15 "keywords": "inside sales, counselling, educational sales, career counselling, sales,", 16 "jobSlug": "inside-sales-manager/excelr-edtech-private-limited/16639969", 17 "jobType": 1, 18 "vacancies": 3, 19 "recruiterEmail": "mulkalla.anvitha@excelr.com", 20 "recruiterPhone": "7780772794" 21 }, 22 ... 23]
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!