tristanfaure.com /projects / zalando-collab

Zalando Collab

Web scraping tool for Zalando marketplace

2023 · PROTOTYPE

Stack

Python · Web Scraping · Requests · BeautifulSoup

Key figures

Language
100% Python
Target
Zalando
Architecture
Modular

An automated data extraction tool designed to scrape product information from the Zalando fashion marketplace at scale.

The scraper follows a modular architecture: a dedicated spacescraper/ module handles HTTP requests and pagination, while functions/ contains parsing logic for extracting product names, prices, sizes, and availability.

The main entry point orchestrates the full pipeline — from initial search queries to structured data output. Separate zalando.py module encapsulates Zalando-specific logic for clean separation of concerns.

Built as a collaborative project (hence the name) to gather fashion market data for analysis and price monitoring.

Links

All 33 projects · Open the interactive portfolio · About Tristan