# Any vcpkg Ports

**Use case:** 

Extract vcpkg Ports data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "supportsTriplet": "windows"
}
```

## Output

```json
{
  "name": {
    "label": "📛 Port",
    "format": "text"
  },
  "version": {
    "label": "🔢 Version",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "homepage": {
    "label": "🔗 Homepage",
    "format": "link"
  },
  "license": {
    "label": "⚖️ License",
    "format": "text"
  },
  "dependencies": {
    "label": "📦 Dependencies",
    "format": "array"
  },
  "supports": {
    "label": "🧩 Supports",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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