# Search by keyword Crates.io Rust Crates

**Use case:** 

Extract Crates.io Rust Crates data filtered by Search by keyword. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "search",
  "query": "tokio",
  "names": "tokio\nserde\nclap\nreqwest\naxum"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "newestVersion": {
    "label": "Version",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "downloads": {
    "label": "Total DL",
    "format": "number"
  },
  "recentDownloads": {
    "label": "Recent DL",
    "format": "number"
  },
  "keywordsText": {
    "label": "Keywords",
    "format": "text"
  },
  "categoriesText": {
    "label": "Categories",
    "format": "text"
  },
  "repository": {
    "label": "Repo",
    "format": "link"
  },
  "cratesIoUrl": {
    "label": "Crates.io",
    "format": "link"
  }
}
```

## About this Actor

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