# YC Climate Tech & Green Energy Startup Data

**Use case:** 

Access data on active climate tech and green energy startups from Y Combinator. Get detailed company information, founders, and LinkedIn profiles.

## Input

```json
{
  "batch": "",
  "industry": "",
  "status": "",
  "isHiring": false,
  "searchQuery": "climate energy green sustainability",
  "filters": {
    "status": "Active"
  },
  "maxResults": 100,
  "fetchCompanyPageDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "string"
  },
  "batch": {
    "label": "Batch",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "teamSize": {
    "label": "Team size",
    "format": "integer"
  },
  "allLocations": {
    "label": "Locations",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "ycUrl": {
    "label": "YC page",
    "format": "string"
  }
}
```

## About this Actor

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