⭐ AmbitionBox Scraper — Reviews & Salaries · $1.35/1k avatar

⭐ AmbitionBox Scraper — Reviews & Salaries · $1.35/1k

Pricing

$1.35 / 1,000 company records

Go to Apify Store
⭐ AmbitionBox Scraper — Reviews & Salaries · $1.35/1k

⭐ AmbitionBox Scraper — Reviews & Salaries · $1.35/1k

Scrape AmbitionBox company data without login: overall rating, review & salary counts, industry, ownership, HQ, employee size and full rating breakdown. India residential proxies, structured JSON/CSV/Excel. Use it as an MCP server in Claude, ChatGPT & AI agents.

Pricing

$1.35 / 1,000 company records

Rating

0.0

(0)

Developer

The Mine Works

The Mine Works

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Share

⭐ AmbitionBox Scraper — Company Reviews, Salaries & Ratings

What is the AmbitionBox Scraper?

The AmbitionBox Scraper is an Apify actor that pulls structured company data from AmbitionBox, India's largest employer-review and salary platform, without logging in, solving CAPTCHAs or touching a browser. Give it one company to start from and it returns that company plus a deduplicated set of its peers — each with the overall rating, review count, salary and interview counts, active job count, industry, ownership, HQ, employee size, founding year, website and overview URL. It is a fast, no-code way to build company-intelligence datasets for the Indian market — no login, no API key.

Why use it

  • Build employer-intelligence datasets — ratings, review volume and salary coverage across many companies from a single seed.
  • Fan out to peers automatically — start from one company and collect its similar/peer companies.
  • Firmographics included — industry, ownership, HQ, employee size and founding year in every record.
  • Benchmark employers — compare ratings and review counts across an industry.
  • Analytics-ready output — clean JSON or CSV, ready for a dashboard or model.

No login, no CAPTCHA, no official API

AmbitionBox has no public bulk-export API and gates data behind an interactive site. This actor resolves your seed company to its AmbitionBox overview page over Indian residential proxies, reads the company's structured data, then fans out across its similar/peer companies to collect more — deduplicating as it goes. There is no account to log in to, no CAPTCHA to solve and no API key to manage. You pay only per company record delivered.

📦 Data fields returned

🔑 FieldDescription
🏢 company_nameCompany name
ratingOverall AmbitionBox rating
📝 review_countNumber of employee reviews
💰 salary_countNumber of salary entries
🎤 interview_countNumber of interview experiences
💼 job_countNumber of active jobs
🗂️ industryPrimary industry
🏛️ ownershipOwnership type (Public / Private / Government / etc.)
📍 hq_locationHeadquarter city / location
👥 employee_countEmployee count range
📅 founded_yearYear the company was founded
🌐 websiteCompany website URL
🔗 urlAmbitionBox overview page URL
⏱️ scraped_atISO-8601 timestamp when the record was scraped

How to use the AmbitionBox Scraper (5 steps)

  1. Open the actor and click Try for free (no code required).
  2. In Company name, enter a seed company, e.g. TCS, Infosys, Accenture.
  3. Set Max companies to control how far the peer fan-out goes (start small, e.g. 25).
  4. Keep the Indian residential proxy prefill in place.
  5. Click Start and export the records as JSON, CSV or Excel — or pull them via the Apify API.

Example input

{
"companyName": "TCS",
"maxResults": 25,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "IN"
}
}

Example output

{
"company_name": "TCS",
"rating": 3.8,
"review_count": 89432,
"salary_count": 512034,
"interview_count": 6721,
"job_count": 214,
"industry": "IT Services & Consulting",
"ownership": "Public",
"hq_location": "Mumbai",
"employee_count": "1 Lakh+ Employees",
"founded_year": "1968",
"website": "https://www.tcs.com",
"url": "https://www.ambitionbox.com/overview/tcs-overview",
"scraped_at": "2026-07-10T09:21:44.512Z"
}

Use cases

  • HR & talent-brand teams — benchmark employer ratings and review volume against competitors in the same industry.
  • Compensation analysts — see which companies have deep salary coverage and compare firmographic peers.
  • Recruiters — profile target companies (rating, size, industry, active jobs) before sourcing from or pitching them.
  • Market & competitive researchers — build an industry map of employers with ratings and firmographics from one seed.
  • Data teams — enrich a CRM or company database with India employer-intelligence signals at scale.

FAQ

Do I need an AmbitionBox login or API key?

No. The actor reads public AmbitionBox overview pages. There is no account to log in to, no CAPTCHA to solve and no API key.

How does the peer fan-out work?

You provide one seed company. The actor returns that company, then follows AmbitionBox's own similar/peer links to collect more companies, deduplicating until it reaches your Max companies limit.

AmbitionBox serves an Indian audience and is most reliable over Indian residential IPs (prefilled by default). Leave the prefill in place.

How is pricing calculated?

Pay-per-event: you are charged only per company record delivered. A lifetime free tier lets you test before you spend.

Can I seed with a search term instead of an exact name?

Yes. Use the Search query alias field to seed the crawl with a company or brand. If both it and Company name are provided, Company name takes precedence.

Use in Claude, ChatGPT & any MCP agent

This actor is available as an MCP tool, so AI assistants can pull company intelligence on demand:

https://mcp.apify.com/?tools=themineworks/ambitionbox-companies

Or call it from code with the Apify client:

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('themineworks/ambitionbox-companies').call({
companyName: 'TCS',
maxResults: 50,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

More scrapers by The Mine Works