lokesh97jain / myntra_web_scrapping

Automated Selenium-based scraper for extracting data from Myntra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myntra_web_scrapping

Features

Scrape product details from Myntra.com. Automatically handle pop-ups and web page navigations. Save data into a CSV file for easy use and analysis. Run in both standard and headless mode for efficient background execution.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python 3.6+
  • pip

Installation

Install the required packages:

pip install -r requirements.txt

Run

python myntra_web_scrapping.py

After Running the above command:

  • Enter the number of pages
  • Output file name
  • standard or headless

About

Automated Selenium-based scraper for extracting data from Myntra

License:MIT License


Languages

Language:Python 100.0%