Coinpaprika Crypto Scraper β€” Prices, Market Cap & ATH avatar

Coinpaprika Crypto Scraper β€” Prices, Market Cap & ATH

Pricing

from $1.00 / 1,000 coins

Go to Apify Store
Coinpaprika Crypto Scraper β€” Prices, Market Cap & ATH

Coinpaprika Crypto Scraper β€” Prices, Market Cap & ATH

Scrape crypto market data from Coinpaprika: price, market cap, volume, 24h/7d/30d change, ATH and supply. No API key.

Pricing

from $1.00 / 1,000 coins

Rating

0.0

(0)

Developer

Hichem Ben Moussa

Hichem Ben Moussa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 hours ago

Last modified

Share

Coinpaprika Crypto Scraper β€” Prices, Market Cap, ATH & Supply

Get clean, structured cryptocurrency market data from Coinpaprika in one run: live price, market cap, 24h volume, 24h / 7d / 30d % change, all-time high (ATH) with date and % from ATH, plus circulating / total / max supply.

No API key. No sign-up. Just run it and get a table (or JSON / CSV / Excel) you can drop straight into a spreadsheet, dashboard, or bot.

What you can do with it

  • πŸ“Š Build a top-N coins by market cap watchlist (Bitcoin, Ethereum, Solana…)
  • πŸ”” Track specific coins on a schedule and feed alerts / Google Sheets / Airtable
  • πŸ“ˆ Snapshot the market for research, backtesting, or newsletters
  • πŸ€– Power a trading dashboard or Discord/Telegram bot without maintaining scraping code

Input

FieldTypeDescription
coinIdsarraySpecific Coinpaprika coin IDs, e.g. btc-bitcoin, eth-ethereum, sol-solana. Leave empty for the top coins by rank.
maxCoinsintegerHow many top coins to fetch when no specific coins are given (default 100).
proxyConfigurationobjectOptional. The API is public β€” no proxy required.

Example β€” top 20 coins

{ "maxCoins": 20 }

Example β€” specific coins

{ "coinIds": ["btc-bitcoin", "eth-ethereum", "sol-solana"] }

Output

Each item is one coin:

{
"id": "btc-bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"rank": 1,
"price": 61234.5,
"marketCap": 1208000000000,
"volume24h": 24500000000,
"change24hPct": 1.83,
"change7dPct": -2.11,
"change30dPct": 9.42,
"athPrice": 73750.0,
"athDate": "2024-03-14T00:00:00Z",
"fromAthPct": -16.9,
"circulatingSupply": 19700000,
"totalSupply": 19700000,
"maxSupply": 21000000,
"lastUpdated": "2026-07-26T10:00:00Z",
"url": "https://coinpaprika.com/coin/btc-bitcoin/"
}

Export to JSON, CSV, Excel, or HTML, or pull it live via the Apify API.

Notes

  • Data is sourced from Coinpaprika's public API.
  • Coin IDs use the symbol-name format (btc-bitcoin, not BTC). Leave coinIds empty to auto-fetch the top coins by rank.