Reputation: 97
Hi I'm trying to call this url https://www.googleapis.com/shopping/search/v1/public/products?key="my key"&country=US&q=9780198062257&alt=json
on the browser.
It works fine and gave the appropriate data but when I change the country form US to IN (India) or any other country code, it gives zero results even though it works fine through Google shopping search.
Can any one tell how to search for every country? I know ISO 3166 code are the country code but they are not working. Please help on how to call this url country wise.
Upvotes: 0
Views: 708
Reputation: 5054
That's because Google Product Search API does not work for India. Here is a list of countries for which this API will work.
Upvotes: 1