Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get the list, only 100 pieces of data will be displayed, out of the 200 pieces I filled out #206

Open
huazhanhao950327 opened this issue Jun 28, 2024 · 1 comment

Comments

@huazhanhao950327
Copy link

  • Operating System:
  • Node version:
  • app-play-scraper version:

Description:

Describe your issue here

Example code:

// Put code to reproduce the issue here

Error message:

Put error message here
@ilkerb
Copy link

ilkerb commented Dec 20, 2024

Operating System: macOS 14.6.1
Node version: 20.18.1
app-play-scraper version: 0.18.0

I have similar issue, list function returns first 100 results no matter what limit value given above 100. I tried to paginate but that didn't helped either. It reacts to limit parameter for values below 100 without any problems but it does not return more than 100 results no matter which value given above 100. If this is related to a change on the backend this function use, please correct the documentation so 100 is the limit for list, not 200. If not (I wish it is not) please lead me on how to get all 200 results for a list call.

store.list({
  collection: store.collection.TOP_GROSSING_IOS,
  category: store.category.PHOTO_AND_VIDEO,
  num: 200
}).then(console.log).catch(console.log);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants