Skip to content

fipaniagua/Ikea-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ikea-crawler

Web Scrapper to get all categories of Ikea catalog from https://www.ikea.com/es/es/cat/productos-products/ and get all products from the same catalog. Then write a .xlsx file with all the products information.

Set Up

  1. Install Python
  2. Install PIP
  3. Install requirments.
    pip install requirementes -r requirementes.txt
  4. download ChromeDriver from https://chromedriver.storage.googleapis.com/index.html?path=88.0.4324.96/
  5. move ChromeDriver from downloads folder to the program folder

Usage

  1. Run categories program to get all the categories in a .xlsx file.
    python categories.py

  2. Run main.py to get all product from the categories.xlsx file.
    python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages