# General-catalyst VC Portfolio Jobs Aggregator

**Use case:** 

Extract VC Portfolio Jobs Aggregator data filtered by general-catalyst. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "firms": [
    "general-catalyst"
  ],
  "maxItems": 10,
  "remoteOnly": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "companyLogoUrl": {
    "label": "🖼 Logo",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "firm": {
    "label": "Firm",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "applyUrl": {
    "label": "🔗 Apply",
    "format": "link"
  },
  "postedAt": {
    "label": "PostedAt",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [VC Portfolio Jobs Aggregator](https://apify.com/parseforge/vc-portfolio-jobs-aggregator-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/vc-portfolio-jobs-aggregator-scraper) to learn more, explore other use cases, and run it yourself.