Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/architrixs/myntra_scraper
- Owner: Architrixs
- Created: 2021-05-17T11:46:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T12:51:20.000Z (over 2 years ago)
- Last Synced: 2024-05-01T18:18:58.423Z (8 months ago)
- Topics: myntra, scraper, webscraping
- Language: Python
- Homepage:
- Size: 337 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.