DexScreener Scraper - Trending Tokens, Prices & Boosts avatar

DexScreener Scraper - Trending Tokens, Prices & Boosts

Pricing

from $2.00 / 1,000 results

Go to Apify Store
DexScreener Scraper - Trending Tokens, Prices & Boosts

DexScreener Scraper - Trending Tokens, Prices & Boosts

Scrape DexScreener trending, boosted & new tokens. Real-time prices, volume, liquidity, market cap, buy/sell txns across 80+ chains. Solana, ETH, BSC, Base. 6 modes, 32 fields. Schedule every 5min for live data.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Share

DexScreener Trending Tokens Scraper

Scrape real-time trending, boosted, and newly listed crypto tokens from DexScreener — the #1 DEX aggregator across 80+ blockchains. Get live prices, volume, liquidity, market cap, buy/sell transactions, and boost data for Solana, Ethereum, BSC, Base, and more.

Why This Scraper?

DexScreener's free API has strict rate limits (60 req/min on trending endpoints). This actor handles retries, deduplication, chain filtering, and automatic enrichment — so you get clean, flat JSON ready for your trading bot, spreadsheet, or database.

6 Scraping Modes

ModeWhat It DoesBest For
TrendingHot token categories + their top trading pairsCatching meme-coin waves early
Top BoostedTokens with the most paid promotionsSpotting heavily promoted new tokens
Latest BoostedMost recently promoted tokensReal-time alpha on new launches
Latest ProfilesNewly listed token profiles on DexScreenerDiscovering brand-new tokens
SearchSearch pairs by keyword (e.g., "PEPE", "AI")Finding specific tokens or themes
Token PairsLook up pairs by contract addressMonitoring specific tokens

Output Fields (32 Fields)

FieldDescription
modeScraping mode used
chainIdBlockchain (solana, ethereum, bsc, base...)
dexIdDEX name (raydium, uniswap, pancakeswap...)
pairAddressTrading pair contract address
baseTokenNameToken name
baseTokenSymbolToken ticker symbol
baseTokenAddressToken contract address
quoteTokenNameQuote token (SOL, ETH, USDT...)
quoteTokenSymbolQuote token symbol
quoteTokenAddressQuote token contract
priceUsdCurrent price in USD
priceNativePrice in native chain token
volume_m5Trading volume last 5 minutes
volume_h1Trading volume last 1 hour
volume_h6Trading volume last 6 hours
volume_h24Trading volume last 24 hours
priceChange_m5Price change % (5 min)
priceChange_h1Price change % (1 hour)
priceChange_h6Price change % (6 hours)
priceChange_h24Price change % (24 hours)
txns_h24_buysBuy transactions (24h)
txns_h24_sellsSell transactions (24h)
liquidityUsdLiquidity pool size in USD
fdvFully diluted valuation
marketCapMarket capitalization
pairCreatedAtWhen the pair was created
boostsActiveNumber of active paid boosts
pairUrlDexScreener pair page URL
imageUrlToken logo image URL
websitesProject website URLs
socialsSocial media (Twitter, Telegram, Discord)
scrapedAtScraping timestamp (ISO 8601)

Input Parameters

ParameterTypeDefaultDescription
modestringtrendingScraping mode (see table above)
searchQueriesstring[][]Keywords for search mode
tokenAddressesstring[][]Contract addresses for tokenPairs mode
chainFilterstringFilter: solana, ethereum, bsc, base, arbitrum, polygon, avalanche, optimism, ton, sui, aptos
enrichPairDatabooleantrueFetch full pair details for boosted/profile tokens
maxResultsinteger0Limit results (0 = unlimited)
proxyConfigobjectApify ProxyProxy settings (datacenter works)

Example Inputs

{
"mode": "trending",
"chainFilter": "solana",
"proxyConfig": { "useApifyProxy": true }
}

Find top boosted tokens (paid promotions = hot launches)

{
"mode": "boostedTop",
"enrichPairData": true,
"proxyConfig": { "useApifyProxy": true }
}

Search for AI tokens

{
"mode": "search",
"searchQueries": ["AI", "GPT", "neural"],
"proxyConfig": { "useApifyProxy": true }
}

Monitor specific token by contract address

{
"mode": "tokenPairs",
"tokenAddresses": ["So11111111111111111111111111111111111111112"],
"proxyConfig": { "useApifyProxy": true }
}

Use Cases

  • Meme-Coin Sniper Bots — Run every 5 minutes to catch new trending tokens before they pump
  • Arbitrage Detection — Compare prices across DEXes for the same token
  • Portfolio Tracking — Monitor specific tokens by contract address
  • Market Research — Analyze which chains and DEXes have the most activity
  • Whale Alerts — Track tokens with sudden volume spikes
  • Boost Monitoring — See which tokens are paying for DexScreener promotion (often meme-coins)

Cost & Performance

  • Trending mode: ~50-200 pairs per run, completes in 5-15 seconds
  • Boosted mode: ~50-100 tokens enriched in 10-20 seconds
  • Search mode: ~20-50 pairs per keyword, under 5 seconds
  • Datacenter proxies = cheapest option
  • $2.00 per 1,000 results (pay-per-result)
  • Schedule every 5 minutes for real-time monitoring

Supported Blockchains

Solana, Ethereum, BSC (BNB Chain), Base, Arbitrum, Polygon, Avalanche, Optimism, TON, Sui, Aptos, Fantom, Cronos, zkSync, Mantle, Blast, Linea, Scroll, Celo, and 60+ more chains supported by DexScreener.

Tips

  1. Run on a schedule — Set up a 5-minute cron to catch trending tokens in real-time
  2. Filter by chain — Use chainFilter: "solana" to focus on Solana meme-coins
  3. Enrich data — Keep enrichPairData: true to get full price/volume/liquidity info
  4. Combine modes — Run trending + boostedTop together for maximum coverage
  5. Export to webhook — Send results to your Telegram bot or Discord channel

FAQ

Does it need residential proxies? No. Datacenter proxies work perfectly. DexScreener API is public.

How often should I run it? For real-time trading: every 5 minutes. For daily analysis: once per day.

Can I get historical data? This scraper returns current/live data. For historical, you'd need to schedule runs and accumulate data over time.

What's the rate limit? DexScreener allows 60 req/min on trending/boost endpoints and 300 req/min on search/pairs. The scraper automatically respects these limits.

Is this legal? This scraper uses DexScreener's public API. Always check their Terms of Service for your specific use case.