ornellamariestella / IKEA-family-offers-web-scraping-python

Product data: from webpage to dataframe using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tip

Read this first.

IKEA Family Offers: scraping product data using Python 🐍

In the selected IKEA page, IKEA displays a list of products with special prices for IKEA's Family Club Members.

This is a quick exercise where I had fun with a few web scraping techniques 😊

The task

Using Python, I have:

  • Scraped relevant product data (using Selenium and BeautifulSoup)
  • Created a dataframe to list all the data
  • Performed some data wrangling

About

Product data: from webpage to dataframe using Python


Languages

Language:Jupyter Notebook 100.0%