# Wasm Rust Crates Scraper

**Use case:** 

Scrape crates.io Rust crates for wasm with downloads, version, repository and categories to compare libraries.

## Input

```json
{
  "searchQuery": "wasm",
  "maxItems": 50
}
```

## Output

```json
{
  "name": {
    "label": "Crate"
  },
  "description": {
    "label": "Description"
  },
  "downloads": {
    "label": "Downloads"
  },
  "recentDownloads": {
    "label": "Recent Downloads"
  },
  "maxVersion": {
    "label": "Latest Version"
  },
  "repository": {
    "label": "Repository"
  },
  "documentation": {
    "label": "Docs"
  },
  "createdAt": {
    "label": "Created"
  },
  "updatedAt": {
    "label": "Updated"
  }
}
```

## About this Actor

This example demonstrates how to use [Crates.io Rust Packages Scraper - Downloads & Versions](https://apify.com/scrapers_lat/crates-io-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/crates-io-scraper) to learn more, explore other use cases, and run it yourself.