DexScan Scraper

DexScan Scraper

DexScan Scraper is an Apify actor that extracts cryptocurrency token pair data from DexScan. It collects real-time market data across 90+ blockchains including prices, volumes, and liquidity metrics. This automated tool saves time for crypto analysts and investors with customizable data collection.

DEVELOPER_TOOLSAUTOMATIONOTHERApify

CoinMarketCap DexScan Scraper

DexScan Scraper: Comprehensive Cryptocurrency Token Pair Data Collector

DexScan Scraper is a powerful web scraping tool built as an Apify actor specifically designed to extract, analyze, and monitor detailed cryptocurrency token pair data from the DexScan platform. This automated crypto data extractor collects real-time market data, trading volumes, and liquidity information for token pairs across more than 90 blockchains, providing valuable insights for crypto market analysts, investors, traders, and blockchain developers.

Why Should You Use DexScan Scraper?

DexScan Scraper saves you hours by automating manual data collection processes and ensures you always have access to the most up-to-date token pair data. Here are the advantages DexScan Scraper offers you:

  • Time Saving: Save hours by automating manual data collection processes
  • Comprehensive Data: Complete data set including prices, trading volumes, liquidity, and change rates
  • Multi-Blockchain Support: Collect data from Ethereum, Solana, BNB Smart Chain, and other 90+ blockchain platforms
  • Customizable Data Collection: Ability to sort and filter according to your needs

Features

  • Extracts comprehensive data about token pairs from DexScan across various blockchains
  • Supports 90+ different blockchain platforms (Solana, Ethereum, BNB Smart Chain, Base, Avalanche, etc.)
  • Can sort token pairs by criteria such as transaction count, trading volume, or liquidity
  • Can collect data for any desired number of token pairs (you can perform a full market scan)
  • Stores collected data in the Apify data store and allows export in various formats (JSON, CSV, Excel)

Use Cases

  • Market Research: Discover new and popular token pairs
  • Investment Analysis: Analyze liquidity and trading volumes to identify potential investment opportunities
  • Competition Monitoring: Track activities on specific tokens or DEX platforms
  • Data Science Projects: Create comprehensive datasets of crypto markets
  • Trading Strategies: Collect real-time data for your algorithm-based trading strategies

Usage

  1. Run this actor in the Apify console.
  2. Provide the desired inputs:
    • chain: Blockchain platform to extract data from (solana, ethereum, bnb-smart-chain-bep20, polygon, avalanche, etc.)
    • sortType: Sorting criteria (txs24h, volumeUsd24h, liquidity)
    • desc: Sort in descending order (true/false)
    • limit: Number of token pairs to retrieve (enter 0 to retrieve all token pairs)

Example Input

1{
2  "chain": "solana",
3  "sortType": "txs24h",
4  "desc": true,
5  "limit": 100
6}

Output

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

  • platformId: Blockchain platform ID
  • dexerPlatformName: Blockchain platform name
  • platformCryptoId: Platform crypto ID
  • poolId: Liquidity pool ID
  • pairContractAddress: Token pair contract address
  • factoryAddress: Factory contract address
  • dexerId: DEX platform ID
  • dexerName: DEX platform name
  • baseCurrencyId: Base currency ID
  • baseTokenId: Base token ID
  • baseTokenName: Base token name
  • baseTokenAddress: Base token address
  • baseTokenSymbol: Base token symbol
  • baseTelegramUrl: Base token Telegram URL
  • baseTwitterUrl: Base token Twitter URL
  • baseWebsiteUrl: Base token website
  • baseLogoUrl: Base token logo URL
  • quoteCryptoId: Quote crypto ID
  • quotoTokenId: Quote token ID
  • quotoTokenName: Quote token name
  • quotoTokenAddress: Quote token address
  • quotoTokenSymbol: Quote token symbol
  • marketCap: Market capitalization
  • fdv: Fully diluted valuation
  • liquidity: Liquidity
  • marketUrl: Market URL
  • reverseOrder: Reverse order
  • rank: Ranking
  • poolCreatedDate: Pool creation date
  • priceUsd: Price in USD
  • priceQuote: Price in quote token
  • basePrice5m: 5-minute base price change
  • quotePrice5m: 5-minute quote price change
  • basePrice1h: 1-hour base price change
  • quotePrice1h: 1-hour quote price change
  • basePrice4h: 4-hour base price change
  • quotePrice4h: 4-hour quote price change
  • volumeUsd24h: 24-hour trading volume (USD)
  • txns24h: 24-hour transaction count
  • baseChange24h: 24-hour base change
  • quoteChange24h: 24-hour quote change
  • baseChange7d: 7-day base change
  • quoteChange7d: 7-day quote change

Example Output

1{
2  "platformId": 16,
3  "dexerPlatformName": "Solana",
4  "platformCryptoId": 5426,
5  "poolId": "23709899",
6  "pairContractAddress": "5XH29cos3LeqrTg33xMWjcqSdxmnpe1mKDjrPt7ZcCi8",
7  "factoryAddress": "675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8",
8  "dexerId": 1342,
9  "dexerName": "Raydium",
10  "baseCurrencyId": 35431,
11  "baseTokenId": 35431,
12  "baseTokenName": "YODA",
13  "baseTokenAddress": "J3TqbUgHurQGNxWtT88UQPcMNVmrL875pToQZdrkpump",
14  "baseTokenSymbol": "YODA",
15  "baseTelegramUrl": "https://t.me/YODAS0L",
16  "baseTwitterUrl": "https://twitter.com/YodaS0L",
17  "baseWebsiteUrl": "https://www.yodaonsolana.net/",
18  "baseLogoUrl": "https://s3.coinmarketcap.com/dexer/token/f2e9ee9a1aee3629b29d24234c5a8047.jpg",
19  "quoteCryptoId": 5426,
20  "quotoTokenId": 5426,
21  "quotoTokenName": "Wrapped SOL",
22  "quotoTokenAddress": "So11111111111111111111111111111111111111112",
23  "quotoTokenSymbol": "SOL",
24  "marketCap": "47991.448249313",
25  "fdv": "47991.448249313",
26  "liquidity": "25880.62909679836",
27  "marketUrl": "https://raydium.io/swap/",
28  "reverseOrder": false,
29  "rank": 1,
30  "poolCreatedDate": 1737534500000,
31  "priceUsd": "0.000047991448249313",
32  "priceQuote": "0.00000037148541228745946",
33  "basePrice5m": "0.0011686524",
34  "quotePrice5m": "0.0010349099",
35  "basePrice1h": "-0.0027416422",
36  "quotePrice1h": "0.0050502936",
37  "basePrice4h": "-0.0406946166",
38  "quotePrice4h": "-0.000347609",
39  "volumeUsd24h": "12835.963857010729",
40  "txns24h": "361046",
41  "baseChange24h": "-0.1981365402",
42  "quoteChange24h": "-0.0676805566",
43  "baseChange7d": "-0.3764509105",
44  "quoteChange7d": "0.0157312282"
45}

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!