Crypto Market Intelligence Scraper avatar

Crypto Market Intelligence Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store
Crypto Market Intelligence Scraper

Crypto Market Intelligence Scraper

Multi-source crypto market data aggregator. Fetches real-time prices, technical indicators (RSI/EMA/MACD/Bollinger), trending coins, and DEX data from Binance, CoinGecko, and DexScreener.

Pricing

from $0.50 / 1,000 results

Rating

0.0

(0)

Developer

god Cc

god Cc

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Multi-source crypto market data aggregator for traders, analysts, and trading bots. Fetches real-time prices, technical indicators, trending coins, and DEX liquidity — all in one API call.

What You Get

Data SourceWhat's Included
BinanceReal-time price, 24h change, volume, K-line candles
Technical IndicatorsRSI (14), EMA (5/12/26), MACD, Bollinger Bands — computed from candles
CoinGeckoTop 30 trending/search coins
DexScreenerTop DEX pairs by volume across all chains

Input

{
"symbols": ["BTCUSDT", "ETHUSDT", "SOLUSDT"],
"timeframes": ["15m", "1h", "4h"],
"includeDexData": true,
"includeIndicators": true,
"includeTopGainers": true,
"maxDexPairs": 50
}

Output Example

{
"timestamp": 1714741200,
"symbols": [
{
"symbol": "BTCUSDT",
"ticker": {
"price": 78249.42,
"price_change_pct": 0.10,
"high_24h": 78500.00,
"low_24h": 77800.00,
"volume_usdt": 415316133
},
"indicators": {
"1h": {
"rsi_14": 41.57,
"ema_5": 78263.45,
"ema_12": 78180.20,
"ema_26": 77950.80,
"macd": 229.40,
"bollinger": {
"upper": 78781.74,
"middle": 78397.48,
"lower": 78013.23,
"width_pct": 0.98
},
"current_price": 78249.42,
"candles_used": 100
}
}
}
],
"top_gainers": [
{ "name": "Akash Network", "symbol": "AKT", "market_cap_rank": 85 }
],
"dex_top_pairs": [
{
"chain": "ethereum",
"dex": "uniswap",
"pair": "WETH/USDC",
"price_usd": 2304.11,
"volume_24h": 17548592,
"liquidity_usd": 11410559,
"price_change_24h": 0.20
}
]
}

Use Cases

  • Trading bots — feed structured market data directly into your strategy
  • Dashboards — build real-time crypto monitoring panels
  • AI/ML pipelines — training data with technical indicators included
  • Market research — track trending coins and DEX activity

Why This Actor?

  • No API keys needed — all data sources are public
  • Indicators included — don't compute RSI/EMA yourself, we do it
  • Multi-source — CEX + DEX + trending in one call
  • Reliable — built on Apify's infrastructure with automatic retries

Pricing

  • Actor Start: $0.05 per run
  • Results: $0.50 per 1,000 results
  • Platform usage: included (free on Creator plan)

Support

Found a bug or need a feature? Open an issue in the Actor's Issues tab.

Built with Python · Binance API · CoinGecko API · DexScreener API