[self-promotion] Every Product Listed On LEGO.com, May 2023

I made a little Python crawler that slurps up data about products listed on LEGO.com. That’s every product on the site, not just LEGO sets.

Here’s the crawler’s JSON output from May 9, 2023: https://gist.github.com/ryukoposting/070bea86a3b9fefc285388b0ffe651aa

Each product includes the following information:

The product’s name A link to the product page on LEGO.com The product’s price in USD The product’s discount price in USD, if there is a discount. The number of LEGO pieces in the product (if the product isn’t a LEGO set, this value is null) LEGO’s suggested age range of the product, if one is available. Whether or not the product is currently available for purchase. Note: this is misleadingly called in_stock, but its value will be true for products that are on backorder. The product’s customer rating average, 1-5 stars. A list of themes to which the product belongs. Many products have only one theme, but some belong to multiple themes.

submitted by /u/ryu-ryu-ryu
[link] [comments]

Leave a Reply

Your email address will not be published. Required fields are marked *