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
Someone will reply to you shortly. In the meantime, this might help:
frozen-sapphire•2mo ago
Just misunderstanding: https://docs.apify.com/api/v2/act-run-sync-post is to return OUTPUT, not dataset
Run Actor synchronously with input and return output | Apify Docume...
Runs a specific Actor and returns its output.
frozen-sapphire•2mo ago
For dataset items please call https://docs.apify.com/api/v2/dataset-items-get
Get items | Apify Documentation
ClientsReturns data stored in the dataset in a desired format.