# Export Y Combinator startup jobs

**Use case:** 

Download current jobs from Y Combinator startups with roles, requirements, compensation, company context, industries, locations, and application data.

## Input

```json
{
  "scrapeAllCompanies": false,
  "scrapeAllFounders": false,
  "scrapeAllJobs": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": []
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "batch": {
    "label": "Batch",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "subindustry": {
    "label": "Subindustry",
    "format": "text"
  },
  "primary_vertical": {
    "label": "Primary Vertical",
    "format": "text"
  },
  "one_liner": {
    "label": "One Liner",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "long_description": {
    "label": "Long Description",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "website_display": {
    "label": "Website Display",
    "format": "text"
  },
  "team_size": {
    "label": "Team Size",
    "format": "number"
  },
  "stage": {
    "label": "Stage",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "is_hiring": {
    "label": "Is Hiring",
    "format": "boolean"
  },
  "top_company": {
    "label": "Top Company",
    "format": "boolean"
  },
  "nonprofit": {
    "label": "Nonprofit",
    "format": "boolean"
  },
  "pretty_location": {
    "label": "Location",
    "format": "text"
  },
  "all_locations": {
    "label": "All Locations",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "lat": {
    "label": "Latitude",
    "format": "text"
  },
  "lng": {
    "label": "Longitude",
    "format": "text"
  },
  "regions": {
    "label": "Regions",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "small_logo_thumb_url": {
    "label": "Logo",
    "format": "image"
  },
  "twitter_url": {
    "label": "Twitter",
    "format": "link"
  },
  "fb_url": {
    "label": "Facebook",
    "format": "link"
  },
  "tech_description": {
    "label": "Tech Description",
    "format": "text"
  },
  "hiring_description": {
    "label": "Hiring Description",
    "format": "text"
  },
  "launched_at": {
    "label": "Launched At",
    "format": "date"
  },
  "jobs": {
    "label": "Jobs",
    "format": "array"
  },
  "founders": {
    "label": "Founders",
    "format": "array"
  },
  "company_news": {
    "label": "Company News",
    "format": "array"
  },
  "id": {
    "label": "ID",
    "format": "number"
  },
  "data_source": {
    "label": "Data Source",
    "format": "text"
  },
  "_source_companies": {
    "label": "Source: Companies",
    "format": "boolean"
  },
  "_source_jobs": {
    "label": "Source: Jobs",
    "format": "boolean"
  },
  "_source_founders_enhanced": {
    "label": "Source: Founders",
    "format": "boolean"
  },
  "_metadata": {
    "label": "Metadata",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [Y Combinator Scraper - 5000+ Startups & 8000+ Founders](https://apify.com/clearpath/ycombinator-api-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/clearpath/ycombinator-api-scraper) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/clearpath/ycombinator-api-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
