Skip to content

adithyaan-creator/luluhypermarket-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

luluhypermarket-Scraper

Scrapy tool to scrape products from www.luluhypermarket.com

To setup the project build a scrapy project using 'scrapy genspider <project_name>'. This creates a project with all the required files. Now, in the spiders folder, copy the luluscraper.py file, and set name of bot in the variable defined in the LuluSpider class. Run scrapy crawl <project_name> to run the project.

P.S - Found a good chrome extension to get the css selector easily - https://chrome.google.com/webstore/detail/css-selector-helper-for-c/gddgceinofapfodcekopkjjelkbjodin. They have provided a yt video to explain the process. The code is currently for the 'fresh-food-grocery' section of the website.

About

Scrapy tool to scrape products from www.luluhypermarket.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages