开发者工具
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、表格或数据库。
- 每个结果对应一条干净记录,已去重并规范化
- JSON、CSV 或 Excel 的稳定结构,也可通过 Apify API 读取
- 在云端按用量付费,无需安装或维护
返回的字段
NameDescriptionCrate UrlDownloadsRecent DownloadsMax VersionNewest VersionNum VersionsRepositoryCategoriesKeywordsCreated AtUpdated AtLicense
示例输出
一条真实的示例记录,正是你收到的结构。
| 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).