Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pandeyankit123/amazon-web-scraper
Innovative web application allows users to input a product URL from any e-commerce website and instantly fetches and displays detailed information about that product in a clean, readable format.
https://github.com/pandeyankit123/amazon-web-scraper
asyncio django django-rest-framework playwright reactjs
Last synced: about 2 months ago
JSON representation
Innovative web application allows users to input a product URL from any e-commerce website and instantly fetches and displays detailed information about that product in a clean, readable format.
- Host: GitHub
- URL: https://github.com/pandeyankit123/amazon-web-scraper
- Owner: pandeyankit123
- Created: 2024-07-21T14:04:23.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-21T14:21:37.000Z (7 months ago)
- Last Synced: 2024-10-31T03:29:57.616Z (3 months ago)
- Topics: asyncio, django, django-rest-framework, playwright, reactjs
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Web Scraper
Run the Django server:
```sh
python manage.py runserver
```Run the React app:
```sh
npm start
```