# Raycast Windows Extensions — Full Catalog Export

**Use case:** 

Export all Raycast extensions available for Windows: title, categories, download count, commands, AI tools, author handle, and GitHub source URL.

## Input

```json
{
  "sp_intended_usage": "Market research on Raycast Windows extension ecosystem for competitive analysis",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "catalog",
  "query": "",
  "platform": "Windows",
  "maxItems": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "author_handle": {
    "label": "Author Handle",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "platforms": {
    "label": "Platforms",
    "format": "array"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "download_count": {
    "label": "Download Count",
    "format": "number"
  },
  "extension_url": {
    "label": "Extension Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Raycast Store Scraper - Extension Catalog Export](https://apify.com/jungle_synthesizer/raycast-store-extensions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/raycast-store-extensions-scraper) to learn more, explore other use cases, and run it yourself.