Google Shopping
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for shopping via Google Shopping
Author:Arcade
Version:
3.1.2Auth:No authentication required
1tools
1require secrets
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 name | Description | Secrets | |
|---|---|---|---|
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
| Parameter | Type | Req. | Description |
|---|---|---|---|
keywords | string | Required | Keywords to search for products in Google Shopping. E.g. 'Apple iPhone'. |
country_code | string | Optional | 2-character country code to search for products in Google Shopping. E.g. 'us' (United States). Defaults to 'us'. |
language_code | string | Optional | 2-character language code to search for products on Google Shopping. E.g. 'en' (English). Defaults to 'en'. |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— Products on Google Shopping.Last updated on