Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/architrixs/myntra_scraper

Scrapes Product data from www.myntra.com
https://github.com/architrixs/myntra_scraper

myntra scraper webscraping

Last synced: 2 months ago
JSON representation

Scrapes Product data from www.myntra.com

Awesome Lists containing this project

README

        

# myntra_scraper
## Scrapes Product data from Myntra.com
Note: currently page link is hardcoded for T-shirts, can be easily changed in myntra_link_scraper.py.

## myntra_link_scraper.py
### Collects product links
### Usage:
![](https://github.com/Architrixs/myntra_scraper.py/blob/main/myntra_link_scraper1.png)
### Example
![](https://github.com/Architrixs/myntra_scraper.py/blob/main/myntra_link_scraper.png)

## myntra_scraper.py
### Collects product data for each link from given file.
Optimised for fast fetching
### Usage:
![](https://github.com/Architrixs/myntra_scraper.py/blob/main/myntra_scraper.png)
### Output file Example
![](https://github.com/Architrixs/myntra_scraper.py/blob/main/example_json.png)

### Please, Open an Issue for any Errors.