# Ring Clojars Packages

**Use case:** 

Explore ring with Clojars Packages Scraper - Clojure Library Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

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

## Output

```json
{
  "group_name": {
    "label": "Group Name",
    "format": "text"
  },
  "jar_name": {
    "label": "Jar Name",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "created_at": {
    "label": "Created At",
    "format": "date"
  },
  "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 [Clojars Packages Scraper - Clojure Library Data](https://apify.com/benthepythondev/clojars-packages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/clojars-packages-scraper) to learn more, explore other use cases, and run it yourself.