| --- |
| license: cc-by-4.0 |
| pretty_name: "Hirist.tech IT Jobs Scraper" |
| tags: [jobs, web-scraping, apify, lead-generation, scraper] |
| size_categories: |
| - n<1K |
| --- |
| |
| # Hirist.tech IT Jobs Scraper |
|
|
| Scrape tech and IT job listings from Hirist.tech — India's #1 niche IT job portal with 50K+ active listings. Extract salary, skills, experience, company, recruiter info and full job description. Supports keyword search, city and experience filters. |
|
|
| ## What the actor scrapes |
|
|
| # Hirist.tech IT Jobs Scraper — Scrape India Tech Job Listings, Salary & Skills Data Scrape IT and tech job listings from **[Hirist.tech](https://www.hirist.tech)** — India's #1 niche tech job portal with 4M+ registered professionals and 50K+ active listings. This **Hirist.tech scraper** extracts salary ranges in LPA, required tech skills, experience levels, company type, recruiter names and full job descriptions, then exports everything to JSON, CSV or Excel. Unlike generic job boards, every Hi |
|
|
| ## Who this is for |
|
|
| This sample is useful for anyone working in **jobs, lead generation** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time. |
|
|
| ## Source |
|
|
| **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/hirist-tech-scraper](https://apify.com/logiover/hirist-tech-scraper) |
|
|
| ## Fields |
|
|
| - **`jobId`** — identifier |
| - **`url`** — canonical URL of the item |
| - **`title`** — item or page title |
| - **`company`** — company / organization name |
| - **`companyType`** — field captured by the actor |
| - **`location`** — location string |
| - **`isRemote`** — boolean flag |
| - **`salaryMin`** — field captured by the actor |
| - **`salaryMax`** — field captured by the actor |
| - **`salaryRaw`** — field captured by the actor |
| - **`experienceMin`** — field captured by the actor |
| - **`experienceMax`** — field captured by the actor |
| - **`experienceRaw`** — field captured by the actor |
| - **`skills`** — field captured by the actor |
| - **`description`** — textual description |
| - **`recruiterName`** — field captured by the actor |
| - **`postedAt`** — timestamp |
| - **`keyword`** — field captured by the actor |
| - **`scrapedAt`** — timestamp the row was scraped |
|
|
| ## Sample preview |
|
|
| ```json |
| [ |
| { |
| "jobId": "1633448", |
| "url": "https://www.hirist.tech/j/senior-data-engineer-1633448", |
| "title": "Senior Data Engineer", |
| "company": "Unico Talent", |
| "companyType": null, |
| "location": "Bangalore", |
| "isRemote": false, |
| "salaryMin": null, |
| "salaryMax": null, |
| "salaryRaw": null, |
| "experienceMin": 3, |
| "experienceMax": 5, |
| "experienceRaw": "3 - 5 Yrs", |
| "skills": [ |
| "Data Engineering", |
| "Data Science", |
| "Artificial Intelligence", |
| "Python", |
| "NLP" |
| ], |
| "description": null, |
| "recruiterName": null, |
| "postedAt": "2026-05-05T08:05:53.381Z", |
| "keyword": "python", |
| "scrapedAt": "2026-05-15T11:05:01.449Z" |
| }, |
| { |
| "jobId": "1633452", |
| "url": "https://www.hirist.tech/j/software-engineer-fleet-management-1633452", |
| "title": "Software Engineer - Fleet Management", |
| "company": "PeopleWiz Consulting LLP", |
| "companyType": null, |
| "location": "Bangalore", |
| "isRemote": false, |
| "salaryMin": null, |
| "salaryMax": null, |
| "salaryRaw": null, |
| "experienceMin": 5, |
| "experienceMax": 8, |
| "experienceRaw": "5 - 8 Yrs", |
| "skills": [ |
| "Full Stack", |
| "React.js", |
| "TypeScript", |
| "API", |
| "Python" |
| ], |
| "description": null, |
| "recruiterName": null, |
| "postedAt": "2026-05-05T08:10:45.005Z", |
| "keyword": "python", |
| "scrapedAt": "2026-05-15T11:05:01.535Z" |
| } |
| ] |
| ``` |
|
|
| ## Snapshot stats |
|
|
| - Row count in this sample: **50** |
| - Data quality flag at capture time: `GOOD` |
|
|
| ## License & Attribution |
|
|
| Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/hirist-tech-scraper](https://apify.com/logiover/hirist-tech-scraper). |
|
|
| The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content. |
|
|