# Aeson Hackage Packages

**Use case:** 

Explore aeson with Hackage Packages Scraper - Haskell Package Search. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

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

## Output

```json
{
  "package": {
    "label": "Package",
    "format": "text"
  },
  "package_url": {
    "label": "Package Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Hackage Packages Scraper - Haskell Package Search](https://apify.com/benthepythondev/hackage-packages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/hackage-packages-scraper) to learn more, explore other use cases, and run it yourself.