Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)