Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adriablancafort/fastapi-amazon-scraper

Amazon Product Page Scraper with Python FastAPI and Beautiful Soup.
https://github.com/adriablancafort/fastapi-amazon-scraper

Last synced: 18 days ago
JSON representation

Amazon Product Page Scraper with Python FastAPI and Beautiful Soup.

Awesome Lists containing this project

README

        

# Amazon Scraper

Fast API application to scrape any Amazon product page. It recieves the ASIN of the product (Amazon Standard Identification Number) and returns all the product information (title, price, etc)

![Amazon Product Page](https://github.com/adriablancafort/fastapi-amazon-scraper/assets/76774853/d32689bf-f6e6-4e94-8107-6cfe0c15a86c)

![Scraped Product Information](https://github.com/adriablancafort/fastapi-amazon-scraper/assets/76774853/78a2e4b8-9dba-4bff-ba44-e7dead1fd78d)

## Technologies Used

Built with the Python Framework Fast API, designed to build performant and asyncronus APIs and the library Beautiful Soup.