This script batch downloads 3D model files (GLB format) from IKEA product pages, which you can open in 3D software like Blender. It has been tested only on the Finnish IKEA website (https://www.ikea.com/fi/en).
Sofa downloaded from the IKEA website rendered inside Blender
NOTE: If you don't need to download entire cataloques of models at the time, or running this script is too complicated for you, check out my other script that adds download buttons directly on the IKEA website: https://github.com/apinanaivot/IKEA-3D-Model-Download-Button
Install Python:
Download the script:
ikea-glb-downloader.py
from this repositoryC:\IKEA-Downloader
)Install required packages:
ikea-glb-downloader.py
pip install requests beautifulsoup4 tqdm selenium webdriver_manager
Run the script:
python ikea-glb-downloader.py
Follow the prompts:
The script will:
Downloaded files are saved in the downloaded-files
directory within the script's folder.