Product and category parser for RecambioSportalo website (Python)
Ready parser for the website https://recambiosportalo.com/, written in Python. First, it parses categories, collecting the name, description, number of products, link to the category, and category image. For each category, a separate folder is created, which contains a subfolder for images and an Excel file with product data.
After collecting categories, the parser moves on to the products of each category, downloads the small and large images of the product (saving them in the respective folder), and records the names of these images in Excel. For each product, it additionally parses detailed specifications from the product page, supporting dynamic headers, as some products have unique characteristics.
After collecting categories, the parser moves on to the products of each category, downloads the small and large images of the product (saving them in the respective folder), and records the names of these images in Excel. For each product, it additionally parses detailed specifications from the product page, supporting dynamic headers, as some products have unique characteristics.