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・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
NameDescriptionCrate UrlDownloadsRecent DownloadsMax VersionNewest VersionNum VersionsRepositoryCategoriesKeywordsCreated AtUpdated AtLicense
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

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 でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。