# Raycast AI Extensions — Download Counts & Metadata

**Use case:** 

Search Raycast Store for AI extensions: title, author, download count, AI tool definitions, commands, and source repo. Covers the full AI Extensions category.

## Input

```json
{
  "sp_intended_usage": "Survey the Raycast AI extension landscape for competitive intelligence",
  "sp_improvement_suggestions": "N/A",
  "sp_contact": "Share your email here...",
  "mode": "search",
  "query": "ai",
  "platform": "",
  "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.