Skip to content

thirdwatch-dev/ambitionbox-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AmbitionBox Scraper

Scrape Indian company reviews, salaries, and interview experiences from AmbitionBox

Try on Apify Website

What it does

Extracts salary data, company reviews, interview experiences, and ratings from AmbitionBox, India's leading employer review platform. Collects detailed compensation breakdowns, work-life balance scores, and career growth ratings. The best source for India salary benchmarking data.

Output fields

Field Type Description
company String Company name
title String Job title/designation
salary Object Salary breakdown (base, bonus, total, currency)
rating Number Overall company rating
workLifeBalance Number Work-life balance score
careerGrowth Number Career growth rating
companyCulture Number Culture score
reviewText String Employee review text
experience String Years at company
location String Office location in India
url String AmbitionBox listing URL

Input parameters

Parameter Type Description
companies Array Company names to search
jobTitles Array Job title salary lookups
maxResults Number Maximum results per query
dataType String "salaries", "reviews", or "interviews"

Example output

{
  "company": "TCS",
  "title": "Software Engineer",
  "salary": {
    "base": 650000,
    "bonus": 50000,
    "total": 700000,
    "currency": "INR",
    "period": "yearly"
  },
  "rating": 3.7,
  "workLifeBalance": 3.9,
  "careerGrowth": 3.2,
  "companyCulture": 3.5,
  "reviewText": "Good work-life balance but limited growth opportunities...",
  "experience": "2-4 years",
  "location": "Bangalore",
  "url": "https://www.ambitionbox.com/reviews/tcs-reviews/..."
}

Pricing

Plan Price
Pay per result $0.005/result
Free tier Available on Apify

Use cases

  • India salary benchmarking by company and role
  • Employer brand monitoring for Indian companies
  • HR competitive analysis and compensation planning
  • Job seeker research on Indian employers
  • Investment research on Indian company culture

Getting started

  1. Go to the Apify Store
  2. Find the AmbitionBox Scraper
  3. Enter company names or job titles
  4. Run and download results as JSON, CSV, or Excel

Related scrapers by Thirdwatch

About Thirdwatch

Thirdwatch builds production-ready web scraping APIs. 18 scrapers for jobs, e-commerce, reviews, social media, and business data.

License

MIT

About

Scrape AmbitionBox salary data and company reviews. India salaries. Apify actor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors