sanscript-tech / hacking-tools-scripts

Hacking Scripts that will blow your mind engineered by Hackers ♠️.
GNU General Public License v3.0
52 stars 58 forks source link

Script to scrape Amazon products #10

Closed SANKET7738 closed 3 years ago

SANKET7738 commented 3 years ago

Description

Write a script to scrape amazon products. the function should take the name of the product and it should return the top 5 products for the query with their name, price, and ratings.

AdityaJ7 commented 3 years ago

Hi @SANKET7738 I would like to work on this issue

tejan-singh commented 3 years ago

yes you can work on this issue.

AdityaJ7 commented 3 years ago

@tejan-singh You can assign me back if you are ok with the pr that I submitted just now.

Thanks

sujal111 commented 3 years ago

Please assign me this issue

SANKET7738 commented 3 years ago

@sujal111 mention the language you want to use and start working on it.

tejan-singh commented 3 years ago

@sujal111 have you registered for the event? have you joined the slack channel?

eternal-dreamer commented 3 years ago

Can I work on this issue using python?

tejan-singh commented 3 years ago

Yes sure

kritikaparmar-programmer commented 3 years ago

Is someone working on this issue? @eternal-dreamer ?

eternal-dreamer commented 3 years ago

Is someone working on this issue? @eternal-dreamer ?

No , I am not working on this issue now.

TaniaMalhotra commented 3 years ago

@yashaswibiyahut Can I take it if it's unassigned? Would like to do it in python

tejan-singh commented 3 years ago

@kritikaparmar-programmer in which language you would like to work?

HaripriyaB commented 3 years ago

Can I take this if it's unassigned? I'd like to do it in java

tejan-singh commented 3 years ago

@HaripriyaB you can work in java

tejan-singh commented 3 years ago

@TaniaMalhotra You can work in python

Ninjavin commented 3 years ago

Hey @tejan-singh Can I work on this issue in NodeJS?

HaripriyaB commented 3 years ago

I'm not able to get the api to fetch product details... does anyone know which endpoint to be used?

TaniaMalhotra commented 3 years ago

Same here @HaripriyaB I did find this one but it seems to be paid

HaripriyaB commented 3 years ago

One way is to use selenium automation. That will be almost similar in all the languages. @tejan-singh pls give your suggestion

TaniaMalhotra commented 3 years ago

The one I mentioned above (https://rapidapi.com/axesso/api/axesso-amazon-data-service1) does have a freemium too but requires me to enter the credit card number. If it's possible for maintainers to get their own key during testing, I can proceed with this api.

tejan-singh commented 3 years ago

@TaniaMalhotra @HaripriyaB you can use BeautifulSoup

tejan-singh commented 3 years ago

@Ninjavin you can work in NodeJS

tejan-singh commented 3 years ago

@HaripriyaB if you cannot find other way, then you can solve it with selenium.