We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
It seems that the format of the store-locator data in STARBUCKS has been changed and the data is not being retrieved correctly.
The current response data does not contain an element whose id is bootstrapData. So, I think you need to change the following code.
bootstrapData
const $ = cheerio.load(res) const json = JSON.parse($('#bootstrapData').text()) const stores = json.storeLocator.locationState.locations
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
It seems that the format of the store-locator data in STARBUCKS has been changed and the data is not being retrieved correctly.
The current response data does not contain an element whose id is
bootstrapData
.So, I think you need to change the following code.
The text was updated successfully, but these errors were encountered: