# Metacpan Modules: search “Moose”

**Use case:** 

Run a ready-made Metacpan Modules example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: metacpan-modules-scraper.

## Input

```json
{
  "query": "Moose",
  "maxResults": 3
}
```

## Output

```json
{
  "module": {
    "label": "Module",
    "format": "text"
  },
  "distribution": {
    "label": "Distribution",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "release": {
    "label": "Release",
    "format": "text"
  },
  "indexed_at": {
    "label": "Indexed At",
    "format": "date"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "maturity": {
    "label": "Maturity",
    "format": "text"
  },
  "deprecated": {
    "label": "Deprecated",
    "format": "text"
  },
  "documentation_url": {
    "label": "Documentation Url",
    "format": "link"
  },
  "download_url": {
    "label": "Download Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [MetaCPAN Modules Scraper - Perl Package Data](https://apify.com/benthepythondev/metacpan-modules-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/metacpan-modules-scraper) to learn more, explore other use cases, and run it yourself.