Google Shopping
Arcade.dev LLM tools for shopping via Google Shopping
3.2.2Arcade.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)
| 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
Execution hints
Signals for MCP clients and agents about how this tool behaves.
Reads data without modifying any state in the target system.
May permanently delete or overwrite data in the target system.
Repeated calls with the same inputs produce no additional effect.
Communicates with external APIs, databases, or other services.
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
Output
json— Products on Google Shopping.