Skip to content

The script written in python scrapes the list of top 10,000 t-shirts from website using Selenium.

Notifications You must be signed in to change notification settings

shikhapanwar/scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

scrapping

Included :

  1. jabong_popular_tshirt.py
  2. tshirt_list.csv

Reference web page : http://www.jabong.com/men/clothing/polos-tshirts/?sort=popularity&dir=desc&source=topnav_men

  1. The script written in python scrapes the list of top 10,000 t-shirts and polos sorted on the basis of popularity from Jabong server. Selenium with chrome webdriver has been used.

Additionally, the extension Block-image_v1.1 has been used to block images to increase speed.

  1. The output is a csv file tshirt_list.csv with fields ["Title", "Original Price", "Discounted Price", "URL" ] in order.

The script written in python scrapes the list of top 10,000 t-shirts from website using Selenium.

About

The script written in python scrapes the list of top 10,000 t-shirts from website using Selenium.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages