CryptoCompare Coin List Scraper avatar

CryptoCompare Coin List Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
CryptoCompare Coin List Scraper

CryptoCompare Coin List Scraper

Scrapes the CryptoCompare coin list with symbol filter and sort order. Returns each coin as a flat row with symbol, name, and sort order. Export to CSV, JSON, Excel, or XML.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

ParseForge

CryptoCompare Coin List Scraper

Scrape the full CryptoCompare coin list with symbol, name, and sort order, up to a million coins per run. No API key or login. Export to CSV, JSON, Excel, or XML.

CryptoCompare's official API needs a key and rate-limits you. This reads the public coin list directly, filtered by symbol and sorted by name, symbol, or CryptoCompare's own order, and returns each match in one fixed schema.

Who uses itWhat they scrape CryptoCompare for
Crypto tradersWhich coins are listed on CryptoCompare and their ticker symbols
Market researchersA clean list of coin names and symbols for further analysis
Data engineersA scheduled export of the CryptoCompare coin universe into a warehouse
App developersA reference list of coin symbols to power a crypto app

What it does

This Actor collects CryptoCompare coin entries by symbol filter and sort order, and returns each one as a flat row.

  • ๐Ÿ” Symbol filter: return only coins whose ticker contains your text, like BTC or USD.
  • ๐Ÿ”ข Sort control: order results by CryptoCompare's default, coin name, or symbol.
  • ๐Ÿ“ฆ Bulk export: pull up to 1,000,000 coins in one run and save as CSV, JSON, Excel, or XML.

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

What you can do with CryptoCompare data

๐Ÿ“‹ Build a coin universe.

A data engineer runs the Actor daily to refresh a table of all CryptoCompare coins for internal dashboards.

๐Ÿ”Ž Filter by symbol.

A trader enters 'USD' to list every stablecoin and USD pair on CryptoCompare before choosing a market.

๐Ÿ—‚๏ธ Sort for reporting.

A market researcher sorts coins by name to produce an alphabetical reference for a client report.

๐Ÿ“Š Feed a downstream scraper.

A developer exports the coin list to CSV and uses the symbols as input for a price scraper.

Why choose this scraper

What you get
No API keyRead the public coin list without registering for CryptoCompare's API
One fixed schemaEvery coin comes back with the same fields, ready for your pipeline
Flexible outputExport to CSV, JSON, Excel, or XML from the Apify dataset

How it compares

This Actor focuses on the CryptoCompare coin list, while the competitor below also scrapes market data like prices and OHLCV.

FeatureParseForgeCryptoCompare Market Data Scraper
Coin list with symbol and nameYesNot listed
Symbol filterYesNot listed
Sort by name or symbolYesNot listed
Market data (prices, OHLCV)NoYes
Exchange rankingsNoYes
No API key requiredYesYes

Configure the run

Drive the Actor with an optional symbol filter and a sort order, and it returns every matching coin from the CryptoCompare list. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10
}

A larger pull:

{
"maxItems": 200
}

Pricing

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

Results collectedApproximate cost
100 results$2.10
1,000 results$21.00
10,000 results$210.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 CryptoCompare Coin List 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 CryptoCompare 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/cryptocompare-coins-scraper"

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

Troubleshooting

Why am I getting no results?

Your symbol filter may be too specific. Try a shorter substring like 'BTC' instead of 'BTCUSD', or leave the filter empty to get all coins.

Why did I only get 10 coins?

Free Apify users are limited to 10 coins per run. Upgrade to a paid plan to increase maxItems up to 1,000,000.

Why is the sort order not what I expected?

Check the sortBy input. 'CryptoCompare Sort Order' is the default. Choose 'Coin Name (A-Z)' or 'Symbol (A-Z)' for alphabetical sorting.

Can I get more fields like price or market cap?

No. This Actor only returns the coin list fields: symbol, name, and sort order. For market data, use the CryptoCompare Market Data Scraper.

Why does the run fail with a timeout?

If you set maxItems very high, the run may take longer. Try a smaller maxItems or run on a higher-memory plan.

FAQ

QuestionAnswer
Do I need a CryptoCompare API key?No. This Actor reads the public coin list directly, so no key or login is required.
How many coins can I scrape?Free Apify users can scrape up to 10 coins per run. Paid users can set maxItems up to 1,000,000.
What does each result contain?Each row includes the coin's symbol, name, and sort order as returned by CryptoCompare, in a flat JSON structure.
Can I filter by symbol?Yes. Use the symbol input to return only coins whose ticker contains your text, such as BTC or USD.
Can I sort the results?Yes. Choose CryptoCompare's default sort order, coin name A-Z, or symbol A-Z.
What export formats are supported?You can export the dataset to CSV, JSON, Excel, or XML from the Apify platform.
Is this the same as the CryptoCompare Market Data Scraper?No. That Actor scrapes market data like prices and OHLCV. This Actor scrapes only the coin list with symbol, name, and sort order.
Can I schedule this Actor?Yes. Use Apify schedules to run it daily or weekly and keep your coin list up to date.
Does it work with the Apify API?Yes. You can run it programmatically via the Apify API and get results as JSON.
What if I get no results?Check your symbol filter. If it is too specific, no coins will match. Try a shorter substring or leave it empty.

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 CryptoCompare. 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.