Skip to Content

Google Shopping

Service domainECOMMERCE
Google Shopping icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for shopping via Google Shopping

Author:Arcade
Version:3.2.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 tools
Operations
Behavior
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

Execution hints

Signals for MCP clients and agents about how this tool behaves.

Operations
Read
Service domains
Ecommerce
MCP behavior
Read only
Yes

Does not modify remote state.

Destructive
No

May delete or overwrite remote data.

Idempotent
Yes

Safe to retry without extra side effects.

Open world
Yes

Can call out to external systems.

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