I added support for Prada, starting with their bags category. Prada’s website uses a paginated HTML endpoint that returns product grid fragments, which I fetch directly and parse with AngleSharp.

The product detail pages use responsive images with srcset attributes, so I parse those to extract the highest resolution image URLs. Product tags are pulled from the details tab on each product page.