# Raycast Store   Extension Catalog Export — Full Export

**Use case:** 

Scrape the full raycast store - extension catalog export dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract raycast store - extension catalog export for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "catalog",
  "query": "",
  "platform": "",
  "maxItems": 200
}
```

## 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.