{
  "openapi": "3.0.1",
  "info": {
    "title": "AmbitionBox Employee Reviews & Ratings Scraper",
    "description": "[💰 $1.3 / 1K] Extract employee reviews from AmbitionBox at scale — 38 fields per review, seven category ratings, pros and cons, department, job title, city and work policy. Filter by department, job title, city or review topic; up to 10,000 reviews per search. Export to JSON, CSV or Excel.",
    "version": "1.0",
    "x-build-id": "KamMOSuEgt79f7zNE"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/solidcode~ambitionbox-com-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-solidcode-ambitionbox-com-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/solidcode~ambitionbox-com-scraper/runs": {
      "post": {
        "operationId": "runs-sync-solidcode-ambitionbox-com-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/solidcode~ambitionbox-com-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-solidcode-ambitionbox-com-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "searchUrls": {
            "title": "Search URLs",
            "type": "array",
            "description": "AmbitionBox company review pages. Open a company's reviews page on ambitionbox.com, set the filters you want, then paste the address bar URL here -- one line per company. A plain company name works too (\"tcs\", \"infosys\"), and so does that company's overview, salaries or interviews address; each is read as that company's reviews. Anything you paste here is used exactly as pasted, so the Company and Filters fields below are ignored for those searches.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "company": {
            "title": "Company",
            "type": "string",
            "description": "The company's short name as AmbitionBox writes it in its own web address -- the part before \"-reviews\". In https://www.ambitionbox.com/reviews/hdfc-bank-reviews that is \"hdfc-bank\". Measured review totals: tcs 117,584, wipro 66,804, hdfc-bank 54,356, reliance-retail 27,950, tata-motors 14,524.",
            "default": "wipro"
          },
          "department": {
            "title": "Department",
            "enum": [
              "",
              "engineering-software-qa",
              "customer-success-service-operations",
              "it-information-security",
              "engineering-hardware-networks",
              "finance-accounting",
              "bfsi-investments-trading",
              "data-science-analytics",
              "project-program-management",
              "consulting",
              "human-resources",
              "healthcare-life-sciences",
              "production-manufacturing-engineering",
              "quality-assurance",
              "administration-facilities",
              "procurement-supply-chain",
              "research-development",
              "sales-business-development",
              "content-editorial-journalism",
              "risk-management-compliance",
              "marketing-communication",
              "construction-site-engineering",
              "teaching-training",
              "product-management",
              "ux-design-architecture",
              "media-production-entertainment",
              "strategic-top-management",
              "csr-social-service",
              "merchandising-retail-ecommerce",
              "legal-regulatory",
              "food-beverage-hospitality",
              "security-services",
              "energy-mining",
              "aviation-aerospace",
              "environment-health-safety",
              "shipping-maritime",
              "sports-fitness-personal-care"
            ],
            "type": "string",
            "description": "Collect reviews from one department only. This is AmbitionBox's own 36-department taxonomy and it is the same list on every company, so a department is never \"missing\" -- it just returns fewer reviews. Measured on Wipro: Engineering - Software & QA 19,189 reviews, Customer Success 9,931, IT & Information Security 6,197, Human Resources 1,379, Shipping & Maritime 11.",
            "default": ""
          },
          "designation": {
            "title": "Job title",
            "type": "string",
            "description": "Collect reviews from one job title only. Write it the way AmbitionBox writes it in its own web address: all lower case, spaces replaced by hyphens -- \"software-engineer\", \"senior-soft-engineer\", \"assistant-manager\", \"analyst\". Every company has its own list; the quickest way to get one right is to click the job title on the company's reviews page and copy the address bar into Search URLs instead. Measured on Wipro: analyst 901 reviews, software-engineer 1,134, senior-soft-engineer 2,178.",
            "default": ""
          },
          "city": {
            "title": "City",
            "type": "string",
            "description": "Collect reviews written by employees at one location only. Again the way AmbitionBox writes it in its own address bar: lower case with hyphens -- \"bengaluru\", \"mumbai\", \"new-delhi\", \"gurgaon\", \"navi-mumbai\". Measured on Wipro: bengaluru 11,794 reviews, pune 8,384, new-delhi 1,662, jorhat 1.",
            "default": ""
          },
          "topic": {
            "title": "Review topic",
            "enum": [
              "",
              "salary",
              "work-life-balance",
              "work-culture",
              "job-security",
              "senior-management",
              "learning",
              "work-environment",
              "appraisal",
              "career-growth",
              "working-hours-shift",
              "job-satisfaction"
            ],
            "type": "string",
            "description": "Keep only the reviews that actually talk about one subject -- AmbitionBox matches the review text and highlights the term it matched. Measured on Wipro out of 66,804 reviews: salary 9,773, work-life balance 5,907, work culture 5,731, job security 5,417, senior management 4,993, learning 4,770, work environment 4,749, appraisal 4,271, career growth 3,628, working hours 1,288, job satisfaction 315.",
            "default": ""
          },
          "maxItems": {
            "title": "Max results",
            "minimum": 0,
            "type": "integer",
            "description": "Maximum reviews per search URL (0 = collect everything each search returns). Www.ambitionbox.com pages through at most 10,000 reviews per search, so use several narrower searches to collect more.",
            "default": 100
          },
          "concurrency": {
            "title": "Concurrency",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "How many requests to run in parallel. Lower this if you see failures.",
            "default": 8
          },
          "proxyConfiguration": {
            "title": "Proxy configuration",
            "type": "object",
            "description": "Proxy settings for the run.",
            "default": {
              "useApifyProxy": true,
              "apifyProxyGroups": [
                "RESIDENTIAL"
              ],
              "apifyProxyCountry": "IN"
            }
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}