DexScreener Token Scraper collects real-time cryptocurrency data from DexScreener. It extracts token prices, liquidity, volumes and transactions across multiple blockchains (Solana, Ethereum, BSC). Supports custom sorting, time frames and delivers comprehensive token analytics for market analysis.
DexScreener Crypto Token Data Collector is a powerful Apify actor that automatically collects real-time data of tokens in the cryptocurrency market. This tool scrapes token price, liquidity, transaction volume, and other critical metrics from the DexScreener platform according to specific parameters, providing you with a comprehensive dataset.
1{ 2 "limit": 100, 3 "pageCount": 2, 4 "chain": "ethereum", 5 "allPools": false, 6 "timeFrame": "h24", 7 "sortOrder": "desc", 8 "sortRank": "trendingScoreH24", 9 "proxyConfiguration": { 10 "useApifyProxy": true, 11 "apifyProxyGroups": [] 12 } 13}
The collected data is saved to the Apify dataset. The output data includes the following fields:
chainId
: Blockchain identifierdexId
: Decentralized exchange identifierurl
: DexScreener URL for the token pairpairAddress
: Address of the token pairlabels
: Token labels (e.g., "wp" for whitelisted projects)baseToken
: Information about the base token (address, name, symbol)quoteToken
: Information about the quote token (address, name, symbol)priceNative
: Price in native blockchain currencypriceUsd
: Price in USDtxns
: Transaction counts for different time periods (buys and sells)volume
: Trading volume for different time periodspriceChange
: Price change percentages for different time periodsliquidity
: Liquidity information (USD, base token, quote token)fdv
: Fully diluted valuemarketCap
: Market capitalizationpairCreatedAt
: Creation date of the token pairboosts
: Information about active boostsinfo
: Additional token information (images, websites, social media)1{ 2 "chainId": "solana", 3 "dexId": "meteora", 4 "url": "https://dexscreener.com/solana/gwdjgzb24g6qjxgczdhb7uxh5a8cqsr3plbjuvrjjuqw", 5 "pairAddress": "GWDJgzB24G6QjxgCZdHb7UXh5a8CQsR3pLbJUVRjJuqW", 6 "labels": [ 7 "DLMM" 8 ], 9 "baseToken": { 10 "address": "HjzW3cWKctHxiVow1aco4zcDcyVhW85BS8VpjKY6pump", 11 "name": "Black Gold", 12 "symbol": "OIL" 13 }, 14 "quoteToken": { 15 "address": "So11111111111111111111111111111111111111112", 16 "name": "Wrapped SOL", 17 "symbol": "SOL" 18 }, 19 "priceNative": "0.000001982", 20 "priceUsd": "0.0002656", 21 "txns": { 22 "m5": { 23 "buys": 1, 24 "sells": 0 25 }, 26 "h1": { 27 "buys": 20, 28 "sells": 50 29 }, 30 "h6": { 31 "buys": 22, 32 "sells": 67 33 }, 34 "h24": { 35 "buys": 22, 36 "sells": 67 37 } 38 }, 39 "volume": { 40 "h24": 274.7, 41 "h6": 274.7, 42 "h1": 231.99, 43 "m5": 0.47 44 }, 45 "priceChange": { 46 "m5": 4.09, 47 "h1": -9.04, 48 "h6": -34.2, 49 "h24": -34.2 50 }, 51 "liquidity": { 52 "usd": 52.45, 53 "base": 80704, 54 "quote": 0.2314 55 }, 56 "fdv": 265653, 57 "marketCap": 265653, 58 "pairCreatedAt": 1741975307000, 59 "info": { 60 "imageUrl": "https://dd.dexscreener.com/ds-data/tokens/solana/HjzW3cWKctHxiVow1aco4zcDcyVhW85BS8VpjKY6pump.png?key=88ca3e", 61 "header": "https://dd.dexscreener.com/ds-data/tokens/solana/HjzW3cWKctHxiVow1aco4zcDcyVhW85BS8VpjKY6pump/header.png?key=88ca3e", 62 "openGraph": "https://cdn.dexscreener.com/token-images/og/solana/HjzW3cWKctHxiVow1aco4zcDcyVhW85BS8VpjKY6pump?timestamp=1741979100000", 63 "websites": [], 64 "socials": [ 65 { 66 "type": "twitter", 67 "url": "https://x.com/grok/status/1900579255823536379" 68 }, 69 { 70 "type": "telegram", 71 "url": "https://t.me/blackgold_oil" 72 } 73 ] 74 }, 75 "boosts": { 76 "active": 1080 77 } 78}
This example output shows the structured data of a single token pair. The actual output will be a list of similar objects for all processed tokens.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!