# Latest Elm Packages

**Use case:** 

Explore Latest with Elm Packages Scraper - Library Metadata. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

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

## Output

```json
{
  "package": {
    "label": "Package",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "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 [Elm Packages Scraper - Library Metadata](https://apify.com/benthepythondev/elm-packages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/elm-packages-scraper) to learn more, explore other use cases, and run it yourself.