An open API service indexing awesome lists of open source software.

https://github.com/row-huh/webscraper

This is a special script made with Selenium. It finds books using their special ISBN numbers, checks their prices on different book websites, and then compares them. Great for helping book-selling websites understand the market better!
https://github.com/row-huh/webscraper

Last synced: 2 months ago
JSON representation

This is a special script made with Selenium. It finds books using their special ISBN numbers, checks their prices on different book websites, and then compares them. Great for helping book-selling websites understand the market better!

Awesome Lists containing this project

README

        

# WebScraper
This is a special script made with Selenium. It finds books using their special ISBN numbers, checks their prices on different book websites, and then compares them. Great for helping book-selling websites understand the market better!

The script asks you the book name which you wish to search

![image](https://github.com/row-huh/WebScraper/assets/74301640/2fb1bef0-026c-43b3-bb7b-a7e261104deb)

It then searches a website, In this case, it's using https://www.libertybooks.com/
and formats the search results into a csv file classified in the columns of "book_title", "author_name" and "price"

![image](https://github.com/row-huh/WebScraper/assets/74301640/0cbdf456-55f4-46c8-a8b7-fa532f1f8b39)

This data can be used to create charts tailored to a business's needs

![image](https://github.com/row-huh/WebScraper/assets/74301640/7be6c0db-2bac-4391-97c4-4815cb858dca)