Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```