Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adriablancafort/fastapi-amazon-scraper
- Owner: adriablancafort
- Created: 2020-12-30T10:52:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T19:10:45.000Z (12 months ago)
- Last Synced: 2024-11-12T21:45:21.243Z (3 months ago)
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.