Changelog
[2.3] - 2025-08-08
Added
Support toPage = -1
to automatically iterate until no more pages are available.
Fixed
When requested pages exceed available pages, the scraper now stops early to avoid timeouts.
Fixed exception caused by a new ChromeDriver update feature failing in HttpsFirstBalancedModeAutoEnable
.
[2.2] - 2025-08-02
Added
Support for Moonit and 50+ chains
DEX Filtering : You can now target specific exchanges like solana/moonit
or ethereum/uniswap
Multi-DEX Support : Choose to scrape all exchanges on a chain or just specific ones
Improvements
Boosted the speed of the scraper by 10x
Fixed
Fixed parsing issues with Solana's Moonit exchange
Corrected column mapping for Moonit launchpad data
[2.1] - 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 be null
in the output.
[2.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 be null
if no image is available.
New endpoint lowerPoolAddress
derived from the pairDetailUrl
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.