sudheer-ranga / aliexpress-product-scraper

Get Aliexpress product details as a json response including feedbacks, variants, shipping info, description, images, etc.,
MIT License
231 stars 88 forks source link

Added query params pageSize #45

Open miguelHM63 opened 4 months ago

miguelHM63 commented 4 months ago

Hello!, it would be good to add the pageSize in the options object, because I see that it has a default value of 20, and it would be good to be able to change it from the options. Thanks!! image

and checking the filterReviewsBy I see that these would be the valid options

image

{
  reviewsCount: 20,
  filterReviewsBy: 'all' | 1 | 2 | 3 | 4 | 5, //filterCode values
  puppeteerOptions: {},
  pageSizeReview: number //suggested
}