Dexscreener Scraper avatar
Dexscreener Scraper

Pricing

Pay per event

Go to Store
Dexscreener Scraper

Dexscreener Scraper

Developed by

Muhammet Akkurt

Maintained by Community

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.

5.0 (2)

Pricing

Pay per event

5

Monthly users

25

Runs succeeded

>99%

Response time

0.63 hours

Last modified

3 days ago

DexScreener Token Scraper

DexScreener Scraper

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.

Features

  • Real-Time Data: Instantly pulls token data from DexScreener according to the specified blockchain and sorting criteria
  • Multi-Blockchain Support: Supports Solana, Ethereum, Base, BSC, Arbitrum, Optimism, and many other blockchains
  • Detailed Token Information: Collects comprehensive information about tokens and liquidity pools
  • Flexible Sorting Options: Provides sorting capabilities based on various criteria such as trending score, transaction volume, price change
  • Different Time Periods: Supports various time periods for data analysis including 5 minutes, 1 hour, 6 hours, 24 hours
  • Automatic Data Storage: Collected data is securely stored in the Apify data repository
  • Scalable Performance: Ability to collect large datasets seamlessly thanks to proxy support

Usage

  1. Run this actor in the Apify console.
  2. Provide the desired inputs:
    • limit: Number of token data to fetch (default: 150)
    • pageCount: How many pages to scrape (default: 1)
    • chain: Which blockchain to fetch token data from (default: solana)
    • allPools: Whether to fetch all liquidity pools for each token
    • timeFrame: Time period for which data will be retrieved (m5, h1, h6, h24)
    • sortOrder: List tokens in ascending or descending order
    • sortRank: Criteria used to sort tokens (trending score, volume, price change, etc.)
    • proxyConfiguration: Settings for proxy servers to use during scraping

Example Input

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}

Output

The collected data is saved to the Apify dataset. The output data includes the following fields:

  • chainId: Blockchain identifier
  • dexId: Decentralized exchange identifier
  • url: DexScreener URL for the token pair
  • pairAddress: Address of the token pair
  • labels: 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 currency
  • priceUsd: Price in USD
  • txns: Transaction counts for different time periods (buys and sells)
  • volume: Trading volume for different time periods
  • priceChange: Price change percentages for different time periods
  • liquidity: Liquidity information (USD, base token, quote token)
  • fdv: Fully diluted value
  • marketCap: Market capitalization
  • pairCreatedAt: Creation date of the token pair
  • boosts: Information about active boosts
  • info: Additional token information (images, websites, social media)

Example Output

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.

Notes

  • Automatically filters duplicate token data.
  • In some cases, data for some tokens on the page may not be retrieved.
  • The collected data is stored in Apify's default data store.

Pricing

Pricing model

Pay per event 

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Actor start

$0.020

Charged when the actor starts running and initializes the scraping process. Covers the basic setup costs.

DexScreener Page Scraping

$0.050

Charged for each page of token data scraped from DexScreener. Each page contains multiple token addresses.

Token Data Scraped

$0.002

Charged for each individual token data item successfully retrieved and saved to the dataset.

Successful Completion

$0.020

Charged when the actor successfully completes all operations and finalizes the dataset.