Dexscreener Api

Dexscreener Api

by crypto-scraper

Official Dexscreener API to get price changes, liquidity, and market cap across multiple chains. Integrate easily into your workflow and make data-dri...

187 runs
10 users
Try This Actor

Opens on Apify.com

About Dexscreener Api

Official Dexscreener API to get price changes, liquidity, and market cap across multiple chains. Integrate easily into your workflow and make data-driven investment decisions.

What does this actor do?

Dexscreener Api is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

πŸš€ 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. ## πŸ“ Input Parameters | Parameter | Type | Required | Description | |---------------|---------|----------|--------------------------------------------------------| | chainName | string | Yes | Specify the blockchain network (e.g. ethereum) | | fromPage | number | No | Starting page (default: 1) | | toPage | number | No | Ending page (default: 1) | | filterArgs | array | No | Add 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 json { "chainName": "solana", "fromPage": 1, "toPage": 2, "filterArgs": [ "?rankBy=trendingScoreH24&order=desc", ], } ## ⚠️ Important Notes on Data Fields - address: This is the token address, extracted from the token's image URL. If the image is not available on DexScreener, this field will be null. - lowerPoolAddress: This is the pool address in lowercase, derived from the pairDetailUrl. DexScreener does not provide this directly. To get more pool information, you can use the pairDetailUrl with another scraper to fetch additional details. ## πŸ“ˆ Example Output Structure json { "tokenName": "airfryer coin", "tokenSymbol": "FRYER", "priceUsd": 0.0001097, "age": 2.2, "transactionCount": 115, "volumeUsd": 1000.0, "makerCount": 61, "priceChange5m": -0.0036, "priceChange1h": -0.0036, "priceChange6h": -0.0036, "priceChange24h": -0.0036, "liquidityUsd": 3300.0, "marketCapUsd": 109707.0, "boost": 1100, "pairDetailUrl": "https://dexscreener.com/solana/29jupdw7nqgzeqx9m61jjkgagtg2w283aqyxtcrw6ssu", "address": "4qTJV18HH5YUz9KSAdGEnVQuxPkR9c4gDwV7TaMxbonk", "lowerPoolAddress": "29jupdw7nqgzeqx9m61jjkgagtg2w283aqyxtcrw6ssu", "tokenImageUrl": "https://dd.dexscreener.com/ds-data/tokens/solana/4qTJV18HH5YUz9KSAdGEnVQuxPkR9c4gDwV7TaMxbonk.png?key=176c85" } ## πŸ” TypeScript Type typescript 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; boost?: number; pairDetailUrl?: string; lowerPoolAddress?: string; tokenImageUrl?: string; } ## 🐍 Pydantic Model python from pydantic import BaseModel from typing import Optional class TokenData(BaseModel): tokenName: 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] boost: Optional[int] pairDetailUrl: Optional[str] address: Optional[str] lowerPoolAddress: Optional[str] tokenImageUrl: Optional[str] ## πŸš€ 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.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Dexscreener Api now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
crypto-scraper
Pricing
Paid
Total Runs
187
Active Users
10
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support