Crypto researchers
Daily snapshots
Collect current crypto prices and market-cap rankings for a watchlist review, thesis memo, or lightweight price archive without maintaining a custom crawler.
Limited Time — Lifetime Access for just $99. Lock in before prices rise.
This CoinMarketCap scraper turns today's cryptocurrency rankings into a structured CSV for market research, price monitoring, and spreadsheet analysis. Import the template into the UScraper local desktop app, run the bundled pagination loop, and export rank, coin name, symbol, price, 1h/24h movement, market cap, circulating supply, logo URL, and coin page URL without building a crypto API integration.
CSV
11
Auto
Built in
Free
At a glance
The workflow starts at https://coinmarketcap.com/, waits up to 45 seconds for the page and table rows, and uses Structured Export to append each ranked asset into coinmarketcap-scraper.csv. The template captures both human-readable fields, such as price and market cap, and supporting URLs, such as the coin profile link and logo image source.
After each export pass, UScraper checks whether CoinMarketCap exposes an enabled Next pagination link. If it finds a visible one, the workflow scrolls it into view, clicks it, waits for the next page to load, pauses briefly, and loops back into the same export step. That Navigate -> wait -> export -> paginate loop is the useful automation layer: you can review the blocks, change the save path, and run a repeatable coinmarketcap data extractor without writing browser code.
Spreadsheet-ready crypto prices
Export current crypto prices, symbols, percentage moves, market caps, and supplies into fixed CSV columns for Excel, Sheets, dashboards, or internal research notebooks.
Pagination is handled for you
The graph keeps checking for the next ranking page and appends each page into one file, so a long export CoinMarketCap prices run does not require manual clicking.
Local desktop custody
The browser session and CSV stay on your machine. The stock template does not send your output to a cloud scraper, marketplace actor, or hosted queue.
Useful URLs included
Coin profile URLs, price URLs, and logo URLs make the export easier to audit, enrich, or join with existing coin reference tables.
Who this is for
Crypto researchers
Daily snapshots
Collect current crypto prices and market-cap rankings for a watchlist review, thesis memo, or lightweight price archive without maintaining a custom crawler.
Analysts and founders
Market maps
Compare crypto coins by market cap, ticker, and circulating supply, then merge the CSV with portfolio, exchange, or product datasets.
No-code operators
Repeatable exports
Use a reviewable desktop workflow when you need crypto prices to CSV and want to avoid hosted actors, API key setup, and per-request billing.
How to use
Download and import
Download the hosted JSON template from this page, import it into UScraper, and open the workflow graph before the first run.
Check the start page
The Navigate block points to the CoinMarketCap homepage. Keep it there for today's market-cap table, or duplicate the workflow before testing a different listing page.
Set the export folder
Structured Export writes coinmarketcap-scraper.csv with headers and append mode. Change the save location if your research files live in a shared project folder.
Run and watch the first page
UScraper sets a large browser window, waits for the table, attempts cookie dismissal, and exports rows matching cryptocurrency profile links.
Open the CSV
Verify row counts, spot-check a few prices against the page, and then let the pagination loop collect additional ranking pages at a compliant pace.
Automation path inside the template
Navigate and settle
Open CoinMarketCap, wait for page load, dismiss a common cookie banner when visible, and wait for cryptocurrency table rows.
Structured export
Append rank, coin, symbol, links, price, percentage changes, market cap, and circulating supply into one CSV.
Find Next
Check for an enabled pagination control, click the visible link or follow its href, then wait and sleep before the next export pass.
End cleanly
When no enabled Next link remains, the workflow stops with the accumulated CSV in your chosen folder.
Output preview
The export mirrors the visible CoinMarketCap ranking table and keeps URL fields separate from display text. Example values below are illustrative, because live crypto prices change constantly.
| rank | name | code | price | percentage_of_1_hr | percentage_of_24_hrs | market_cap | circulating_supply |
|---|---|---|---|---|---|---|---|
| 1 | Bitcoin | BTC | $104,250.18 | 0.14% | 1.92% | $2.07T | 19.86M BTC |
| 2 | Ethereum | ETH | $3,875.44 | -0.31% | 2.48% | $466.1B | 120.7M ETH |
| 3 | Tether | USDT | $1.00 | 0.01% | 0.02% | $112.4B | 112.3B USDT |
coinmarketcap-scraper.csvColumn
rank
Visible market-cap rank from the table.
Column
name
Cryptocurrency name, such as Bitcoin or Ethereum.
Column
name_url
CoinMarketCap profile URL for the asset.
Column
logo_url
Logo image URL from the listing row.
Column
code
Ticker symbol such as BTC, ETH, or USDT.
Column
price_url
Source URL associated with the price row.
Column
price
Displayed current crypto price.
Column
percentage_of_1_hr
Displayed one-hour percentage movement.
Column
percentage_of_24_hrs
Displayed 24-hour percentage movement.
Column
market_cap
Displayed market capitalization.
Column
circulating_supply
Displayed circulating supply text.
Sample rows
2 of many
| rank | name | name_url | logo_url | code | price_url | price | percentage_of_1_hr | percentage_of_24_hrs | market_cap | circulating_supply |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Bitcoin | BTC | $104,250.18 | 0.14% | 1.92% | $2.07T | 19.86M BTC | |||
| 2 | Ethereum | ETH | $3,875.44 | -0.31% | 2.48% | $466.1B | 120.7M ETH |
Pair this page with the OpenSea NFT Scraper for marketplace research, the Google Trends Scraper for demand signals, the Idealo Price Comparison Scraper for price-monitoring workflows, and the full UScraper template library when a crypto list needs enrichment from other sources.
CoinMarketCap pages are public, but automated collection can still be limited by CoinMarketCap terms, robots directives, exchange-data licensing, copyright, rate limits, and local law. Keep runs modest, do not bypass access controls, and get legal review before redistributing or selling datasets.
Before you run
Guardrails for reliable crypto price exports
CoinMarketCap may throttle frequent automated browsing
Keep batches modest, avoid parallel runs, and pause if the site responds with verification, unusual delays, or empty table rows.
Table columns can move or change names
The template uses direct table positions for rank, name, price, changes, market cap, and supply. If CoinMarketCap changes the layout, run a one-page test and update the Structured Export columns before scaling again.
Market data can carry downstream restrictions
Review CoinMarketCap's terms, API documentation, and your organization's data policy before republishing prices, powering customer-facing products, or selling derived datasets.
Download the JSON template from this page, install the desktop app from uscraper.io/download, and use this workflow whenever you need to scrape CoinMarketCap into a reviewable local CSV.
Download and use this template instantly
UScraper templates are open source. Improve this workflow or contribute a new one to help the community grow.
Contribute on GitHubBrowse more templates in the library
All TemplatesHere are some of our most common questions. Can't find what you're looking for?
View All FAQsDownload UScraper and build your first web scraper in under 10 minutes. No subscriptions, no code, no limits.
Available on Windows 10+ and macOS 12+ · Need help? [email protected]