AmbitionBox Reviews & Salaries Scraper India avatar

AmbitionBox Reviews & Salaries Scraper India

Pricing

from $2.70 / 1,000 results

Go to Apify Store
AmbitionBox Reviews & Salaries Scraper India

AmbitionBox Reviews & Salaries Scraper India

Scrape company reviews, salary data, and ratings from AmbitionBox.com. Get avg CTC, salary ranges, pros/cons, reviewer details for any Indian company. Covers TCS, Infosys, Wipro, and 100K+ companies.

Pricing

from $2.70 / 1,000 results

Rating

0.0

(0)

Developer

Thirdwatch

Thirdwatch

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 hours ago

Last modified

Categories

Share

AmbitionBox Salaries & Ratings Scraper

Scrape salary data and company ratings from AmbitionBox.com -- India's largest company review platform (owned by Naukri/InfoEdge). Get structured salary ranges, average CTC, experience levels, and detailed company ratings for 100K+ Indian companies.

What it does

This actor extracts salary information for job roles at any company listed on AmbitionBox. For each role, you get the average salary, full salary range, typical salary band, number of salary reports, and experience level. Company-level data includes the overall rating and category-wise ratings (work-life balance, career growth, salary & benefits, job security, and more).

Input parameters

ParameterRequiredDefaultDescription
companiesYes["tcs"]Company names or URL slugs to scrape (e.g., "tcs", "infosys", "wipro")
rolesNo[]Filter results to specific roles (e.g., "software-engineer", "data-analyst"). Leave empty for all roles.
maxResultsNo50Maximum number of salary records per company (1-500)
includeCompanyReviewsNotrueInclude company rating and category ratings with each result
proxyConfigurationNoResidential INProxy settings. Default uses Indian residential proxies for best results.

Output fields

Each result contains 16 fields:

FieldTypeDescription
rolestringJob role or designation (e.g., "Software Engineer")
company_namestringCompany name (e.g., "Tata Consultancy Services")
avg_salaryintegerAverage annual salary in INR
salary_minintegerMinimum reported salary in INR
salary_maxintegerMaximum reported salary in INR
typical_salary_minintegerLower end of the typical salary band in INR
typical_salary_maxintegerUpper end of the typical salary band in INR
salary_currencystringCurrency code (always "INR")
salary_periodstringPay period (always "yearly")
reports_countintegerNumber of salary reports for this role
experience_rangestringExperience level (e.g., "2-5 years")
locationstringJob location, if available
company_ratingfloatOverall company rating (1-5 scale)
company_reviews_countintegerTotal number of employee reviews for the company
category_ratingsobjectDetailed ratings by category (see below)
apply_urlstringDirect link to the salary page on AmbitionBox

Category ratings breakdown

When includeCompanyReviews is enabled, the category_ratings object contains:

Sub-fieldDescription
work_life_balanceWork-life balance rating
salary_benefitsSalary & benefits rating
job_securityJob security rating
career_growthCareer growth rating
work_satisfactionWork satisfaction rating
skill_developmentSkill development rating
company_cultureCompany culture rating

Example output

{
"role": "Software Engineer",
"company_name": "Tata Consultancy Services",
"avg_salary": 574006,
"salary_min": 300000,
"salary_max": 1200000,
"typical_salary_min": 420000,
"typical_salary_max": 750000,
"salary_currency": "INR",
"salary_period": "yearly",
"reports_count": 1250,
"experience_range": "2-8 years",
"location": "",
"company_rating": 3.8,
"company_reviews_count": 45000,
"category_ratings": {
"work_life_balance": 3.9,
"salary_benefits": 3.2,
"job_security": 4.1,
"career_growth": 3.5,
"work_satisfaction": 3.4,
"skill_development": 3.6,
"company_culture": 3.7
},
"apply_url": "https://www.ambitionbox.com/salaries/tcs-salaries/software-engineer"
}

Example input

{
"companies": ["tcs", "infosys", "wipro"],
"maxResults": 20,
"includeCompanyReviews": true
}

Use cases

  • Salary benchmarking: Compare compensation across Indian companies for any job role
  • HR analytics: Track salary trends by role, experience level, and company
  • Job seekers: Research pay ranges and company culture before applying
  • Recruiters: Understand market rates for Indian job roles
  • Market research: Analyze salary distribution across the Indian tech industry

Limitations

  • Salary data depends on employee self-reporting -- some roles may have limited data points
  • All salaries are in Indian Rupees (INR), reported as annual CTC
  • Location data is not always available for every role
  • Maximum 500 salary records per company (25 pages of results)