Amazon Questions Crawler
Crawls product questions from Amazon.
Installation
Via npm:
npm install amazon-questions-crawler
Or Yarn:
yarn add amazon-questions-crawler
Usage
Load the module
var questionsCrawler =
Get questions by a product ASIN
This will return an object containing the title of the product and an array of questions data.
Example of a return:
title: "Product Name" questions: id: "Tx2FZP4T1BTNF6K" question: "Amazon user question here?" link: "https://www.amazon.com/forum/-/Tx3S3D31UW3GXGH/ref=ask_ql_ql_al_hza?asin=B00LB33S0Y"
Options
Options can also be provided to change the user agent string, questions page, or elements being crawled.
Example: