Home
> Uncategorized > The Search API for Shopping has been shut down
The Search API for Shopping has been shut down
As of this morning, Google shut down its Shopping API (As was forewarned). Now, if you try to call it, https://www.googleapis.com/shopping/search/v1/public/products?key=…&country=US&q=pogo&alt=json you get the following Error 412 response:
{
“error”: {
“errors”: [
{
“domain”: “global”,
“reason”: “conditionNotMet”,
“message”: “The Search API for Shopping has been shut down”,
“locationType”: “header”,
“location”: “If-Match”
}
],
“code”: 412,
“message”: “The Search API for Shopping has been shut down”
}
}
Adieu, le Shopping API.
Categories: Uncategorized
You can SerpApi, they support shopping results from Google: https://github.com/serpapi/google-search-results-java
LikeLike