if html_scraped_at is None or html_scraped_at < datetime.datetime.now(
tz=datetime.UTC
) - datetime.timedelta(days=29):
result_dict = scrape_itunes_additional_html(result_dict, store_id, country)
Apple is very slow / 401 often so do this separately from the API calls which don't need to be slowed by this.