CoinMarketCap - crypto pages scraper
Overview
The CoinMarketCap crypto pages scraper is a prebuilt sitemap designed to extract structured cryptocurrency data from coinmarketcap.com crypto pages. It starts from cryptocurrency page URLs, allowing direct extraction of detailed business information without navigating category or search result pages.
This scraper extracts cryptocurrency data, including cryptocurrency name, symbol, rank, price, market capitalisation, circulating supply, trading volume, price change percentages, and listing URL. The extracted data can be exported in structured formats such as CSV, Excel, or JSON, allowing it to be analysed, stored, or integrated into existing systems and workflows.
CoinMarketCap listing scraping is commonly used for market analysis, cryptocurrency research, portfolio tracking, and financial data collection. This allows businesses and analysts to monitor cryptocurrency rankings, track price movements, analyse market trends, and maintain structured cryptocurrency datasets over time.
This sitemap is preconfigured and ready to use with Web Scraper Cloud. You only need to provide CoinMarketCap cryptocurrency page URLs, and the scraper will automatically extract the defined cryptocurrency attributes.
Scrape coinmarketcap.com cryptocurrency listing data. As start URLs provide:
- cryptocurrency page links
Input
Coinmarketcap.com product search result pages, for example:
Output (17 data points)
Sample data
| web_scraper_start_url | coin_name | symbol | rank | currency | price | market_cap | circulating_supply | tags | low_24h | high_24h | all_time_high | all_time_low | fully_diluted_market_cap | max_supply | listed_since | top_exchange_listed | logo_url |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| https://coinmarketcap.com/currencies/aethir/ | Aethir price | ATH | 165 | usd | 0.006751 | 124M | 18.36B | AI & Big Data DePIN Solana Ecosystem | 0.006751 | 0.007111 | 0.1059 | 0.004875 | $283.55M | 42B | Jul '24 | Coinbase Exchange Upbit PancakeSwap (Solana) Uniswap v3 (Ethereum) Binance Alpha OKX Bybit Bitget Gate KuCoin | https://s2.coinmarketcap.com/static/img/coins/64x64/30083.png |
| https://coinmarketcap.com/currencies/vision-token/ | Vision price | VSN | 134 | usd | 0.05202 | 185.51M | 3.56B | Binance Alpha Binance Alpha Airdrops Ethereum Ecosystem | 0.05143 | 0.05231 | 0.2249 | 0.047 | $218.48M | 4.2B | Aug '25 | Uniswap v4 (Ethereum) PancakeSwap v3 (Arbitrum) Binance Alpha Bitget Gate KuCoin MEXC HTX BingX Kraken | https://s2.coinmarketcap.com/static/img/coins/64x64/37322.png |
| https://coinmarketcap.com/currencies/yzy/ | YZY MONEY price | YZY | 181 | usd | 0.3294 | 98.82M | 299.99M | Memes Solana Ecosystem Binance Alpha | 0.3292 | 0.3323 | 3.16 | 0.1932 | $329.4M | 1B | Sep '25 | Meteora DLMM Binance Alpha Gate KuCoin BitMart XT.COM OrangeX Toobit Blynex Ourbit | https://s2.coinmarketcap.com/static/img/coins/64x64/38151.png |
| https://coinmarketcap.com/currencies/myx-finance/ | MYX Finance price | MYX | 285 | usd | 0.2413 | 68.02M | 281.84M | Binance Alpha Binance Wallet IDO Binance Alpha Airdrops | 0.2265 | 0.2468 | 19.01 | 0.04672 | $241.37M | 1B | Jun '25 | Binance Alpha Bitget Gate MEXC PancakeSwap v3 (BSC) BingX Kraken BitMart LBank XT.COM | https://s2.coinmarketcap.com/static/img/coins/64x64/36410.png |
| https://coinmarketcap.com/currencies/rekt-eth/ | Rekt (rekt.com) price | REKT | 421 | usd | 0.061434 | 40.34M | 281.31T | Memes Solana Ecosystem Binance Alpha | 0.051413 | 0.073109 | $60.18M | 420.69T | Jan '25 | Uniswap v3 (Ethereum) PancakeSwap v3 (BSC) Aerodrome Slipstream 2 Binance Alpha Gate KuCoin MEXC Kraken XT.COM Kraken | https://s2.coinmarketcap.com/static/img/coins/64x64/34434.png |
{
"web_scraper_start_url": "https://coinmarketcap.com/currencies/aethir/",
"coin_name": "Aethir price",
"symbol": "ATH",
"rank": "165",
"currency": "usd",
"price": 0.006751,
"market_cap": "124M",
"circulating_supply": "18.36B",
"tags": [
"AI & Big Data",
"DePIN",
"Solana Ecosystem"
],
"low_24h": 0.006751,
"high_24h": 0.007111,
"all_time_high": 0.1059,
"all_time_low": 0.004875,
"fully_diluted_market_cap": "$283.55M",
"max_supply": "42B",
"listed_since": "Jul '24",
"top_exchange_listed": [
"Coinbase Exchange",
"Upbit",
"PancakeSwap (Solana)",
"Uniswap v3 (Ethereum)",
"Binance Alpha",
"OKX",
"Bybit",
"Bitget",
"Gate",
"KuCoin"
],
"logo_url": "https://s2.coinmarketcap.com/static/img/coins/64x64/30083.png"
}
{
"web_scraper_start_url": "https://coinmarketcap.com/currencies/vision-token/",
"coin_name": "Vision price",
"symbol": "VSN",
"rank": "134",
"currency": "usd",
"price": 0.05202,
"market_cap": "185.51M",
"circulating_supply": "3.56B",
"tags": [
"Binance Alpha",
"Binance Alpha Airdrops",
"Ethereum Ecosystem"
],
"low_24h": 0.05143,
"high_24h": 0.05231,
"all_time_high": 0.2249,
"all_time_low": 0.047,
"fully_diluted_market_cap": "$218.48M",
"max_supply": "4.2B",
"listed_since": "Aug '25",
"top_exchange_listed": [
"Uniswap v4 (Ethereum)",
"PancakeSwap v3 (Arbitrum)",
"Binance Alpha",
"Bitget",
"Gate",
"KuCoin",
"MEXC",
"HTX",
"BingX",
"Kraken"
],
"logo_url": "https://s2.coinmarketcap.com/static/img/coins/64x64/37322.png"
}
{
"web_scraper_start_url": "https://coinmarketcap.com/currencies/yzy/",
"coin_name": "YZY MONEY price",
"symbol": "YZY",
"rank": "181",
"currency": "usd",
"price": 0.3294,
"market_cap": "98.82M",
"circulating_supply": "299.99M",
"tags": [
"Memes",
"Solana Ecosystem",
"Binance Alpha"
],
"low_24h": 0.3292,
"high_24h": 0.3323,
"all_time_high": 3.16,
"all_time_low": 0.1932,
"fully_diluted_market_cap": "$329.4M",
"max_supply": "1B",
"listed_since": "Sep '25",
"top_exchange_listed": [
"Meteora DLMM",
"Binance Alpha",
"Gate",
"KuCoin",
"BitMart",
"XT.COM",
"OrangeX",
"Toobit",
"Blynex",
"Ourbit"
],
"logo_url": "https://s2.coinmarketcap.com/static/img/coins/64x64/38151.png"
}
{
"web_scraper_start_url": "https://coinmarketcap.com/currencies/myx-finance/",
"coin_name": "MYX Finance price",
"symbol": "MYX",
"rank": "285",
"currency": "usd",
"price": 0.2413,
"market_cap": "68.02M",
"circulating_supply": "281.84M",
"tags": [
"Binance Alpha",
"Binance Wallet IDO",
"Binance Alpha Airdrops"
],
"low_24h": 0.2265,
"high_24h": 0.2468,
"all_time_high": 19.01,
"all_time_low": 0.04672,
"fully_diluted_market_cap": "$241.37M",
"max_supply": "1B",
"listed_since": "Jun '25",
"top_exchange_listed": [
"Binance Alpha",
"Bitget",
"Gate",
"MEXC",
"PancakeSwap v3 (BSC)",
"BingX",
"Kraken",
"BitMart",
"LBank",
"XT.COM"
],
"logo_url": "https://s2.coinmarketcap.com/static/img/coins/64x64/36410.png"
}
{
"web_scraper_start_url": "https://coinmarketcap.com/currencies/rekt-eth/",
"coin_name": "Rekt (rekt.com) price",
"symbol": "REKT",
"rank": "421",
"currency": "usd",
"price": 0.061434,
"market_cap": "40.34M",
"circulating_supply": "281.31T",
"tags": [
"Memes",
"Solana Ecosystem",
"Binance Alpha"
],
"low_24h": "",
"high_24h": "",
"all_time_high": 0.051413,
"all_time_low": 0.073109,
"fully_diluted_market_cap": "$60.18M",
"max_supply": "420.69T",
"listed_since": "Jan '25",
"top_exchange_listed": [
"Uniswap v3 (Ethereum)",
"PancakeSwap v3 (BSC)",
"Aerodrome Slipstream 2",
"Binance Alpha",
"Gate",
"KuCoin",
"MEXC",
"Kraken",
"XT.COM",
"Kraken"
],
"logo_url": "https://s2.coinmarketcap.com/static/img/coins/64x64/34434.png"
}
Data Export
Download Coinmarketcap.com data from Web Scraper Cloud in multiple formats:
Integrate with third-party services and automate data export using:
Automate scraping
Setup scraping schedules to run the Coinmarketcap.com scraper automatically at regular intervals and keep your data up-to-date.
Run scrapers via API.
Scraping Coinmarketcap.com
To successfully scrape data from Coinmarketcap.com, JavaScript rendering is required.
Is web scraping legal?
Web scraping is generally legal when collecting public data. Although lawful, site owners often dislike automated collection and may deploy bot management tools to block access. Using this data to add value is acceptable, whereas copying a site to clone it violates copyrights. However, scraping data behind a login can be 100% illegal if the site's Terms and Conditions prohibit web scraping or automated access.
Pricing
| Recommended |
EnterpriseCustom |
||
|---|---|---|---|
| Automate in cloud | Automate in cloud | Automate in cloud | Automate in cloud |
| Estimated cost for CoinMarketCap - crypto pages scraper | |||
| $10/1K URLs | $5/1K URLs |
Datacenter
From $0.05/1K URLs
|
Datacenter
From $0.05/1K URLs
|
When subscribing to a payment plan, you get access to credits that are to be spent running a sitemap to retrieve
data from a specific site (URL). All of the prebuilt sitemaps can be used freely in any of the payment plans,
however the credits spent for a site can vary based on the sitemap you are using.
See all plan features