
Dexscreener Tokens Scraper
Pricing
$10.00/month + usage

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.
0.0 (0)
Pricing
$10.00/month + usage
20
Total users
347
Monthly users
83
Runs succeeded
99%
Issue response
79 days
Last modified
5 months ago
Limit is not working
Open
This is my api call using dexcreneer: https://api.apify.com/v2/acts/crypto-scraper~dexscreener-tokens-scraper/run-sync-get-dataset-items?token=&limit=10
Body: { "chainName": "solana", "filterArgs": [ "?rankBy=trendingScoreH24&order=desc", "?rankBy=marketCap&order=desc&minMarketCap=1" ], "fromPage": 1, "toPage": 1 }
When I run this I am expecting to get 10 or less that 10 results but I am getting more than the defined limit value. I am planning to have limit of 100 every fetch, 10 is just for testing.
Can you check what I am doing wrong or what I am missing? Thanks in advance!