開発ツール
Crates.io Rust Packages Scraper - Downloads & Versions
Scrape Rust crates by keyword with download counts, recent downloads, latest version, homepage, repository, documentation, categories and keywords. Export to JSON, CSV or Excel.
crates-io-scraper.json 200 OK
{ "name": "hashbrown", "description": "A Rust port of Google's SwissTable hash map", "crateUrl": "https://crates.io/crates/hashbrown", "downloads": 2025716291, "recentDownloads": 561549764, "maxVersion": "0.17.1", "newestVersion": "0.17.1", "numVersions": 56, "repository": "https://github.com/rust-lang/hashbrown" }
得られるもの
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
NameDescriptionCrate UrlDownloadsRecent DownloadsMax VersionNewest VersionNum VersionsRepositoryCategoriesKeywordsCreated AtUpdated AtLicense
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| Name | Description | Crate Url | Downloads |
|---|---|---|---|
| hashbrown | A Rust port of Google's SwissTabl… | https://crates.io/crates/hashbrown | 2025716291 |
| quote | Quasi-quoting macro quote!(...) | https://crates.io/crates/quote | 1380267455 |
| serde | A generic serialization/deseriali… | https://crates.io/crates/serde | 1195513376 |
| serde_derive | Macros 1.1 implementation of #[de… | https://crates.io/crates/serde_de… | 1125871296 |
GET /crates-io-scraper
{ "name": "hashbrown", "description": "A Rust port of Google's SwissTable hash map", "crateUrl": "https://crates.io/crates/hashbrown", "downloads": 2025716291, "recentDownloads": 561549764, "maxVersion": "0.17.1", "newestVersion": "0.17.1", "numVersions": 56, "repository": "https://github.com/rust-lang/hashbrown" }
関連スクレイパー
よくある質問
How are results ordered?
Crates are returned by download count so the most used ones come first.
Which fields are numeric?
Downloads, recent downloads and version count are parsed as numbers so you can sort and filter directly.
Can I collect more than one page?
Yes. Set Max Items higher and the scraper pages through the results for you.
How fresh is the data?
Download counts and versions are read live at run time, so each record reflects the moment of the run (see observedAt).