The Google Images endpoint returns images from Google search results.
This parameter specifies the private key you’ll need for Piloterr access.
Parameter defines the query you want to search.
Parameter defines the country to use for the Google images. It’s a two-letter country code. (e.g., us
for the United States, uk
for United Kingdom, or fr
for France). Head to the Google countries page for a full list of supported Google countries.
Parameter defines the language to use for the Google images. It’s a two-letter language code. (e.g., en
for English, es
for Spanish, or fr
for French). Head to the Google languages page for a full list of supported Google languages.
Images are fetched by batch of 100 images per search. To fech additional images, you need to perform the same search again, incrementing the page
parameter for each page of results you want to retrieve.
Parameter defines the result offset. It skips the given number of results. It’s used for pagination.
The Google Images endpoint returns images from Google search results.
This parameter specifies the private key you’ll need for Piloterr access.
Parameter defines the query you want to search.
Parameter defines the country to use for the Google images. It’s a two-letter country code. (e.g., us
for the United States, uk
for United Kingdom, or fr
for France). Head to the Google countries page for a full list of supported Google countries.
Parameter defines the language to use for the Google images. It’s a two-letter language code. (e.g., en
for English, es
for Spanish, or fr
for French). Head to the Google languages page for a full list of supported Google languages.
Images are fetched by batch of 100 images per search. To fech additional images, you need to perform the same search again, incrementing the page
parameter for each page of results you want to retrieve.
Parameter defines the result offset. It skips the given number of results. It’s used for pagination.