# Y Combinator Startup Hiring Signal Scraper

**Use case:** 

Check growth-stage Y Combinator startups daily for newly posted jobs. For recruiters and sales teams that use hiring signals to time outreach precisely.

## Input

```json
{
  "startUrls": [
    "gusto",
    "brex",
    "rippling",
    "deel",
    "razorpay",
    "zapier"
  ],
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "small_logo_url": {
    "label": "Logo",
    "format": "image"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "one_liner": {
    "label": "One-liner",
    "format": "text"
  },
  "batch": {
    "label": "Batch",
    "format": "text"
  },
  "ycdc_status": {
    "label": "Status",
    "format": "text"
  },
  "team_size": {
    "label": "Team size",
    "format": "number"
  },
  "year_founded": {
    "label": "Founded",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "yc_url": {
    "label": "YC page",
    "format": "link"
  }
}
```

## About this Actor

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