LiveCoinWatch Crypto Price Scraper
Pricing
from $10.00 / 1,000 results
Go to Apify Store
LiveCoinWatch Crypto Price Scraper
Scrape cryptocurrency prices from LiveCoinWatch. Get coin names, symbols, ranks, live prices, market caps, volume, and price changes. Browse top coins or search by name/symbol.
Scrape real-time cryptocurrency prices, market caps, and price changes. Combines data from LiveCoinWatch and CoinPaprika for comprehensive coverage of 2,500+ cryptocurrencies.
What it does
- Browse mode: Get top coins ranked by market cap
- Search mode: Search for specific coins by name or symbol
- Returns real-time prices, 24h/7d/30d price changes, market caps, volumes, and all-time highs
Input Parameters
| Parameter | Type | Description |
|---|---|---|
searchQueries | array | Coin names or symbols (e.g. "Bitcoin", "ETH", "Solana"). Leave empty for top coins |
maxResults | integer | Max number of coins. Default: 100, max: 5000 |
proxyConfiguration | object | Proxy settings |
Output Fields
| Field | Type | Description |
|---|---|---|
name | string | Coin name (e.g. "Bitcoin") |
symbol | string | Ticker symbol (e.g. "BTC") |
rank | number | Market cap rank |
price | number | Current price in USD |
marketCap | number | Total market capitalization in USD |
volume24h | number | 24-hour trading volume in USD |
percentChange1h | number | Price change in last 1 hour (%) |
percentChange24h | number | Price change in last 24 hours (%) |
percentChange7d | number | Price change in last 7 days (%) |
percentChange30d | number | Price change in last 30 days (%) |
totalSupply | number | Total coin supply |
maxSupply | number | Maximum coin supply (null if unlimited) |
athPrice | number | All-time high price in USD |
athDate | string | Date of all-time high |
percentFromAth | number | Current % below all-time high |
lastUpdated | string | Last data update timestamp |
sourceUrl | string | LiveCoinWatch page URL |
scrapedAt | string | ISO 8601 timestamp |
Example Output
{"name": "Bitcoin","symbol": "BTC","rank": 1,"price": 79343.54,"marketCap": 1588559373941,"volume24h": 20095665122,"percentChange1h": 0.1,"percentChange24h": 2.32,"percentChange7d": 6.49,"percentChange30d": -5.2,"totalSupply": 20021284,"maxSupply": 21000000,"athPrice": 126173.18,"athDate": "2025-10-06T19:00:40Z","percentFromAth": -37.16,"lastUpdated": "2026-04-27T01:50:14Z","sourceUrl": "https://www.livecoinwatch.com/price/Bitcoin-BTC","scrapedAt": "2026-04-26T10:00:00.000Z"}
Example Inputs
Get top 200 coins by market cap
{"maxResults": 200}
Search for specific coins
{"searchQueries": ["Bitcoin", "Ethereum", "Solana", "Cardano"],"maxResults": 10}