Dexscreener Tokens Scraper avatar
Dexscreener Tokens Scraper

Pricing

$10.00/month + usage

Go to Store
Dexscreener Tokens Scraper

Dexscreener Tokens Scraper

Developed by

Crypto Scraper

Crypto Scraper

Maintained by Community

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

23

Total users

408

Monthly users

42

Runs succeeded

>99%

Issues response

74 days

Last modified

a month ago

TC

Limit is not working

Open

Tobi.comLLC opened this issue
4 months ago

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!