You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script will pull inventory data from The Home Depot and determine if it's in stock or not.
url = urllib.request.urlopen("https://www.homedepot.com/p/svcs/frontEndModel/100618523?_=1554485255527") # 100618523 is the item number. 1554485255527 is somehow tied to the store ID.