Dexscreener Tokens Scraper avatar
Dexscreener Tokens Scraper

Pricing

$10.00/month + usage

Go to Store
Dexscreener Tokens Scraper

Dexscreener Tokens Scraper

Developed by

Crypto Scraper

Crypto Scraper

Maintained by Community

Scrape token data from DexScreener.com and uncover the next big crypto gem. Stay ahead with live price changes, liquidity, and market cap across multiple chains. Integrate easily into your workflow and make data-driven investment decisions.

0.0 (0)

Pricing

$10.00/month + usage

19

Total users

340

Monthly users

78

Runs succeeded

99%

Issue response

76 days

Last modified

5 months ago

🚀 DexScreener Tokens Scraper

Looking to supercharge your crypto insights? Get a front-row seat to emerging opportunities with our DexScreener Tokens Scraper, now available on the Apify Store. Harness the power of real-time token data across multiple blockchains and give your investment strategy a competitive edge.

Why Choose DexScreener Tokens Scraper?

For ambitious traders, savvy investors, insightful researchers, and forward-thinking developers, this Actor provides a streamlined solution for collecting, organizing, and analyzing crypto token data. Whether you’re scouting for the next breakout token or integrating fresh data into your analytics pipeline, our scraper puts you ahead of the curve.

💎 Key Benefits

  • Early Access to Trends: Monitor tokens as soon as they list and catch hot trends before the crowd.
  • Multi-Chain Versatility: From Ethereum to Solana, effortlessly explore a diversified crypto ecosystem.
  • Data-Driven Decisions: Gain actionable insights from pricing, volume, liquidity, and more.
  • Streamlined Integration: Export clean, structured JSON data ready for dashboards, analytics tools, or development projects.

🌐 Multi-Blockchain Coverage

Our Actor supports a broad spectrum of networks, giving you a holistic market view:

  • Ethereum (ETH)
  • Binance Smart Chain (BSC)
  • Solana (SOL)
  • Polygon (MATIC)
  • Avalanche (AVAX)
  • Fantom (FTM)
  • ...and more!

📊 Comprehensive Data Fields

When you run the Actor, you’ll receive up-to-the-minute details, including:

  • Token Names & Symbols
  • Current Prices in USD
  • Token Age Since Listing
  • Transaction Counts & Unique Makers
  • Trading Volume & Market Cap in USD
  • Liquidity Data
  • Short- and Long-Term Price Changes (5m, 1h, 6h, 24h)

Armed with this data, you can quickly spot promising projects, identify liquidity shifts, and react faster to market changes.

⚙️ Customizable Scraping Options

Control your scraping parameters to focus on what matters most:

  • Targeted Chains & Pagination: Drill down into specific blockchains and paginate results.
  • Filter Arguments: Customize queries (e.g., sort by liquidity or volume) to refine your analysis.
  • Proxy Configuration: Optimize reliability and avoid rate limits with optional proxy settings.

📝 Input Parameters

ParameterTypeRequiredDescription
chainNamestringYesSpecify the blockchain network (e.g. ethereum)
fromPagenumberNoStarting page (default: 1)
toPagenumberNoEnding page (default: 1)
filterArgsarrayNoAdd filters to refine results (e.g. sorting criteria)

To obtain filterArgs:

  1. Visit dexscreener.com
  2. Apply your desired filters and sorting options on the website
  3. Copy the part of the URL after the "?" character
  4. Paste it into the filterArgs array

Example: If the URL after filtering is "dexscreener.com/solana?rankBy=trendingScoreH24&order=desc", then use: "filterArgs": ["rankBy=trendingScoreH24&order=desc"]

Example Input

{
"chainName": "solana",
"fromPage": 1,
"toPage": 2,
"filterArgs": [
"?rankBy=trendingScoreH24&order=desc",
],
}

📈 Example Output Structure

{
"tokenName": "Example Token",
"tokenSymbol": "EXT",
"address": "bqpbjdanrtn6kbok2nhfixfqqj8eyl4l3jlfscn2eozf",
"priceUsd": 0.1234,
"age": 120,
"transactionCount": 5000,
"volumeUsd": 150000.0,
"makerCount": 250,
"priceChange5m": 0.02,
"priceChange1h": -0.05,
"priceChange6h": 0.10,
"priceChange24h": 0.25,
"liquidityUsd": 500000.0,
"marketCapUsd": 10000000.0
}

🔍 TypeScript Type

interface TokenData {
tokenName: string;
address: string;
tokenSymbol?: string;
priceUsd?: number;
age?: number;
transactionCount?: number;
volumeUsd?: number;
makerCount?: number;
priceChange5m?: number;
priceChange1h?: number;
priceChange6h?: number;
priceChange24h?: number;
liquidityUsd?: number;
marketCapUsd?: number;
}

🐍 Pydantic Model

from pydantic import BaseModel
from typing import Optional
class TokenData(BaseModel):
tokenName: str
address: str
tokenSymbol: Optional[str]
priceUsd: Optional[float]
age: Optional[int]
transactionCount: Optional[int]
volumeUsd: Optional[float]
makerCount: Optional[int]
priceChange5m: Optional[float]
priceChange1h: Optional[float]
priceChange6h: Optional[float]
priceChange24h: Optional[float]
liquidityUsd: Optional[float]
marketCapUsd: Optional[float]

🚀 Get Started

Install, configure, and run the DexScreener Tokens Scraper today to stay on top of the crypto market. With granular control over output and the ability to zero in on emerging opportunities, this tool is your gateway to smarter, data-driven decision-making in the fast-paced world of digital assets.

Don’t miss a your scrape now and gain the actionable insights you need to thrive in the crypto market.