๐ฎ๐ณ Hirist Tech Jobs India Scraper
Pricing
from $0.0015 / job scraped
๐ฎ๐ณ Hirist Tech Jobs India Scraper
Scrape tech and IT job listings from Hirist, India's leading technology job board. Search any keyword and export one clean row per posting: job title, company, location, experience, skills, salary, posted date and the job URL as JSON, CSV or Excel.
Pricing
from $0.0015 / job scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
๐ฎ๐ณ Hirist Tech Jobs India Scraper โ IT & Software Job Listings
Scrape technology and IT job listings from Hirist (hirist.tech), India's leading tech job board, into clean, structured JSON, CSV or Excel. Search any keyword โ or paste a Hirist search URL โ and pull every matching job across software engineering, data, DevOps, product, QA and more, one tidy row per posting: job title, company, location, experience, skills, salary, posted date and the job URL. Built for recruitment research, talent-market analysis, job aggregation and hiring automations.
Features
- ๐ป Every tech role โ backend, frontend, full-stack, data science, DevOps, QA, product, mobile and more, all from one Actor.
- ๐ Keyword search โ run one or many keywords at once (e.g.
java,devops,react,data scientist); each returns its own matching jobs. - ๐ Paste-a-URL โ drop in any Hirist search link and the Actor scrapes it end to end.
- ๐ข Company & recruiter โ the hiring company name comes with every posting.
- ๐ง Skills & experience โ required skills as a clean list plus the experience range in years.
- ๐ Location โ every city the job is open in.
- ๐ Direct job URL โ a ready-to-open link to each posting on Hirist.
- ๐ Volume control โ set
maxItemsto balance coverage and cost.
Input
{"queries": ["java", "devops"],"maxItems": 100}
| Field | Description |
|---|---|
queries | One or more keywords to search. Each runs its own search and results are combined. |
startUrls | Optional. Hirist search page URLs to scrape (e.g. https://www.hirist.tech/search/jobs?keyword=java). Scraped in addition to any keywords. |
maxItems | Maximum jobs to collect across all searches (0 = no limit). |
maxConcurrency | How many requests to run in parallel. Leave at the default unless you have a reason to change it. |
proxyConfiguration | Proxy settings. Not required by default. |
How to search
Enter one or more queries and run to collect matching jobs. Paste startUrls straight from your browser to reproduce a search you built on the site. Set maxItems to control how much you collect.
Use cases
- Track tech hiring demand and in-demand skills across India over time.
- Build and refresh a jobs dataset for talent-market and salary analysis.
- Monitor new postings for specific roles, skills or companies.
- Aggregate IT jobs into your own job board or newsletter.
- Feed structured job records into a CRM, spreadsheet or analytics pipeline.
What you get
Each job is one dataset record:
{"jobId": 1667755,"title": "Northern Arc Capital - Java Architect - Spring Boot","designation": "Java Architect","company": "Northern Arc Capital","location": "Bangalore","locations": ["Bangalore"],"experience": "7-20 yrs","experienceMin": 7,"experienceMax": 20,"salary": null,"skills": ["Java", "Technical Architect", "Solution Architect", "Spring Boot"],"postedDate": "2026-06-02T05:00:00.000Z","url": "https://www.hirist.tech/j/northern-arc-capital-java-architect-spring-boot-1667755","sourceQuery": "java"}
Output schema
| Field | Type | Description |
|---|---|---|
jobId | integer | Hirist's unique identifier for the job. |
title | string | Full job title as posted. |
designation | string | Short role designation. |
company | string | Hiring company name. |
location | string | Job location(s), comma-separated. |
locations | array | Job locations as a list. |
experience | string | Experience range (e.g. 7-20 yrs). |
experienceMin | number | Minimum experience in years. |
experienceMax | number | Maximum experience in years. |
salary | string | Salary range where disclosed, otherwise null. |
skills | array | Required skills / tags. |
postedDate | string | Date the job was posted (ISO 8601). |
url | string (URL) | Direct link to the job on Hirist. |
sourceQuery | string | The keyword this job was collected from. |
Related Actors
FAQ
Do I need a Hirist account? No. Just enter a keyword and run.
Can I search a specific role or skill?
Yes. Add any keyword to queries โ a language, framework, role or company name โ or paste a search URL into startUrls.
Does it include salary?
When a posting discloses a salary range it is included; many tech postings hide it, in which case salary is null.
How many jobs can I collect?
As many as your search returns. Use maxItems to control volume and cost.
What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API for programmatic access.
Can I use this with n8n? Yes. Use the Apify node for n8n to run this Actor and pull its dataset straight into an n8n workflow โ trigger it on a schedule, then route the job rows to a database, spreadsheet or messaging step.
Can I connect it to other tools? This Actor connects with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Notes
Returns only public Hirist job-listing data โ the same information any visitor can see. This is an independent tool and is not affiliated with, endorsed by or connected to Hirist; "Hirist" is a trademark of its respective owner. Original clean-room implementation.