DexScreener Scraper - Real-Time DEX Pairs, Liquidity & Volume avatar

DexScreener Scraper - Real-Time DEX Pairs, Liquidity & Volume

Pricing

from $2.00 / 1,000 dex trading pair records

Go to Apify Store
DexScreener Scraper - Real-Time DEX Pairs, Liquidity & Volume

DexScreener Scraper - Real-Time DEX Pairs, Liquidity & Volume

Fast and lightweight scraper for DexScreener. Extract real-time cryptocurrency pairs, prices, liquidity, 24h volume, and transactions across Solana, Base, Ethereum, and more.

Pricing

from $2.00 / 1,000 dex trading pair records

Rating

0.0

(0)

Developer

Axery

Axery

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Categories

Share

DexScreener Pairs & DEX Metrics Scraper

Fast, real-time scraper for DexScreener. Extract cryptocurrency pairs, live token prices, liquidity, 24h/6h/1h volume, price changes, and transaction metrics across Solana, Base, Ethereum, BSC, Arbitrum, and 30+ blockchains.


🚀 Key Features

  • Multi-Chain Coverage: Query pairs across Solana (Raydium, Orca), Base (Aerodrome, Uniswap), Ethereum, BSC (PancakeSwap), Arbitrum, Polygon, and more.
  • Search & Contract Lookup: Search by token symbol (e.g. SOL, PEPE), token name, or exact contract/mint address.
  • Liquidity & Volume Thresholds: Automatically filter out illiquid pairs or low-volume noise.
  • Comprehensive Trading Metrics: Price in USD and native token, 24h/6h/1h/5m volume, buys/sells count, price change percentages, FDV, and market cap.
  • Ultra-Fast & Zero Blocking: Direct HTTP requests without headless browser overhead. Execution time under 1 second.

📥 Input Configuration

ParameterTypeDefaultDescription
queriesArray["sol", "pepe"]Token symbols or search terms.
tokenAddressesArray[]Exact token mint/contract addresses.
chainsArray[]Filter by specific blockchains (e.g., ["solana", "base"]).
minLiquidityUsdInteger1000Minimum liquidity threshold in USD.
minVolume24hInteger0Minimum 24h trading volume threshold in USD.
maxItemsInteger100Maximum number of pairs to output.
incrementalBooleanfalseAvoid pushing previously seen pairs on scheduled cron runs.
proxyConfigurationObjectDirectOptional proxy configuration.

📤 Output Data Schema

{
"chain_id": "base",
"dex_id": "aerodrome",
"pair_address": "0x1131db5977242a03ebead1acd18f80a9a29e5922",
"url": "https://dexscreener.com/base/0x1131db5977242a03ebead1acd18f80a9a29e5922",
"base_token_name": "Wrapped SOL",
"base_token_symbol": "SOL",
"base_token_address": "0x208092689248d96Aa7F30aab09FF6A7E05b41E18",
"quote_token_symbol": "USDC",
"quote_token_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"price_usd": 99.71,
"price_native": "99.71",
"liquidity_usd": 554267.0,
"volume_24h": 5809071.0,
"price_change_24h": 2.45,
"price_change_1h": 0.12,
"txns_24h_buys": 1420,
"txns_24h_sells": 1180,
"fdv": 99710000.0,
"market_cap": 99710000.0,
"pair_created_at": 1720000000000,
"scraped_at": "2026-09-10T17:07:54.602000+00:00"
}