# All statuses Y Combinator Companies

**Use case:** 

Extract Y Combinator Companies data filtered by All statuses. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "companyStatus": "",
  "scrapeFounders": true,
  "scrapeJobs": true,
  "scrapeJobDescriptions": false
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "id": {
    "label": "Id"
  },
  "name": {
    "label": "Company",
    "format": "text"
  },
  "slug": {
    "label": "Slug"
  },
  "url": {
    "label": "YC Profile",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "oneLiner": {
    "label": "One-liner",
    "format": "text"
  },
  "batch": {
    "label": "Batch",
    "format": "text"
  },
  "batchName": {
    "label": "Batch name"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "yearFounded": {
    "label": "Founded",
    "format": "text"
  },
  "teamSize": {
    "label": "Team Size",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "country": {
    "label": "Country"
  },
  "isHiring": {
    "label": "Hiring",
    "format": "text"
  },
  "nonprofit": {
    "label": "Nonprofit"
  },
  "topCompany": {
    "label": "Top Company",
    "format": "text"
  },
  "primaryPartner": {
    "label": "Primary partner"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "subindustry": {
    "label": "Subindustry"
  },
  "launchedAt": {
    "label": "Launched at"
  },
  "longDescription": {
    "label": "Long description"
  },
  "contactEmail": {
    "label": "Contact Email",
    "format": "text"
  },
  "formerNames": {
    "label": "Former names"
  },
  "industries": {
    "label": "Industries"
  },
  "tags": {
    "label": "Tags"
  },
  "regions": {
    "label": "Regions"
  },
  "companyPhotos": {
    "label": "Company photos"
  },
  "founders": {
    "label": "Founders"
  },
  "jobs": {
    "label": "Jobs"
  },
  "launches": {
    "label": "Launches"
  },
  "linkedin": {
    "label": "Linkedin"
  },
  "twitter": {
    "label": "Twitter"
  },
  "facebook": {
    "label": "Facebook"
  },
  "crunchbase": {
    "label": "Crunchbase"
  },
  "github": {
    "label": "Github"
  },
  "demoVideoUrl": {
    "label": "Demo video url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

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