๐Ÿ‡ฎ๐Ÿ‡ณ IIMJobs India Management Jobs Scraper avatar

๐Ÿ‡ฎ๐Ÿ‡ณ IIMJobs India Management Jobs Scraper

Pricing

from $0.0015 / job scraped

Go to Apify Store
๐Ÿ‡ฎ๐Ÿ‡ณ IIMJobs India Management Jobs Scraper

๐Ÿ‡ฎ๐Ÿ‡ณ IIMJobs India Management Jobs Scraper

Scrape management, consulting and senior-role job listings from IIMJobs, India's top career site. 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

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

๐Ÿ‡ฎ๐Ÿ‡ณ IIMJobs India Management Jobs Scraper โ€” Senior & Leadership Job Listings

Scrape management, consulting and senior-role job listings from IIMJobs (iimjobs.com), India's leading career platform for premium and leadership roles, into clean, structured JSON, CSV or Excel. Search any keyword โ€” or paste an IIMJobs search URL โ€” and pull every matching job across finance, consulting, sales, marketing, HR, product, operations, IT and general management, 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 senior role โ€” finance, consulting, strategy, sales, marketing, HR, product, operations, IT and general management, all from one Actor.
  • ๐Ÿ”Ž Keyword search โ€” run one or many keywords at once (e.g. java, finance, product manager, consulting); each returns its own matching jobs.
  • ๐Ÿ”— Paste-a-URL โ€” drop in any IIMJobs 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 IIMJobs.
  • ๐Ÿ“„ Volume control โ€” set maxItems to balance coverage and cost.

Input

{
"queries": ["java", "finance"],
"maxItems": 100
}
FieldDescription
queriesOne or more keywords to search. Each runs its own search and results are combined.
startUrlsOptional. IIMJobs search page URLs to scrape (e.g. https://www.iimjobs.com/c/java-jobs). Scraped in addition to any keywords.
maxItemsMaximum jobs to collect across all searches (0 = no limit).
maxConcurrencyHow many requests to run in parallel. Leave at the default unless you have a reason to change it.
proxyConfigurationProxy settings. Not required by default.

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 management and leadership 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 senior-role 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": 1723539,
"title": "Mobileum - Technical Architect - Java",
"designation": "Technical Architect",
"company": "Mobileum",
"location": "Bangalore",
"locations": ["Bangalore"],
"experience": "15-20 yrs",
"experienceMin": 15,
"experienceMax": 20,
"salary": null,
"skills": ["Technical Architect", "Java Architect", "IT Product Development"],
"postedDate": "2026-08-10T05:00:00.000Z",
"url": "https://www.iimjobs.com/j/mobileum-technical-architect-java-1723539",
"sourceQuery": "java"
}

Output schema

FieldTypeDescription
jobIdintegerIIMJobs' unique identifier for the job.
titlestringFull job title as posted.
designationstringShort role designation.
companystringHiring company name.
locationstringJob location(s), comma-separated.
locationsarrayJob locations as a list.
experiencestringExperience range (e.g. 15-20 yrs).
experienceMinnumberMinimum experience in years.
experienceMaxnumberMaximum experience in years.
salarystringSalary range where disclosed, otherwise null.
skillsarrayRequired skills / tags.
postedDatestringDate the job was posted (ISO 8601).
urlstring (URL)Direct link to the job on IIMJobs.
sourceQuerystringThe keyword this job was collected from.

FAQ

Do I need an IIMJobs account? No. Just enter a keyword and run.

Can I search a specific role or skill? Yes. Add any keyword to queries โ€” a function, role, skill 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 senior-role 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 IIMJobs 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 IIMJobs; "IIMJobs" is a trademark of its respective owner. Original clean-room implementation.