https://github.com/architrixs/myntra_scraper
Scrapes Product data from www.myntra.com
https://github.com/architrixs/myntra_scraper
myntra scraper webscraping
Last synced: 8 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T12:51:20.000Z (about 4 years ago)
- Last Synced: 2025-02-01T00:13:18.938Z (over 1 year ago)
- Topics: myntra, scraper, webscraping
- Language: Python
- Homepage:
- Size: 337 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- 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:

### Example

## myntra_scraper.py
### Collects product data for each link from given file.
Optimised for fast fetching
### Usage:

### Output file Example

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