platonai / exotic-amazon

A complete solution to crawl amazon at scale completely and accurately.
146 stars 47 forks source link

Customer Reviews #8

Open wfh1300 opened 1 year ago

wfh1300 commented 1 year ago

Can this crawler crawl all consumer reviews? I only see the top-review folder, not the folder with all the reviews. 063ac01d790830a7746e97a49823519

platonai commented 1 year ago
  1. enable amazon.enable.reviews=true
  2. see also AmazonLinkCollector.collectReviewLinksFromProductPage and DailyAsinGenerator.getOrCreateCollectors
wfh1300 commented 1 year ago

I'm sorry. Would you please provide the specific process of enabling “amazon.enable.reviews=true”?