Skip to Content

Google Shopping

Google Shopping icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for shopping via Google Shopping

Author:Arcade
Version:3.1.2
Auth:No authentication required
1tools
1require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

Arcade.dev offers a powerful toolkit for shopping via Google Shopping, enabling developers to seamlessly integrate product search functionality into their applications. This toolkit provides essential capabilities to enhance shopping experiences for users.

Capabilities

  • Search for a variety of products on Google Shopping.
  • Seamlessly integrate product search into applications.
  • Enhance user engagement through relevant product displays.

OAuth

  • No OAuth is required for this toolkit, but API key usage is available.

Secrets

  • Store and manage secrets like the API key (e.g., SERP_API_KEY) securely for accessing Google Shopping services.

Available tools(1)

1 of 1
Tool nameDescriptionSecrets
Search for products on Google Shopping related to a given query.
1

Selected tools

No tools selected.

Click "Show all tools" to add tools.

Requirements

Select tools to see requirements

#

GoogleShopping.SearchProducts

Search for products on Google Shopping related to a given query.

Parameters

ParameterTypeReq.Description
keywordsstringRequiredKeywords to search for products in Google Shopping. E.g. 'Apple iPhone'.
country_codestringOptional2-character country code to search for products in Google Shopping. E.g. 'us' (United States). Defaults to 'us'.
language_codestringOptional2-character language code to search for products on Google Shopping. E.g. 'en' (English). Defaults to 'en'.

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonProducts on Google Shopping.
Last updated on