Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexgalhardo/web-scraping-books-amazon
A personal project I created to learn webscraping. It's a simple script who get data information from HTML DOM Amazon.com books pages.
https://github.com/alexgalhardo/web-scraping-books-amazon
amazon books javascript web-scraping
Last synced: 14 days ago
JSON representation
A personal project I created to learn webscraping. It's a simple script who get data information from HTML DOM Amazon.com books pages.
- Host: GitHub
- URL: https://github.com/alexgalhardo/web-scraping-books-amazon
- Owner: AlexGalhardo
- Created: 2024-01-06T12:48:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-08T14:26:29.000Z (8 months ago)
- Last Synced: 2025-01-03T05:33:42.997Z (19 days ago)
- Topics: amazon, books, javascript, web-scraping
- Language: TypeScript
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Scraping Books Amazon
![gif-web-scraping-books-amazon](https://github.com/AlexGalhardo/web-scraping-books-amazon/assets/19540357/220891f0-8deb-4466-8ae9-ce9dcce8994b)
## Introduction
- A personal project I created to learn and improve my skills in web scraping.
- It's a simple script who get data information from HTML DOM Amazon.com.br books pages.## Development Setup Local
- Install Bun:
1. Clone this repository
```bash
git clone [email protected]:AlexGalhardo/web-scraping-books-amazon.git
```2. Enter repository
```bash
cd web-scraping-books-amazon/
```3. Install dependencies
```bash
bun install
```4. Change array **src/booksToFind.ts** with the urls of the books you want to find. For now, this script only works for **amazon.com.br** pages
5. Start scrapping
```bash
bun start
```## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) August 2024-present, [Alex Galhardo](https://github.com/AlexGalhardo)