CoinMarketCap Scraper - Prices, Market Cap & Volume avatar

CoinMarketCap Scraper - Prices, Market Cap & Volume

Pricing

from $1.80 / 1,000 coin scrapeds

Go to Apify Store
CoinMarketCap Scraper - Prices, Market Cap & Volume

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.80 / 1,000 coin scrapeds

Rating

0.0

(0)

Developer

Goutam Soni

Goutam Soni

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

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

FieldTypeDescription
sortstringmarket_cap, volume, price, change_1h, change_24h, change_7d, supply, newest, name.
ascendingbooleanSort smallest first.
currencystringCurrency to price in. Ten supported.
maxResultsintegerTotal cap. Default 500, up to 20000.
minMarketCapintegerOnly coins at or above this market cap.
minVolume24hintegerOnly coins with at least this much 24 hour volume.
tagsarrayOnly coins carrying one of these tags.
listsarraytrending, gainers, losers.
proxyConfigurationobjectOptional. 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.
  • platform is filled for tokens issued on another chain and is null for coins with their own chain.
  • supplyRatio is null when 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.