# YC Acquired Startups Data Extractor

**Use case:** 

Extract data on acquired Y Combinator startups, including name, website, batch, and founders. Receive insights into startup acquisitions.

## Input

```json
{
  "query": "AI",
  "batches": [],
  "statuses": [
    "Acquired"
  ],
  "industries": [],
  "regions": [],
  "stages": [],
  "hiringOnly": false,
  "topCompaniesOnly": false,
  "maxRecords": 150,
  "hitsPerPage": 1000,
  "requestDelay": 300,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "oneLiner": {
    "label": "One-liner",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "batch": {
    "label": "Batch",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "teamSize": {
    "label": "Team",
    "format": "number"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "isHiring": {
    "label": "Hiring",
    "format": "boolean"
  },
  "topCompany": {
    "label": "Top Company",
    "format": "boolean"
  },
  "ycProfileUrl": {
    "label": "YC Profile",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [YCombinator Companies Scraper | 5,900+ YC Startup Directory](https://apify.com/haketa/ycombinator-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/haketa/ycombinator-companies-scraper) to learn more, explore other use cases, and run it yourself.