# Chat VS Code Marketplace

**Use case:** 

Extract VS Code Marketplace data filtered by Chat. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "copilot",
  "category": "Chat",
  "publisher": "",
  "sortBy": "installs"
}
```

## Output

```json
{
  "extensionId": {
    "label": "Extension ID",
    "format": "text"
  },
  "displayName": {
    "label": "Name",
    "format": "text"
  },
  "publisherName": {
    "label": "Publisher ID",
    "format": "text"
  },
  "publisherDisplayName": {
    "label": "Publisher",
    "format": "text"
  },
  "installs": {
    "label": "Installs",
    "format": "number"
  },
  "downloads": {
    "label": "Downloads",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "ratingCount": {
    "label": "# Ratings",
    "format": "number"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "lastUpdated": {
    "label": "Updated",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "marketplaceUrl": {
    "label": "Marketplace URL",
    "format": "link"
  }
}
```

## About this Actor

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