Skip to content

gamladz/ikea-webscraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IKEA Web Scraper

A Python + Selenium scraper for collecting structured product data from IKEA’s website.

Extracts price, description, images, and URLs into a clean schema for downstream analysis and machine learning.

Built as the data foundation for a furniture price prediction model.

Demo


Example Schema

results_dict = {
    "id": [],
    "url": [],
    "price": [],
    "description": [],
    "images": [],
    "source": []
}

Stack

  • Python
  • Selenium
  • JSON / CSV data storage

Run locally

pip install selenium
python scraper.py

Why this exists

Structured product data enables machine learning, pricing analysis, and product insights. This scraper was built as part of an end-to-end ML pipeline for predicting furniture prices.

About

Ikea webscraper built with Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published