DexScreener Crypto Scraper | Token Data API
Pricing
from $1.39 / 1,000 token scrapeds
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
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
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 assolana/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
filterArgsfor 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?
| Field | Description |
|---|---|
tokenName, tokenSymbol | Token name and ticker |
chainId, dexId | Blockchain and decentralized exchange identifiers |
address, lowerPoolAddress | Token contract and pool/pair addresses |
priceUsd | Current token price in USD |
priceChange5m, priceChange1h, priceChange6h, priceChange24h | Price change percentages |
volumeUsd | 24-hour trading volume in USD |
transactionCount, makerCount | 24-hour transaction count and maker count when provided |
liquidityUsd, marketCapUsd, fdvUsd | Liquidity, market cap, and fully diluted valuation |
age | Pair age in hours |
pairDetailUrl, tokenImageUrl | DexScreener pair URL and token image URL |
websites, socials | Official links from DexScreener token metadata when available |
How to scrape DexScreener with DexScreener Crypto Scraper
- Open DexScreener Crypto Scraper on Apify and click Try for free.
- Set
chainName, for examplesolana,ethereum,bsc, orsolana/pumpswap. - Pick
time,rankBy, andorder. - Add optional filters such as
minLiq,minMarketCap,min24HVol, ormin24HChg. - For advanced runs, visit DexScreener, apply filters in the UI, copy everything after
?, and paste it intofilterArgs. - Set
fromPage,toPage,limit, andlimitPerPage, then start the Actor. - 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.
| Event | Price per event | Price 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:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
chainName | string | Yes | solana | Blockchain or chain/DEX segment |
time | string | No | 24h | Timeframe: 24h, 6h, 1h, 5m |
rankBy | string | No | trendingScoreH24 | Sort field |
order | string | No | desc | Sort direction |
filterArgs | array | No | [] | Raw DexScreener URL query strings |
fromPage, toPage | integer | No | 1, 1 | Page range; toPage: -1 uses all available fetched records |
limit, limitPerPage | integer | No | 10, 10 | Result caps; 0 means no cap/default page size |
addTokenDetails | boolean | No | false | Enrich each token through the official token endpoint |
addTopTraders | boolean | No | false | Reserved 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 ApifyClientclient = 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]));
Is it legal to scrape DexScreener?
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.
Other DexScreener scrapers / Related Actors
| Actor | Use case |
|---|---|
| GMGN CopyTrade Wallet Scraper | Wallet PnL, win rates, balances, and trading stats |
| Polymarket Market Scraper | Prediction-market prices and market metadata |
| Polymarket Leaderboard Scraper | Trader leaderboard data |
Pricing
| Event | Price per event | Price 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.