davrob01 / AmazonBestSellerBooksScraper

This program scrapes Amazon to get book data (the ISBN, title, author, price, etc.) of the top 100 Best Selling books in EVERY category and every subcategory in both US and International domains. Download EXE from here:
http://students.cs.niu.edu/~z1540454/scraper/amazonbooks.php
Other
12 stars 5 forks source link

help more options to add #5

Closed rdo3546 closed 4 years ago

rdo3546 commented 4 years ago

please send me your info to contact you i need your help thank you

davrob01 commented 4 years ago

Hello,

Please send to this email:

drobsoftware@gmail.com

You can send me an email with more details.

Thank you

rdo3546 commented 4 years ago

i sent an email thank you

davrob01 commented 4 years ago

I have updated the app. Edition and image URL are included now.

https://github.com/davrob01/AmazonBestSellerBooksScraper/releases/tag/v1.1

JustinGardiner commented 2 years ago

Another feature that I think a lot of people would be interested in is the overall BSR

JustinGardiner commented 2 years ago

After actually looking at your code, I suppose it'd be quite a lot to add the overall BSR. I didn't realize that you are getting the ISBN from the URL (and thus actually getting the ASIN for things like audiobooks) and that you aren't actually going to the product page (which is where you'd have to go to get the overall BSR).

davrob01 commented 2 years ago

Right. Going to each product page could be a future enhancement. And it can be an optional setting/switch. The app would take longer to run but it would be worthwhile since some people are interested in the other book information. However, it is a also feature that may be subjected to more maintenance, depending on how often Amazon changes the html structure on the product pages (something to keep in mind, at least).

Anyway, it is not likely I personally will have time to work on this feature any time soon though, but anybody is welcome to make a contribution. Thank you