CoinPaprika Scraper โ€” Crypto Prices & Market Data avatar

CoinPaprika Scraper โ€” Crypto Prices & Market Data

Pricing

from $0.0005 / coin scraped

Go to Apify Store
CoinPaprika Scraper โ€” Crypto Prices & Market Data

CoinPaprika Scraper โ€” Crypto Prices & Market Data

Fetch cryptocurrency market data from CoinPaprika in bulk: price, market cap, rank, 24h volume, 1h/24h/7d change, supply and all-time-high for thousands of coins. Look up specific coins, pull detailed coin profiles, or search by name/symbol. Fast, clean and cheap.

Pricing

from $0.0005 / coin scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

CoinPaprika Scraper โ€” Crypto Prices, Market Cap & Market Data

Get cryptocurrency market data from CoinPaprika as clean, structured JSON, CSV, Excel or XML: price, market cap, rank, 24h volume, 1h/24h/7d price change, circulating/total/max supply and all-time-high for thousands of coins. Pull the top coins by rank, look up a specific watchlist by coin id, open a detailed coin profile, or search for coins by name or symbol โ€” all in one run.

What does CoinPaprika Scraper do?

This CoinPaprika scraper turns crypto market data into a structured dataset. Ask for the top N coins, a specific list of coin ids, a detailed profile, or a search, and it returns one flat record per coin with price, market cap, volume, supply and all-time-high data points. Use it to power dashboards, portfolio trackers, alerts and research pipelines, and export the results in any format the Apify platform supports.

What data can you get from CoinPaprika?

Data pointDescription
Coin id, symbol & nameCoinPaprika id, ticker symbol and display name.
RankPosition by market capitalisation.
PriceLatest price in your chosen quote currency (USD or BTC).
Market capMarket capitalisation.
24h volumeTotal traded volume over 24 hours.
Price change1h, 24h and 7d percentage change.
SupplyCirculating, total and max supply.
All-time highATH price, ATH date and percent from ATH.
Coin profileDescription, tags, team, links, whitepaper, proof type and more (coin mode).
Last updatedTimestamp when the values were last refreshed.

Use cases

  • Live dashboards โ€” power a price/market-cap dashboard or portfolio tracker.
  • Snapshots on a schedule โ€” capture the top 100โ€“5,000 coins over time for analysis.
  • Watchlist monitoring โ€” track specific coins and their 1h/24h/7d movement.
  • Coin research โ€” pull detailed profiles with tags, team and links.
  • Dataset building โ€” feed structured crypto data into BI tools, models or apps.

How to use CoinPaprika Scraper

  1. Add CoinPaprika Scraper to your Apify account and open its input.
  2. Pick a mode: tickers (market data), coin (detailed profile) or search.
  3. For tickers, leave coinIds empty for the top coins by rank, or list ids like btc-bitcoin, eth-ethereum. For search, set a query.
  4. Set maxItems and, for tickers, a quote currency (USD or BTC).
  5. Click Run, then export the results as JSON, CSV, Excel or XML, or fetch them through the Apify API.

Input

{
"mode": "tickers",
"coinIds": ["btc-bitcoin", "eth-ethereum"],
"quote": "USD",
"maxItems": 100
}
FieldDescription
modetickers for market data, coin for a detailed profile, or search to find coins.
coinIdsCoinPaprika coin ids (e.g. btc-bitcoin). Empty in tickers mode = top coins by rank.
queryName or symbol to search for (search mode).
quoteQuote currency for tickers mode: USD or BTC.
maxItemsMaximum number of coins (rows) to return.

What you get

One flat JSON record per coin, ready to export to CSV, Excel, JSON or XML.

{
"id": "btc-bitcoin",
"name": "Bitcoin",
"symbol": "BTC",
"rank": 1,
"priceUsd": 77121.98,
"marketCapUsd": 1548516029198,
"volume24hUsd": 24548667879.96,
"percentChange1h": -0.32,
"percentChange24h": -0.36,
"percentChange7d": -1.58,
"circulatingSupply": null,
"totalSupply": 20078797,
"maxSupply": 21000000,
"athPrice": 126173.17,
"athDate": "2025-10-06T19:00:40Z",
"percentFromAth": -38.87,
"lastUpdated": "2026-09-02T19:40:16Z",
"quote": "USD"
}

Output schema (tickers mode)

FieldTypeDescription
idstringCoinPaprika id for the coin.
namestringDisplay name of the coin.
symbolstringTicker symbol.
rankintegerRank by market capitalisation.
priceUsdnumberLatest price in the chosen quote currency.
marketCapUsdnumberMarket capitalisation.
volume24hUsdnumberTotal traded volume over 24 hours.
percentChange1hnumberPercentage price change over 1 hour.
percentChange24hnumberPercentage price change over 24 hours.
percentChange7dnumberPercentage price change over 7 days.
circulatingSupplynumberCirculating supply (null when not reported).
totalSupplynumberTotal supply.
maxSupplynumberMaximum supply (null when uncapped).
athPricenumberAll-time-high price.
athDatestring (ISO date)Date of the all-time high.
percentFromAthnumberPercentage change from the all-time high.
lastUpdatedstring (ISO date)Timestamp when the values were last refreshed.
quotestringThe quote currency used.

In coin mode each record is a detailed profile with description, tags, team, website, sourceCode, whitepaper, proofType, hashAlgorithm and more. In search mode each record is a match with id, name, symbol, rank and type.

FAQ

How do I get a specific coin? Set mode to tickers or coin and add its CoinPaprika id (like btc-bitcoin) to coinIds. Not sure of the id? Run search first with the coin's name or symbol.

Which quote currencies are supported? USD and BTC, via the quote input in tickers mode.

How many coins can I get per run? As many as you set with maxItems. In tickers mode without a coin list, the actor pulls the top coins by rank up to your limit.

How fresh is the data? Prices, market cap and volume are pulled at run time, and each record carries a lastUpdated timestamp.

What export formats are available? JSON, CSV, Excel and XML, plus programmatic access through the Apify API.

Can I use this with n8n? Yes. Run the actor from n8n with the Apify node (or an HTTP Request node against the Apify API) to trigger a run and read the dataset. A common workflow is a scheduled n8n trigger that runs CoinPaprika Scraper, then routes the coins into a database, spreadsheet or alert.

Can I connect this to my other tools? The CoinPaprika Scraper works with almost any cloud service or web app thanks to integrations on the Apify platform: Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Is this official CoinPaprika data? The data reflects public CoinPaprika market data, but this actor is an independent tool and is not affiliated with or endorsed by CoinPaprika.

  • CoinGecko Scraper โ€” top coins, watchlists and trending with price, market cap and ATH/ATL.
  • DefiLlama Scraper โ€” DeFi protocols, yields, chains and stablecoins with TVL and APY.
  • Yahoo Finance Scraper โ€” live quotes and OHLCV history for stocks, ETFs, crypto and forex.

Notes

Original clean-room implementation. Returns only public market data; you are responsible for compliant use. Not affiliated with CoinPaprika; all trademarks belong to their respective owners.