VOOZH about

URL: https://apify.com/muhammetakkurtt/dexscan-scraper

⇱ DexScan Trending Tokens Scraper Β· Apify


Pricing

Pay per event

Go to Apify Store

DexScan Trending Tokens Scraper

Extract real-time data for trending tokens on CoinMarketCap's DexScan. This actor scrapes prices, volume, & liquidity across 90+ blockchains. Leverage powerful filters for market cap, age, and volume to find investment opportunities. A must-have for traders and analysts.

Pricing

Pay per event

Rating

5.0

(1)

Developer

πŸ‘ Muhammet Akkurt

Muhammet Akkurt

Maintained by Community

Actor stats

3

Bookmarked

23

Total users

0

Monthly active users

2 months ago

Last modified

Share

πŸ‘ CoinMarketCap DexScan Scraper

DexScan Trending Tokens Scraper

Unlock real-time insights from the decentralized market with the DexScan Trending Tokens Scraper. This powerful Apify actor is a specialized DEX scraper designed to extract, analyze, and monitor detailed data about trending cryptocurrency tokens directly from CoinMarketCap's DexScan platform. This automated crypto data extractor collects real-time market data, trading volumes, and liquidity information across more than 90 blockchains, providing actionable insights for crypto market analysts, investors, traders, and blockchain developers.

Why Should You Use This Scraper?

In the fast-paced crypto market, timely data is crucial. This scraper gives you a competitive edge by:

  • Saving Time: Automate hours of manual data collection and focus on analysis.
  • Providing Comprehensive Data: Get a complete dataset including prices, trading volumes, liquidity, and market capitalization.
  • Delivering Actionable Insights: Go beyond raw data. Use advanced filters to uncover investment opportunities and inform your trading strategies.
  • Offering Multi-Blockchain Support: Collect data from Ethereum, Solana, BNB Smart Chain, and over 90 other blockchain platforms.
  • Enabling Customizable Data Collection: Scrape any number of tokens, from a few to a full market scan.

Features

  • Comprehensive Data Extraction: Gathers key metrics for trending tokens, including prices, 24h volume, liquidity, and market capitalization directly from CoinMarketCap.
  • Broad Blockchain Coverage: Access data from over 90 blockchain networks like Solana, Ethereum, BNB Smart Chain, Base, and Avalanche.
  • Granular Filtering: Zero in on promising tokens with a powerful set of filters for age, market cap, liquidity, transaction volume, buys, sells, and price changes.
  • Scalable Scraping: Collect data for any number of tokens, from a targeted list to a full market scan.
  • Flexible Export Options: Easily integrate your data by exporting it in various formats, including JSON, CSV, and Excel.

Use Cases

  • Market Research: Discover new and trending tokens before they go mainstream.
  • Investment Analysis: Analyze liquidity, market cap, and trading volumes to identify potential investment opportunities.
  • Trading Strategies: Collect real-time crypto data to power your algorithm-based trading models.
  • Data Science Projects: Create comprehensive datasets of DEX markets for in-depth analysis and modeling.

Usage (Input)

  1. Run this actor in the Apify console.
  2. Provide the desired inputs. All filters are optional.
  • chain: The blockchain platform to scrape data from (e.g., solana, ethereum, bsc).
  • limit: Maximum number of tokens to scrape. Enter 0 to scrape all available tokens.
  • interval: The time interval for which to view trending data (e.g., 1h, 24h, 7d).
  • auditPassed: (boolean) Filter for tokens that have passed an audit.
  • social: (boolean) Filter for tokens that have social information.
  • minAge / maxAge: (integer) Filter by token age in minutes.
  • minMarketCap / maxMarketCap: (integer) Filter by market capitalization in USD.
  • minLiquidity / maxLiquidity: (integer) Filter by liquidity in USD.
  • period: The time period for advanced filters below (5m, 1h, 4h, 24h).
  • minVolume / maxVolume: (integer) Filter by trading volume in USD for the selected period.
  • minTxns / maxTxns: (integer) Filter by the number of transactions for the selected period.
  • minBuys / maxBuys: (integer) Filter by the number of buys for the selected period.
  • minSells / maxSells: (integer) Filter by the number of sells for the selected period.
  • minPriceChange / maxPriceChange: (integer) Filter by price change percentage for the selected period.

Example Input

{
"chain":"solana",
"limit":100,
"interval":"24h",
"minMarketCap":10000,
"minVolume":50000,
"period":"24h"
}

Output

The collected data is saved to the Apify dataset. Each item in the dataset is a JSON object representing a token with the following fields:

  • n: Token Name
  • sym: Token Symbol
  • addr: Token Contract Address
  • plt: Blockchain Platform Name
  • pid: Platform ID (CoinMarketCap's internal ID)
  • pdex: Platform DEX Name
  • pcid: Platform Crypto ID (CoinMarketCap's internal ID)
  • web: Website URL
  • tw: Twitter URL
  • lg: Logo Image URL
  • pubAt: The date the token was published (timestamp)
  • mcap: Market Capitalization in USD
  • liqUsd: Liquidity in USD
  • hld: Number of holders
  • p: Price in USD
  • np: New Price (often 0, check p)
  • pt: Price timestamp
  • v24h: Trading volume in the last 24 hours (USD)
  • t24h: Transactions in the last 24 hours
  • ch24h: Price change percentage in the last 24 hours
  • tsrc: The source DEX for the data (e.g., "Raydium (CPMM)")
  • sts: An array of statistics for different timeframes (1m, 5m, 1h, 4h, 24h)
  • rl: Risk level (e.g., "safe")
  • ts: Total supply

Example Output

{
"n":"OFFICIAL TRUMP",
"sym":"TRUMP",
"addr":"6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN",
"plt":"Solana",
"pid":16,
"pdex":"Solana",
"pcid":5426,
"web":"https://gettrumpmemes.com/,https://x.com/realDonaldTrump/status/1880446012168249386",
"tw":"https://twitter.com/GetTrumpMemes",
"lg":"https://s2.coinmarketcap.com/static/img/coins/64x64/35336.png",
"pubAt":"1737122459000",
"mcap":"9906884087.46380724466772328",
"liqUsd":"351498196.500054186219092283",
"hld":0,
"p":"9.906890664304175571",
"np":"0",
"pt":"1753358711000",
"v24h":"147408723.643895910528112684",
"t24h":"30626",
"ch24h":"-0.075",
"tsrc":"Raydium (CPMM)",
"sts":[
{
"tp":"5m",
"vu":"2278406.971891864722438282",
"txs":"405",
"nb":"82",
"ns":"323",
"bvu":"298682.510591718281241735",
"svu":"1979724.461300146441196547",
"but":"22",
"sut":"34",
"pc":-1.0E-4,
"ut":"46"
},
{
"tp":"1h",
"vu":"7674308.797427875341503782",
"txs":"1589",
"nb":"922",
"ns":"667",
"bvu":"4364939.029852381421559293",
"svu":"3309369.767575493919944489",
"but":"82",
"sut":"123",
"pc":0.0049,
"ut":"164"
},
{
"tp":"4h",
"vu":"30133253.75640912869940917",
"txs":"5443",
"nb":"3225",
"ns":"2218",
"bvu":"16784749.035372586044153438",
"svu":"13348504.721036542655255732",
"but":"208",
"sut":"343",
"pc":0.0096,
"ut":"445"
},
{
"tp":"24h",
"vu":"147408723.643895910528112684",
"txs":"30626",
"nb":"14352",
"ns":"16274",
"bvu":"70276879.682850993189611415",
"svu":"77131843.96104491733850127",
"but":"909",
"sut":"1406",
"pc":-0.075,
"ut":"1941"
},
{
"tp":"1m",
"vu":"797710.021847728666595078",
"txs":"184",
"nb":"1",
"ns":"183",
"bvu":"14.997232579189521763",
"svu":"797695.024615149477073315",
"but":"1",
"sut":"19",
"pc":5.0E-4,
"ut":"19"
}
],
"rl":"safe",
"ts":"999999336.134758"
}

This example output shows the structured data of a single cryptocurrency. The actual output will be a list of similar objects for all processed cryptocurrencies.

Notes

  • The collected data is stored in Apify's default data store.

You might also like

CoinMarketCap DexScan Scraper

scraped/coinmarketcap-dexscan-scraper

CoinMarketCap DexScan Scraper: An Apify actor that fetches trending decentralized exchange tokens data from CoinMarketCap based on user-selected time intervals.

DexScan Meme Explorer Scraper

muhammetakkurtt/dexscan-meme-explorer-scraper

DexScan Meme Coin Explorer: Powerful CoinMarketCap scraper for real-time meme coin analysis. Track new and trending tokens with filters for liquidity, volume, dev ownership, and more. Essential tool for crypto investors and traders seeking profitable meme coin opportunities.

πŸ‘ User avatar

Muhammet Akkurt

43

5.0

DexScan New Pairs Scraper

muhammetakkurtt/dexscan-new-pairs-scraper

DexScan New Pairs Scraper monitors newly created cryptocurrency token pairs across Solana, Ethereum, BNB Smart Chain, Base, Blast. This Apify actor lets you filter pairs by age, liquidity, volume, and security metricsβ€”enabling crypto investors to discover early-stage tokens with detailed market data

πŸ‘ User avatar

Muhammet Akkurt

85

5.0

GMGN Trending Data

fusioninsight/gmgn-trending-data

GMGN Trending Data delivers real-time insights for trending tokens on Solana, Ethereum, Base, BSC, and Tron. Access key metrics like liquidity, market cap, and volume, and use powerful risk filters to inform your market analysis, research, and trading strategies.

πŸ‘ User avatar

Fusion Insight

28

CoinMarketCap Crypto Scraper

rupom888/coinmarketcap-scraper

Scrape CoinMarketCap for real-time cryptocurrency prices, market data, rankings, and coin details. Extract price, market cap, volume, circulating supply, percentage changes, and historical data. Get top coins, trending coins, DeFi tokens, NFTs, and exchange data.

GMGN Trending Scraper

muhammetakkurtt/gmgn-trending-scraper

GMGN Trending Tokens Scraper extracts real-time data from GMGN.ai trending crypto tokens across Ethereum, BSC, Base, Solana and Tron networks. Track transactions, liquidity, price changes and risk metrics with customizable filters for effective market analysis and investment research.

πŸ‘ User avatar

Muhammet Akkurt

230

5.0

CoinMarketCap scraper | Fast & reliable

adventurous_nut/coinmarketcap-scraper-fast-reliable

πŸš€ Fast & reliable CoinMarketCap scraper supporting Trending, Top, Most Visited & New coins. Extract rich crypto data including price, volume, market cap, % change, CMC rank, supply & more. Ideal for traders, analysts, bots & dashboards.

πŸ‘ User avatar

abdelhafid hasnaoui

5

DexScreener Scraper

crawlerbros/dexscreener-scraper

Scrape DexScreener with real-time DEX token and trading pair data across 20+ blockchains. Search tokens, fetch pair details, trending/boosted tokens, and token profiles. No auth required.