Scrapers.lat logo scrapers.lat
开发者工具

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.

26 每条记录的字段 JSON · CSV · Excel · API 按用量付费
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
示例输出

一条真实的示例记录,正是你收到的结构。

NameDescriptionCrate UrlDownloads
hashbrownA Rust port of Google's SwissTabl…https://crates.io/crates/hashbrown2025716291
quoteQuasi-quoting macro quote!(...)https://crates.io/crates/quote1380267455
serdeA generic serialization/deseriali…https://crates.io/crates/serde1195513376
serde_deriveMacros 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).

你准备好,它就就绪。

现在就在 Apify 上运行这个爬虫,或让我们按你的确切需求定制一个。