Crates Io Search Scraper avatar

Crates Io Search Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Crates Io Search Scraper

Crates Io Search Scraper

Search and scrape Rust crates from crates.io

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 hours ago

Last modified

Categories

Share

Crates.io Search Scraper

What it does

Crates.io Search Scraper searches and extracts Rust crate information from crates.io, the Rust community's crate registry. It returns crate names, versions, descriptions, total downloads, recent downloads, and direct links.

Why use it

Crates.io hosts over 140,000 Rust crates. This actor helps Rust developers and researchers discover crates, compare alternatives, and track popularity trends. Perfect for dependency analysis, ecosystem monitoring, or building crate recommendation tools.

How it works

  1. The actor takes a search query and optional maximum items count.
  2. Since crates.io uses a JavaScript-heavy frontend, the actor calls the crates.io JSON API directly.
  3. Crate metadata is extracted from the API response.
  4. Results are pushed to the Apify dataset in a structured format.

Input parameters

ParameterTypeDefaultDescription
querystring"serde"Search query to find Rust crates
maxItemsinteger20Maximum number of results (1-200)

Output fields

FieldTypeDescription
namestringCrate name
versionstringLatest version
descriptionstringCrate description
downloadsstringTotal download count
recentDownloadsstringRecent download count
urlstringLink to crates.io page

Cost estimate

Pay-per-event pricing is $0.00075 per result. The crates.io API is freely accessible. Memory usage is minimal at 1024 MB default.

Tips

  • Search by crate name or keywords for best results.
  • The API provides reliable structured data directly.
  • For package registry scrapers in other ecosystems, check out npm Package Search and PyPI Package Search.