SearchApi icon

SearchApi

Access real-time search results from Google, Google Images, Google Maps, Google Shopping and more. Use this when you need current, up-to-date information, product searches, location data, or visual content that may not be available in your training data.

Actions4

Overview

The Google Shopping Search node allows users to perform product searches using Google's shopping service. This node is particularly useful for e-commerce applications, price comparison tools, or any scenario where users need to find products based on specific criteria such as price, condition, or location. For example, a user could search for "laptop under $500" to find budget-friendly options or "Nike shoes size 10" to locate specific footwear.

Properties

Name Meaning
Query Specifies the search query, similar to performing a regular Google search. It can include filters like price, size, color, condition, brand, and discounts.
Geographic Location Defines the geographic origin of the search. The most popular matching location will be selected if multiple locations are available.
Encoded Location Allows direct input of the Google encoded location for the search. This parameter cannot be used together with the geographic location.
Google Domain Sets the Google domain for the search, defaulting to google.com. Users can specify other supported domains.
Country Defines the country for the search results, with options including various country codes (e.g., us, uk, ca).
Interface Language Sets the interface language for the search results, with options for various languages (e.g., en, es, fr).
Minimum Price Specifies the minimum price of returned products, including the currency (e.g., 50 USD).
Maximum Price Specifies the maximum price of returned products, including the currency (e.g., 100 USD).
Product Condition Filters results based on product condition, with options for new or used items.
Encoded Filters Applies strict filtering rules based on encoded values for more refined searches.
Page Number Indicates which page of results to return, defaulting to the first page.

Output

The output of the Google Shopping Search node typically includes a JSON structure containing details about the products found based on the search query. This may include product names, prices, images, and links to purchase. If the node supports binary data, it may also provide images or other media related to the products.

Dependencies

  • An API key credential is required to authenticate requests to the Google Shopping API.
  • Users must ensure they have access to the SearchAPI service and adhere to any usage limits or pricing structures outlined by the provider.

Troubleshooting

  • Common Issues: Users may encounter issues with invalid search queries or parameters that do not yield results. Additionally, exceeding the request quota may lead to errors.
  • Error Messages: Common error messages might include "Invalid API Key" or "No results found for the given query." To resolve these, users should verify their API key and check the validity of their search parameters.

Links and References

Discussion