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

https://github.com/srijanmukherjee/amazon-price-extractor

Extracts amazon product information
https://github.com/srijanmukherjee/amazon-price-extractor

Last synced: 3 months ago
JSON representation

Extracts amazon product information

Awesome Lists containing this project

README

        

# Amazon product extractor
Extracts product information from amazon and serialize it into different formats.

## Instruction

```shell
poetry install

# run tests
poetry run pytest
```

## TODO:
- [ ] CLI
- [ ] Handle amazon.com fractional price element
- [ ] Format scrapped data (remove trailing spaces)