Crates.io Download Stats Tracker — Trend by Crate avatar

Crates.io Download Stats Tracker — Trend by Crate

Pricing

$10.00 / 1,000 download stats checks

Go to Apify Store
Crates.io Download Stats Tracker — Trend by Crate

Crates.io Download Stats Tracker — Trend by Crate

Get download counts for one or more Rust crates over a chosen period, plus percent change versus the prior period of the same length. For tracking adoption trends, not new releases.

Pricing

$10.00 / 1,000 download stats checks

Rating

0.0

(0)

Developer

Timothy Kelvin

Timothy Kelvin

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Categories

Share

Get download counts for one or more Rust crates over a chosen period, plus percent change versus the immediately prior period of the same length.

Built for tracking Rust ecosystem adoption trends — is a crate gaining or losing ground — the Rust-ecosystem counterpart to NPM Download Stats Tracker and PyPI Download Stats Tracker.

Input

{
"crates": ["serde", "tokio", "clap"],
"daysBack": 7
}
FieldTypeDescription
cratesarray of stringsRust crate names to check, e.g. "serde", "tokio". At least one required.
daysBacknumberLength of the period to measure, and also the length of the prior period it's compared against. Default 7, max 45.

Output

One record per crate:

{
"crate": "serde",
"currentPeriodDownloads": 3690672,
"currentPeriodStart": "2026-08-09",
"currentPeriodEnd": "2026-08-16",
"previousPeriodDownloads": 3702415,
"previousPeriodStart": "2026-08-01",
"previousPeriodEnd": "2026-08-08",
"percentChange": -0.32
}

currentPeriodDownloads is null for a crate name that doesn't exist (typo or unpublished). crates.io's public stats retain roughly the last 90 days of history.

A request is billed once regardless of how many crates are checked.

How it works

Direct calls to the official crates.io API (crates.io/api/v1) — no proxy, no key, no scraping.

Pricing note

Billed per request, not per crate returned — one charge whether you check 1 crate or several.