# Ycombinator Companies Scraper

**Use case:** 

Scrape Y Combinator companies. Search/URL. Get founders, socials, Q&A, videos, photos & partners. 30+ fields, 14 filters.

## Input

```json
{
  "mode": "url",
  "query": "ai agents",
  "batches": [
    "Winter 2026",
    "Spring 2026"
  ],
  "isHiring": false,
  "topCompany": false,
  "nonprofit": false,
  "hasDemoDayVideo": false,
  "hasAppVideo": false,
  "hasAppAnswers": false,
  "sortBy": "relevance",
  "urls": [
    "https://www.ycombinator.com/companies?batch=Winter%202026"
  ],
  "fetchDetails": true,
  "maxListings": 100,
  "maxPages": 0,
  "proxy": {
    "useApifyProxy": true
  },
  "maxNotifyListings": 50
}
```

## Output

```json
{
  "id": {
    "label": "ID"
  },
  "slug": {
    "label": "Slug"
  },
  "name": {
    "label": "Company"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "oneLiner": {
    "label": "Pitch"
  },
  "batch": {
    "label": "Batch"
  },
  "batchName": {
    "label": "Batch Name"
  },
  "status": {
    "label": "Status"
  },
  "stage": {
    "label": "Stage"
  },
  "industry": {
    "label": "Industry"
  },
  "subindustry": {
    "label": "Subindustry"
  },
  "tags": {
    "label": "Tags"
  },
  "regions": {
    "label": "Regions"
  },
  "allLocations": {
    "label": "Locations"
  },
  "city": {
    "label": "City"
  },
  "teamSize": {
    "label": "Team"
  },
  "yearFounded": {
    "label": "Founded"
  },
  "isHiring": {
    "label": "Hiring"
  },
  "topCompany": {
    "label": "Top"
  },
  "nonprofit": {
    "label": "Nonprofit"
  },
  "hasAppVideo": {
    "label": "AppVid"
  },
  "hasDemoDayVideo": {
    "label": "DDayVid"
  },
  "hasQuestionAnswers": {
    "label": "Q&A"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "linkedinUrl": {
    "label": "LinkedIn",
    "format": "link"
  },
  "twitterUrl": {
    "label": "Twitter",
    "format": "link"
  },
  "crunchbaseUrl": {
    "label": "Crunchbase",
    "format": "link"
  },
  "githubUrl": {
    "label": "GitHub",
    "format": "link"
  },
  "founderCount": {
    "label": "Founders"
  },
  "jobPostingCount": {
    "label": "Jobs"
  },
  "newsCount": {
    "label": "News"
  },
  "launchCount": {
    "label": "Launches"
  },
  "scrapedAt": {
    "label": "Scraped"
  }
}
```

## About this Actor

This example demonstrates how to use [Ycombinator $0.8💰  Companies Scraper](https://apify.com/abotapi/ycombinator-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/ycombinator-com-scraper) to learn more, explore other use cases, and run it yourself.