1.4.3 • Published 3 years ago

amazon-scrapping v1.4.3

Weekly downloads
20
License
ISC
Repository
github
Last release
3 years ago

#amazon-scrapping Amazon scrapping is a simple package that search for an item in amazon.de and retrieves:

  • title: string
  • url: string
  • price: string
  • average of reviews: string
  • number of reviews: string

The response is an array of JSO with the above attributes. ##how it works After installing use the function scrappeOnAmazon.

It takes 3 parameters:

  • product: the prodcut to be searched. Must be a string.
  • numberOfSearchPages: How deep you want to search for the item. Is the number of times the script click on nextpage when searching. Must be a number greater than 0.
  • numberOfSimultaneousPDP: How many tabs are going to be used simultaneously to search for the item. Must be a number greater than 0.
1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago