VOOZH about

URL: https://apify.com/buzzing_gear/crypto-market-intelligence

โ‡ฑ Crypto Market Intel Scraper ยท Apify


๐Ÿ‘ Crypto Market Intelligence Scraper avatar

Crypto Market Intelligence Scraper

Pricing

from $0.50 / 1,000 results

Go to Apify Store

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

2 months 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

You might also like

CoinGecko Scraper

crawlerbros/coingecko-scraper

Scrape CoinGecko - the world's largest crypto data aggregator. Get real-time prices, market caps, trending coins, detailed coin info, and category listings for 10,000+ cryptocurrencies. No API key required.

CoinGecko Crypto Scraper

plantane/coingecko-scraper

Scrapes cryptocurrency data from CoinGecko's free API. Supports markets (top coins by market cap), trending coins, and search modes.

Crypto Price API - Live Bitcoin & Altcoin Prices

akash9078/crypto-price-api

Get live cryptocurrency prices, market cap, technical analysis (RSI, MACD, Bollinger Bands), historical OHLC data, and Fear & Greed Index for Bitcoin, Ethereum, and 1000+ coins.

๐Ÿ‘ User avatar

Akash Kumar Naik

8

CoinGecko Crypto Prices & Market Data Scraper

makework36/coingecko-scraper

Scrapes cryptocurrency market data from CoinGecko public API. Supports market listings, trending coins, global stats, and individual coin details. Pure HTTP, no browser needed.

๐Ÿ‘ User avatar

deusex machine

5

CoinGEecko Scraper

iamnsilva/coingecko-scraper

Scrapes CoinGecko market data (coins, prices, market caps), trending coins, and global crypto market stats. No API key required for basic use.

CoinGecko Crypto Scraper

rupom888/coingecko-scraper

Scrape live cryptocurrency data from CoinGecko: prices, market caps, volume, historical data, trending coins, and coin details. Uses the free public CoinGecko API โ€” no API key required. Get top coins by market cap, search by coin ID, or fetch trending coins.

CoinGecko Scraper - Crypto Price & Market Data API

pink_comic/coingecko-crypto-data

Scrape CoinGecko crypto prices, market caps, volume, ATH, trending coins, and global market data for Bitcoin, Ethereum, Solana, DeFi research, portfolio trackers, fintech apps, and trading dashboards. Export structured cryptocurrency data with no CoinGecko API key required.