CryptoRank Projects Scraper avatar

CryptoRank Projects Scraper

Pricing

from $7.69 / 1,000 results

Go to Apify Store
CryptoRank Projects Scraper

CryptoRank Projects Scraper

Scrapes crypto project listings from CryptoRank. Returns each project's rank, market cap, 24h volume, price, and category as a flat row. Filter by category and funding status.

Pricing

from $7.69 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

a day ago

Last modified

Share

ParseForge

CryptoRank Projects Scraper

Scrape crypto project profiles from CryptoRank, filtered by category, funding status, and market metrics. Each project comes with its rank, market cap, 24h volume, price, and category tags. Export to CSV, JSON, Excel, or XML.

CryptoRank lists thousands of blockchain projects with their market data and funding histories, but browsing them one page at a time is slow. This Actor reads the public project listings directly, lets you filter by category or funding rounds, and returns every match in a single dataset. No API key or registration needed.

Who uses itWhat they scrape CryptoRank for
Crypto investorsScreen projects by market cap and 24h volume to find liquid assets.
VC analystsBuild a list of funded projects in a specific category like DeFi or GameFi.
Market researchersTrack which blockchain categories are gaining the most new projects.
Data journalistsPull a snapshot of the top-ranked projects for a market report.

What it does

This Actor collects crypto project listings from CryptoRank and returns each one as a flat row with its rank, market cap, volume, price, and category.

  • ๐Ÿท๏ธ Category filter: narrow results to one of 27 categories, from AI and DeFi to Meme and RWA.
  • ๐Ÿ’ฐ Funding round filter: keep only projects that have recorded funding rounds on CryptoRank.
  • ๐Ÿ“Š Flexible sorting: order by rank, market cap, 24h volume, or price, ascending or descending.
  • ๐Ÿ”ข Volume control: set a maximum number of projects to fetch, from a quick preview up to a full market sweep.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with CryptoRank data

๐Ÿ” Screen liquid projects by category.

A trader sets the category to DeFi, sorts by 24h volume descending, and fetches the top 50 projects to identify active trading opportunities.

๐Ÿ’ผ Build a funded-project watchlist.

A VC analyst enables the funding-only toggle, selects the GameFi category, and exports a CSV of all funded gaming projects for due diligence.

๐Ÿ“ˆ Monitor category growth over time.

A researcher runs the Actor weekly with no category filter, sorts by rank ascending, and tracks how the count of projects in each category changes.

๐Ÿ“ฐ Generate a market snapshot for a report.

A data journalist fetches the top 100 projects by market cap and uses the dataset to create a table of the largest blockchain projects for a newsletter.

Why choose this scraper

What you get
No API keyReads the public CryptoRank project listings directly.
Fixed schemaEvery project returns the same fields for easy analysis.
Category targetingFocus on one niche like DePIN or Liquid Staking.
Funding signalIsolate projects that have raised capital.

How it compares

No other Store actor targets CryptoRank the same way, so the honest comparison is with the alternatives teams actually weigh.

CryptoRank Projects ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When CryptoRank changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst hours

Configure the run

Drive the Actor with a category filter, a funding-only toggle, and a sort order. Filters run as each project is read so only matches reach your dataset. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

Pay-per-result: $0.0085 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$0.85
1,000 results$8.50
10,000 results$85.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the CryptoRank Projects Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to CryptoRank through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/cryptorank-projects-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your category filter. If you selected a narrow category and also enabled the funding-only toggle, the combination may return zero projects. Try broadening the category or turning off the funding filter.

Why did the Actor stop after 10 projects?

Free Apify accounts are limited to 10 items as a preview. Upgrade to a paid plan and increase the 'Maximum projects' field to fetch more.

The sort order seems wrong.

Confirm your sort direction. 'Ascending' for rank puts the top-ranked project first, while 'Descending' puts the lowest-ranked project first.

Some projects are missing their market cap or volume.

CryptoRank may not have market data for every listed project. Missing values appear as empty fields in the dataset.

The run timed out.

Large fetches can take time. Increase the run timeout in your Apify task settings, or reduce the 'Maximum projects' value.

FAQ

QuestionAnswer
What data does each project row include?Each row returns the project's rank, name, symbol, market cap, 24h volume, price, category, and funding status as listed on CryptoRank. The exact fields are shown in the sample output on the Actor's page.
Can I filter by multiple categories at once?The category filter selects one category per run. To collect projects from several categories, run the Actor once per category and merge the datasets.
How do I get only projects that have raised funding?Turn on the 'Only Coins With Funding Rounds' checkbox in the input. The Actor will skip any project that does not have a funding round recorded on CryptoRank.
Is there a limit on how many projects I can scrape?Free Apify users can fetch up to 10 projects as a preview. Paid users can set the maximum up to 1,000,000 projects per run.
What sorting options are available?You can sort projects by rank, market cap, 24h volume, or price, in either ascending or descending order.
Does this Actor require a CryptoRank API key?No. It reads the public project listing pages directly, so no API key or account registration is needed.
What export formats are supported?You can export your dataset in CSV, JSON, Excel, or XML format from the Apify platform.
How often is the data updated?The Actor fetches live data from CryptoRank on each run. Schedule regular runs in Apify to keep your dataset current.
Can I scrape a single project's details?This Actor is designed for listing-level data. It returns the summary row for each project, not the full detail page.
What categories are available?The filter includes 27 categories such as DeFi, GameFi, AI, Meme, RWA, DePIN, Liquid Staking and Restaking, and more.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by CryptoRank. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.