# Techstars Portfolio Companies Data Export

**Use case:** 

Data Export of Techstars Portfolio Companies. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "startUrl": "https://www.techstars.com/portfolio",
  "maxItems": 100
}
```

## Output

```json
{
  "logoUrl": {
    "label": "🖼️ Logo URL",
    "format": "image"
  },
  "companyName": {
    "label": "🏢 Company",
    "format": "text"
  },
  "batch": {
    "label": "📅 Batch",
    "format": "text"
  },
  "program": {
    "label": "🎓 Program",
    "format": "text"
  },
  "status": {
    "label": "📊 Status",
    "format": "text"
  },
  "sector": {
    "label": "🏷️ Sector",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "websiteUrl": {
    "label": "🔗 Website",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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