DexScan New Pairs Scraper avatar
DexScan New Pairs Scraper

Pricing

Pay per event

Go to Store
DexScan New Pairs Scraper

DexScan New Pairs Scraper

Developed by

Muhammet Akkurt

Maintained by Community

DexScan New Pairs Scraper monitors newly created cryptocurrency token pairs across Solana, Ethereum, BNB Smart Chain, Base, Blast. This Apify actor lets you filter pairs by age, liquidity, volume, and security metrics—enabling crypto investors to discover early-stage tokens with detailed market data

5.0 (1)

Pricing

Pay per event

2

Monthly users

4

Runs succeeded

>99%

Last modified

16 days ago

CoinMarketCap DexScan New Pairs Listings Scraper

DexScan New Pairs Listings Scraper: Monitor Recently Created Cryptocurrency Token Pairs

DexScan New Pairs Listings Scraper is a powerful web scraping tool built as an Apify actor specifically designed to discover and monitor newly created cryptocurrency token pairs from the DexScan platform. This automated crypto data extractor collects real-time market data, liquidity information, and security details for token pairs created within the last 24 hours across multiple blockchains, providing valuable insights for crypto market analysts, investors, traders, and blockchain developers.

Why Should You Use DexScan New Pairs Listings Scraper?

DexScan New Pairs Listings Scraper saves you hours by automating manual data collection processes and ensures you always have access to the most recently created token pairs. Here are the advantages DexScan New Pairs Listings Scraper offers you:

  • Time Saving: Save hours by automating manual data collection processes
  • Early Discovery: Find new token pairs as soon as they're created
  • Comprehensive Data: Complete data set including prices, liquidity, security checks, and market information
  • Multi-Blockchain Support: Collect data from Ethereum, Solana, BNB Smart Chain, Base, and Blast
  • Customizable Data Collection: Ability to filter according to your needs based on age, liquidity, volume, and security requirements

Features

  • Extracts comprehensive data about newly created token pairs from DexScan across various blockchains
  • Supports multiple blockchain platforms (Solana, Ethereum, BNB Smart Chain, Base, Blast)
  • Can filter token pairs by age (1h, 3h, 6h, 12h, 24h)
  • Applies liquidity and volume filters (any, >$1K, >$5K, >$10K, etc.)
  • Includes security scan results for EVM chains and Solana
  • Can collect data for any desired number of token pairs
  • Stores collected data in the Apify data store and allows export in various formats (JSON, CSV, Excel)

Use Cases

  • Early Investment: Discover new token pairs at the earliest stage
  • Market Research: Monitor trends in new token creation
  • Risk Analysis: Assess the security aspects of new token pairs
  • Competition Monitoring: Track new tokens in specific blockchain ecosystems
  • Trading Strategies: Develop strategies for newly created tokens

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, base, blast)
    • limit: Number of token pairs to retrieve (enter 0 to retrieve all token pairs)
    • age: Maximum age of pairs (1h, 3h, 6h, 12h, 24h)
    • liquidity: Minimum liquidity value (any, >$1K, >$5K, >$10K, etc.)
    • volume: Minimum volume value (any, >$1K, >$5K, >$10K, etc.)
    • securityScan: Security checks for EVM chains (honeypot, verified, renounced, locked)
    • solanaSecurityScan: Security checks for Solana (mint_auth_disabled, freeze_disabled)

Example Input

1{
2  "chain": "solana",
3  "limit": 200,
4  "age": "24",
5  "liquidity": "1k",
6  "volume": "any",
7  "securityScan": [],
8  "solanaSecurityScan": []
9}

Output

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

  • baseToken: Object containing base token information
    • address: Base token address
    • name: Base token name
    • symbol: Base token symbol
    • logoUrl: Base token logo URL
  • dexerInfo: Object containing DEX information
    • id: DEX platform ID
    • name: DEX platform name
  • liquidity: Liquidity value
  • marketCap: Market capitalization
  • pairContractAddress: Token pair contract address
  • platform: Object containing blockchain platform information
    • cryptoId: Platform crypto ID
    • id: Platform ID
    • name: Platform name
  • poolCreatedTime: Pool creation timestamp
  • poolId: Liquidity pool ID
  • priceChange1h: 1-hour price change
  • priceChange5m: 5-minute price change
  • priceChange24h: 24-hour price change
  • priceQuote: Price in quote token
  • priceUsd: Price in USD
  • quoteToken: Object containing quote token information
    • address: Quote token address
    • id: Quote token ID
    • name: Quote token name
    • symbol: Quote token symbol
  • securityScanResultList: Array of security scan results
    • id: Security scan ID
    • name: Security scan name
    • status: Security scan status
  • volume1h: 1-hour trading volume

Example Output

1{
2  "baseToken": {
3      "address": "4H8VevNGxoZHvQACd4y71R23jMpBuV9zsjdvtMEYSgAf",
4      "name": "TESLA MODEL ARMY",
5      "symbol": "TMA",
6      "logoUrl": "https://s3.coinmarketcap.com/dexer/token/99cf81195dce3e5690a66c70d10ad6bd.png"
7  },
8  "dexerInfo": {
9      "id": 10979,
10      "name": "pump.fun"
11  },
12  "liquidity": 4874.711534222367,
13  "marketCap": 5028.143704778,
14  "pairContractAddress": "36AedECWpHdT8dRQJoUseXGKpaa66zEKDfsxUoo3J2Tj",
15  "platform": {
16      "cryptoId": 5426,
17      "id": 16,
18      "name": "Solana"
19  },
20  "poolCreatedTime": "1743283560000",
21  "poolId": "30946165",
22  "priceChange1h": 0,
23  "priceChange5m": 0,
24  "priceChange24h": 0,
25  "priceQuote": 4.0339099526565857E-8,
26  "priceUsd": 0.000005028143704778,
27  "quoteToken": {
28      "address": "So11111111111111111111111111111111111111111",
29      "id": 5426,
30      "name": "SOL",
31      "symbol": "SOL"
32  },
33  "securityScanResultList": [
34      {
35          "id": 0,
36          "name": "mint_auth_disabled",
37          "status": "g"
38      },
39      {
40          "id": 2,
41          "name": "frozen_blacklist",
42          "status": "g"
43      }
44  ],
45  "volume1h": 0
46}

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.

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.010

Charge when the actor starts running

Each Page Scrape

$0.002

Charge for each page scraping

Token Data Scraped

$0.001

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

Actor Completion

$0.010

Charge when all processes are successfully completed.