# YC Healthcare Companies

**Use case:** 

Export public YC company records for yc healthcare companies to support startup mapping, CRM enrichment, and market research workflows.

## Input

```json
{
  "query": "healthcare",
  "maxItems": 20,
  "batch": "Summer 2024",
  "industries": [],
  "tags": [],
  "regions": [],
  "includeProfileDetails": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "batch": {
    "label": "Batch",
    "format": "text"
  },
  "oneLiner": {
    "label": "One-liner",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "subindustry": {
    "label": "Subindustry",
    "format": "text"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  },
  "isHiring": {
    "label": "Hiring",
    "format": "boolean"
  },
  "teamSize": {
    "label": "Team size",
    "format": "number"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "ycUrl": {
    "label": "YC profile",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Y Combinator Companies Scraper](https://apify.com/fetch_cat/y-combinator-companies-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/y-combinator-companies-scraper) to learn more, explore other use cases, and run it yourself.