DexScreener Crypto Scraper | Token Data API avatar

DexScreener Crypto Scraper | Token Data API

Pricing

from $1.39 / 1,000 token scrapeds

Go to Apify Store
DexScreener Crypto Scraper | Token Data API

DexScreener Crypto Scraper | Token Data API

Extract DexScreener token data: prices, liquidity, market cap, volume, transactions, FDV, pair URLs, socials. Filter, schedule, use API, export JSON, CSV, Excel.

Pricing

from $1.39 / 1,000 token scrapeds

Rating

0.0

(0)

Developer

ParseBird

ParseBird

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

DexScreener Crypto Scraper

DexScreener Crypto Scraper extracts DexScreener token data from DexScreener by blockchain or chain/DEX segment, including token prices, liquidity, market cap, FDV, volume, transaction counts, pair URLs, images, websites, and socials.

Scrape DexScreener data for Solana, Ethereum, BSC, Base, Polygon, and other supported chains with filters, scheduling, API access, and JSON, CSV, or Excel export.

Copy to your AI assistant

Copy this block into ChatGPT, Claude, Cursor, or any LLM to start using this actor.

Use Apify Actor parsebird/dexscreener-crypto-scraper to scrape DexScreener token data. Call ApifyClient(token).actor("parsebird/dexscreener-crypto-scraper").call(run_input={"chainName":"solana","time":"24h","rankBy":"trendingScoreH24","order":"desc","fromPage":1,"toPage":1,"limit":10,"limitPerPage":10,"filterArgs":[],"addTokenDetails":false,"addTopTraders":false,"topTradersTimeframe":"7d"}). Key inputs: chainName string required; time 24h/6h/1h/5m; rankBy sort field; order desc/asc; numeric min/max filters; filterArgs raw DexScreener query strings; limits and page range; addTokenDetails boolean. Output: tokenName, tokenSymbol, chainId, dexId, address, lowerPoolAddress, priceUsd, price changes, volumeUsd, transactionCount, liquidityUsd, marketCapUsd, fdvUsd, pairDetailUrl, tokenImageUrl, websites, socials. API docs: https://docs.apify.com/api/client/python/ and token setup: https://console.apify.com/account/integrations.

What is DexScreener Crypto Scraper?

DexScreener Crypto Scraper is a DexScreener scraper and DexScreener API alternative for exporting token and pair data into an Apify dataset. It uses verified public DexScreener API responses where available, then applies filters, sorting, pagination, and optional token detail enrichment inside the Actor.

Use it when you need repeatable DexScreener data extraction for research, dashboards, lead lists, trading analysis, alerts, or AI workflows. You can run it manually, schedule it on Apify schedules, call it through the Apify API, or connect results to Apify integrations.

What can DexScreener Crypto Scraper do?

  • Extract token prices, liquidity, market cap, FDV, volume, pair age, transaction counts, websites, and socials.
  • Search by blockchain such as solana, ethereum, bsc, base, or a chain/DEX segment such as solana/pumpswap.
  • Apply filters for liquidity, market cap, FDV, pair age, 24h volume, 24h transactions, buys, sells, and 24h price change.
  • Replay raw DexScreener URL query strings with filterArgs for advanced workflows.
  • Export data as JSON, CSV, Excel, HTML, or XML from Apify dataset storage.
  • Schedule recurring runs and pull results through API clients, webhooks, or integrations.

What data can you extract from DexScreener?

FieldDescription
tokenName, tokenSymbolToken name and ticker
chainId, dexIdBlockchain and decentralized exchange identifiers
address, lowerPoolAddressToken contract and pool/pair addresses
priceUsdCurrent token price in USD
priceChange5m, priceChange1h, priceChange6h, priceChange24hPrice change percentages
volumeUsd24-hour trading volume in USD
transactionCount, makerCount24-hour transaction count and maker count when provided
liquidityUsd, marketCapUsd, fdvUsdLiquidity, market cap, and fully diluted valuation
agePair age in hours
pairDetailUrl, tokenImageUrlDexScreener pair URL and token image URL
websites, socialsOfficial links from DexScreener token metadata when available

How to scrape DexScreener with DexScreener Crypto Scraper

  1. Open DexScreener Crypto Scraper on Apify and click Try for free.
  2. Set chainName, for example solana, ethereum, bsc, or solana/pumpswap.
  3. Pick time, rankBy, and order.
  4. Add optional filters such as minLiq, minMarketCap, min24HVol, or min24HChg.
  5. For advanced runs, visit DexScreener, apply filters in the UI, copy everything after ?, and paste it into filterArgs.
  6. Set fromPage, toPage, limit, and limitPerPage, then start the Actor.
  7. Download the dataset or call it from your code.

How much does it cost to scrape DexScreener?

DexScreener Crypto Scraper uses pay-per-event pricing. One event is one DexScreener token or pair record pushed to the dataset.

EventPrice per eventPrice per 1,000
token-scraped$0.00149$1.49
token-scraped on gold tier$0.00139$1.39

Apify free trial credits can be used where applicable. For example, a 1,000-record run costs $1.49 before platform usage costs on free, bronze, and silver tiers.

Input / Output

Common input:

ParameterTypeRequiredDefaultDescription
chainNamestringYessolanaBlockchain or chain/DEX segment
timestringNo24hTimeframe: 24h, 6h, 1h, 5m
rankBystringNotrendingScoreH24Sort field
orderstringNodescSort direction
filterArgsarrayNo[]Raw DexScreener URL query strings
fromPage, toPageintegerNo1, 1Page range; toPage: -1 uses all available fetched records
limit, limitPerPageintegerNo10, 10Result caps; 0 means no cap/default page size
addTokenDetailsbooleanNofalseEnrich each token through the official token endpoint
addTopTradersbooleanNofalseReserved until a stable public top-trader endpoint is verified

Output example:

{
"tokenName": "Wrapped SOL",
"tokenSymbol": "SOL",
"chainId": "solana",
"dexId": "orca",
"address": "So11111111111111111111111111111111111111112",
"lowerPoolAddress": "czfq3xzzdmsdgduyrnltrhgc47cxcztlg4crryfu44ze",
"priceUsd": 81.23,
"priceChange5m": -0.05,
"priceChange1h": -0.06,
"priceChange6h": 0.32,
"priceChange24h": -0.8,
"volumeUsd": 117914398.54,
"transactionCount": 44653,
"liquidityUsd": 25486870.57,
"marketCapUsd": 51200000000,
"fdvUsd": 51200000000,
"age": 26300.5,
"pairDetailUrl": "https://dexscreener.com/solana/czfq3xzzdmsdgduyrnltrhgc47cxcztlg4crryfu44ze",
"tokenImageUrl": "https://cdn.dexscreener.com/cms/images/..."
}

Download results in JSON, HTML, CSV, or Excel, or retrieve them through the Apify API.

Python API example

from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run = client.actor("parsebird/dexscreener-crypto-scraper").call(run_input={
"chainName": "solana",
"rankBy": "trendingScoreH24",
"order": "desc",
"limit": 10,
})
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item["tokenSymbol"], item.get("priceUsd"))

JavaScript API example

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_APIFY_TOKEN' });
const run = await client.actor('parsebird/dexscreener-crypto-scraper').call({
chainName: 'solana',
rankBy: 'trendingScoreH24',
order: 'desc',
limit: 10,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items.map((item) => [item.tokenSymbol, item.priceUsd]));

DexScreener Crypto Scraper extracts public token, pair, and market metadata from DexScreener API responses. You should use scraped data responsibly and comply with applicable laws, DexScreener terms, and privacy regulations. Public wallet or token-related data may still be regulated in some jurisdictions. Read Apify's overview: Is web scraping legal?.

DexScreener is a trademark of its owner. This Actor is independent and is not affiliated with, endorsed by, or sponsored by DexScreener.

ActorUse case
GMGN CopyTrade Wallet ScraperWallet PnL, win rates, balances, and trading stats
Polymarket Market ScraperPrediction-market prices and market metadata
Polymarket Leaderboard ScraperTrader leaderboard data

Pricing

EventPrice per eventPrice per 1,000
token-scraped$0.00149$1.49
token-scraped on gold tier$0.00139$1.39

Each event is one token or pair record saved to the dataset.

FAQ

Can I use this as a DexScreener API alternative? Yes. It gives you Apify scheduling, dataset exports, API clients, webhooks, and integrations around verified DexScreener public API data.

Does filterArgs override structured filters? Yes. When filterArgs contains one or more query strings, each entry runs as its own pass and overrides the structured sort and filter fields for that pass.

Why are top traders skipped? Top trader data is only added when a stable public DexScreener endpoint is verified. This release avoids inventing wallet data or relying on an unverified private endpoint.

Can I schedule recurring DexScreener scraping? Yes. Use Apify schedules to run hourly, daily, weekly, or at a custom interval.

Can I connect results to Google Sheets, Make, or Zapier? Yes. Use Apify integrations, webhooks, or the API to send DexScreener data into spreadsheets, databases, dashboards, or automation tools.

Where do I report problems or request a filter? Open an issue on the Actor page. Include your input JSON and the DexScreener URL you are trying to reproduce.