CoinMarketCap Scraper - Prices, Market Cap & Volume
Pricing
from $1.30 / 1,000 coin scrapeds
CoinMarketCap Scraper - Prices, Market Cap & Volume
Collect the ranked coin listing with one clean row each: price, movement over seven windows, market cap, 24 hour volume, market dominance, supply and tags. Price in any of ten currencies.
Pricing
from $1.30 / 1,000 coin scrapeds
Rating
0.0
(0)
Developer
Goutam Soni
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
11 days ago
Last modified
Categories
Share
CoinMarketCap Scraper
Collect the ranked coin listing with one clean row each: price, movement, market cap, volume, dominance and supply. No login and no API key.
What it does
- Movement over seven windows - 1 hour, 24 hours, 7 days, 30 days, 90 days, 1 year and year to date, each its own column.
- Full size picture - market cap, fully diluted market cap, 24 hour volume, how much volume changed, and market dominance.
- Supply - circulating and total, plus the ratio between them worked out for you, which is the number that shows how much is still to be released.
- Ten pricing currencies including the Singapore dollar, Indian rupee, and pricing in Bitcoin or Ether.
- Filters for minimum market cap, minimum volume and tag, so you can pull just one sector.
- Trending, gainers and losers lists on request.
- Turnover and market pair count on every row, both useful for judging liquidity.
Prices move constantly, so schedule the run to build your own time series.
Common uses: building a price history, sector and tag research, screening for liquidity, portfolio tracking, and adding market data to a dashboard.
Input
| Field | Type | Description |
|---|---|---|
sort | string | market_cap, volume, price, change_1h, change_24h, change_7d, supply, newest, name. |
ascending | boolean | Sort smallest first. |
currency | string | Currency to price in. Ten supported. |
maxResults | integer | Total cap. Default 500, up to 20000. |
minMarketCap | integer | Only coins at or above this market cap. |
minVolume24h | integer | Only coins with at least this much 24 hour volume. |
tags | array | Only coins carrying one of these tags. |
lists | array | trending, gainers, losers. |
proxyConfiguration | object | Optional. Enable to spread requests across IPs. |
Example input
{"sort": "market_cap","currency": "USD","maxResults": 1000,"minMarketCap": 100000000,"minVolume24h": 5000000,"lists": ["trending"]}
Output
Each item is one coin.
{"id": 1000001,"name": "Example Coin","symbol": "EXMPL","slug": "example-coin","price": 64796.7767103,"currency": "USD","change1h": 0.1448,"change24h": 1.3955,"change7d": 1.4391,"change30d": 3.1738,"change90d": -12.308,"change1y": -45.0467,"changeYtd": -26.9747,"marketCap": 1299705086691.06,"fullyDilutedMarketCap": 1360732310916.23,"volume24h": 14206414908.93,"volumeChange24h": -48.0372,"marketDominance": 52.4193,"turnover": 0.010930,"circulatingSupply": 19811356.0,"totalSupply": 19811356.0,"supplyRatio": 1.0,"marketPairs": 12374,"tags": ["example-tag", "store-of-value"],"platform": null,"isActive": true,"isAudited": false,"dateAdded": "2010-07-13T00:00:00Z","lastUpdated": "2026-07-19T04:55:02Z","url": "https://coinmarketcap.com/currencies/example-coin/"}
Notes
- No login and no API key. Pick a sort and run.
platformis filled for tokens issued on another chain and isnullfor coins with their own chain.supplyRatioisnullwhen a coin has no fixed total supply, rather than a made up figure.- Coins are deduplicated, so one reached through both the listing and a trending list is delivered once and charged once.
- Every figure is priced in the currency you asked for, and that currency is stated on each row.
Privacy
To improve our actors we collect anonymized usage telemetry (run stats and input patterns). No personal account data is collected.