/api_for_web_crawling

API for extracting reviews from https://www.tigerdirect.com

Primary LanguageJavaScript

Web Crawler

API for extracting reviews from https://www.tigerdirect.com

This is a sample application that can be used to extract customer review from tigerdirect. Following two NodeJs packages have been used for this-

  • Express
  • puppeteer

Features

  • Pass the product URL as parameter in the API
  • You will get all the reviews with a beautifully formatted JSON.
  • Can be further enhaced to auto hit the URL and save the JSONs on disk to make a bulk dataset.

How to USE

This is a NodeJS application so u need to have NodeJS installed on you system

By: Syed Luqman Quadri!