How to scrape Ikea for a list of All Products

Looks like the main scrapers I found are Import.io and Octoparse

import.io gives you a free 7 day account with 500 Requests

  1. ) Get a list of all products
    Navigating around the site it looks like all their products are put on pages like this : https://www.ikea.com/au/en/catalog/categories/departments/outdoor/17893/ so we need to find a list of departments and their  , Ikea actually list them here : https://www.ikea.com/au/en/catalog/allproducts/

    Enter this URL in an import.io extraction service

    Voila
  2. Create a new extractor and enter one of the products pages then choose the Edit and select the products images and other info




    Now use the other extractor from Part 1 as an input to part 2


  3. Voila
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...