# Homebrew Analytics sample export

**Use case:** 

Run a ready-made Homebrew Analytics example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: homebrew-analytics-scrap

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "count": {
    "label": "Count",
    "format": "number"
  },
  "number": {
    "label": "Number",
    "format": "text"
  },
  "formula": {
    "label": "Formula",
    "format": "text"
  },
  "percent": {
    "label": "Percent",
    "format": "number"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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