I've been using Google cloud product search api for 6 months now and the maximum products I could get in a response was 10(which I think is default).
But I want to scale up my system, thus want more products in the productSearch API response. I tried finding out the limits and way to change the returned number of products, couldn't find any in the official documentation (https://cloud.google.com/vision/product-search/docs/searching#product-search-get-similar-products-go).
It would be great if I could get some help here.
Thanks
You can check the Quotas and Limits of Cloud Vision API Product Search on the documentation.
In case you want to increase the quotas, and based on the documentation, you should select "EDIT QUOTAS" from the Quotas Page. Once you do the request, it will be reviewed and you will be notified either has been approved or denied.
About the limit you are interested in, I found this GitHub repository where you can find the vision-api.json with the specified parameters:
Hope this was what you were looking for!