Actor Runs more that the limit

Hi! This is my url: https://api.apify.com/v2/acts/crypto-scraper~dexscreener-tokens-scraper/run-sync-get-dataset-items?token=<my-token> Body: { "chainName": "solana", "filterArgs": [ "?rankBy=trendingScoreH24&order=desc", "?rankBy=marketCap&order=desc&limit=10&minMarketCap=1" ], "fromPage": 1, "toPage": 1 } I want to limit fetching data only to 100 or less I changed my url with: https://api.apify.com/v2/acts/crypto-scraper~dexscreener-tokens-scraper/run-sync-get-dataset-items?token=<my-token>&limit=100 But it is still Runs more that 100 Can someone experienced this? What am I doing wrong? Thanks in advance!
3 Replies
Hall
Hall2mo ago
Someone will reply to you shortly. In the meantime, this might help:
frozen-sapphire
frozen-sapphire2mo ago
Just misunderstanding: https://docs.apify.com/api/v2/act-run-sync-post is to return OUTPUT, not dataset
frozen-sapphire
frozen-sapphire2mo ago
Get items | Apify Documentation
ClientsReturns data stored in the dataset in a desired format.

Did you find this page helpful?