- Make sure you have a working BestBuy API key.
- Go to BestBuy and find the product SKU of whatever it is that you'd like to search.
- You should have the zip code of the region you would like to search.
- After replacing data with your variables, run the following command:
python3 main.py $API_KEY $POSTAL_CODE $PRODUCT_SKU
You can easily include email, SMS, or form bot functionality. This simple script will return all relevent data to help you get started.