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!
- Host: GitHub
- URL: https://github.com/row-huh/webscraper
- Owner: row-huh
- Created: 2023-12-03T08:34:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T07:03:30.000Z (over 1 year ago)
- Last Synced: 2025-02-13T01:51:21.308Z (4 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

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"
This data can be used to create charts tailored to a business's needs
