My original strategy for this endeavor was to simply scrape an item’s unique ID, descriptive tags (e.g. “pants”, “flares”, “70s”, “high-waist”, “light-wash”), and boolean availability (in stock/sold out).
This was a brute force tactic that would require day-by-day snapshots of these items, so that I could determine the number of days each item was available for purchase before selling out (what I call its “lifespan”) and eventually predict other item’s lifespans. Not a very elegant plan, but a plan nonetheless.