# YC B2B startup database

**Use case:** 

Scrape YC B2B startups with founder emails, LinkedIn profiles, websites, batches, industries, locations, team size, hiring status, and open jobs.

## Input

```json
{
  "url": "https://www.ycombinator.com/companies?industry=B2B",
  "scrape_founders": true,
  "scrape_open_jobs": true,
  "scrape_all_companies": false
}
```

## Output

```json
{
  "company_image": {
    "label": "Company Image",
    "format": "string"
  },
  "company_id": {
    "label": "Company ID",
    "format": "integer"
  },
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  },
  "short_description": {
    "label": "Short Description",
    "format": "string"
  },
  "long_description": {
    "label": "Long Description",
    "format": "string"
  },
  "batch": {
    "label": "Batch",
    "format": "string"
  },
  "industry": {
    "label": "Industry",
    "format": "string"
  },
  "subindustry": {
    "label": "Subindustry",
    "format": "string"
  },
  "stage": {
    "label": "Stage",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "company_location": {
    "label": "Company Location",
    "format": "string"
  },
  "year_founded": {
    "label": "Year Founded",
    "format": "string"
  },
  "team_size": {
    "label": "Team Size",
    "format": "string"
  },
  "primary_partner": {
    "label": "Primary Partner",
    "format": "string"
  },
  "top_company": {
    "label": "Top Company",
    "format": "boolean"
  },
  "nonprofit": {
    "label": "Nonprofit",
    "format": "boolean"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "company_linkedin": {
    "label": "Company LinkedIn",
    "format": "string"
  },
  "company_x": {
    "label": "Company X",
    "format": "string"
  },
  "company_facebook": {
    "label": "Company Facebook",
    "format": "string"
  },
  "company_crunchbase": {
    "label": "Company Crunchbase",
    "format": "string"
  },
  "company_github": {
    "label": "Company GitHub",
    "format": "string"
  },
  "founders": {
    "label": "Founders",
    "format": "array"
  },
  "is_hiring": {
    "label": "Is Hiring",
    "format": "boolean"
  },
  "number_of_open_jobs": {
    "label": "Number of Open Jobs",
    "format": "integer"
  },
  "open_jobs": {
    "label": "Open Jobs",
    "format": "array"
  }
}
```

## About this Actor

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