
Dexscreener Tokens Scraper
Pricing
$10.00/month + usage
Go to Store

Dexscreener Tokens Scraper
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.
5.0 (1)
Pricing
$10.00/month + usage
25
Total users
448
Monthly users
53
Runs succeeded
>99%
Issues response
63 days
Last modified
3 days ago
Changelog
[2.1.0] - 2025-07-24
Added
- New
boost
field to indicate if a token has a promotional boost. - Added support for a
time
filter parameter to allow time-based filtering of results during scraping.
Fixed
- Corrected an issue where
tokenImageUrl
was not being assigned, causing it to benull
in the output.
[2.0.0] - 2025-07-23
Added
- New endpoint
pairDetailUrl
to provide the direct URL to the pair's detail page on DexScreener. - New endpoint
address
extracted from the token's image URL. This will benull
if no image is available. - New endpoint
lowerPoolAddress
derived from thepairDetailUrl
for convenience. - New endpoint
tokenImageUrl
to provide the direct URL to the token's image.
Changed
- Switched driver: This significantly improves scraping speed and enhances CAPTCHA resolving capabilities.
Removed
- Removed proxy configuration settings as
nodriver
handles this more effectively.