# Y Combinator Startup Profiles

**Use case:** 

Find up to 25 Y Combinator startup profiles that match AI in the startup name or description.

## Input

```json
{
  "target": "startupProfiles",
  "profileKeyword": "AI",
  "maxItems": 25,
  "__concurrency": 4
}
```

## Output

```json
{
  "recordType": {
    "label": "Result type",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "recordUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "discoveryInput": {
    "label": "Found by",
    "format": "text"
  },
  "source.name": {
    "label": "Source",
    "format": "text"
  },
  "source.collectedAt": {
    "label": "Collected at",
    "format": "date"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "company.name": {
    "label": "Company",
    "format": "text"
  },
  "filingDate": {
    "label": "Filing date",
    "format": "date"
  },
  "soldAmount": {
    "label": "Sold amount",
    "format": "number"
  },
  "coverage.note": {
    "label": "Coverage note",
    "format": "text"
  }
}
```

## About this Actor

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