API Parameters
Parameters | Required | Desc |
---|---|---|
engine | true | Set parameter to google_shopping to use the Google Shopping API engine. |
q | true | Parameter defines the query you want to search. You can use anything that you would use in a regular Google Shopping search. |
location | false | Parameter defines from where you want the search to originate. If several locations match the location requested, we'll pick the most popular one. The location and uule parameters can't be used together. It is recommended to specify location at the city level in order to simulate a real user’s search. If location is omitted, the search may take on the location of the proxy. |
uule | false | Parameter is the Google encoded location you want to use for the search. uule and location parameters can't be used together. |
google_domain | false | Parameter defines the Google domain to use. It defaults to google.com. |
gl | false | Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France). It defaults to us |
hl | false | Parameter defines the language to use for the Google Maps search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French). It defaults to en |
tbs | false | (to be searched) parameter defines advanced search parameters that aren't possible in the regular query field. |
direct_link | false | The parameter determine if the search results should include direct link of each products. By default it is false, if you need direct link, set it to true. This parameter only applies to the new layout (US and few other countries). Most countries have not yet switched to the new layout, so the link will be present without needing this parameter. When using this parameter, it is expected the search will take longer than a normal search request. |
start | false | Parameter defines the result offset. It skips the given number of results. It's used for pagination. (e.g., 0 (default) is the first page of results, 60 is the 2nd page of results, 120 is the 3rd page of results, etc.). For the new layout, the parameter is not recommended. |
Modified at 2025-02-27 07:13:49