LiveCoinWatch Crypto Price Scraper avatar

LiveCoinWatch Crypto Price Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
LiveCoinWatch Crypto Price Scraper

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.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Categories

Share

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

ParameterTypeDescription
searchQueriesarrayCoin names or symbols (e.g. "Bitcoin", "ETH", "Solana"). Leave empty for top coins
maxResultsintegerMax number of coins. Default: 100, max: 5000
proxyConfigurationobjectProxy settings

Output Fields

FieldTypeDescription
namestringCoin name (e.g. "Bitcoin")
symbolstringTicker symbol (e.g. "BTC")
ranknumberMarket cap rank
pricenumberCurrent price in USD
marketCapnumberTotal market capitalization in USD
volume24hnumber24-hour trading volume in USD
percentChange1hnumberPrice change in last 1 hour (%)
percentChange24hnumberPrice change in last 24 hours (%)
percentChange7dnumberPrice change in last 7 days (%)
percentChange30dnumberPrice change in last 30 days (%)
totalSupplynumberTotal coin supply
maxSupplynumberMaximum coin supply (null if unlimited)
athPricenumberAll-time high price in USD
athDatestringDate of all-time high
percentFromAthnumberCurrent % below all-time high
lastUpdatedstringLast data update timestamp
sourceUrlstringLiveCoinWatch page URL
scrapedAtstringISO 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
}