Apify
Crawlee
GitHub
Apify Discord Mirror
View all posts
Related posts
Was this helpful?
๐
๐
๐
Powered by
Hall
Active
Updated 2 weeks ago
0
Follow
Actor Runs more that the limit
Apify platform
Actor Runs more that the limit
Active
0
Follow
O
OJ
2 weeks ago
ยท
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!
A
2 comments
Share
Open in Discord
A
Alexey Udovydchenko
edited 2 weeks ago
Just misunderstanding:
https://docs.apify.com/api/v2/act-run-sync-post
is to return OUTPUT, not dataset
A
Alexey Udovydchenko
edited 2 weeks ago
For dataset items please call
https://docs.apify.com/api/v2/dataset-items-get
Add a reply
Sign up and join the conversation on Discord
Join on Discord