Creatuity Stores
We integrate stores so you can search for products in all of them at the same time.
Creatuity Stores is a plugin that helps you search for products in multiple online stores at the same time! Simply provide a product description and the plugin will find the best matching product lists from integrated stores. You can even prioritize brands and categories with the 'brand' and 'category' parameters, and specify a price range with 'min_price' and 'max_price'. The plugin returns a list of product names, descriptions, prices in USD, currency codes, images, and direct links to products in stores. Check out /api/search endpoint to receive product list and /api/stores for the store list to get started!
How to
Comments (0)
Try it
API docs
Learn how to use Creatuity Stores effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Find me a laptop with at least 8GB RAM and 512GB storage."
-
Prompt 2: "I want to buy a new smartphone, preferably from Samsung or Apple."
-
Prompt 3: "Can you help me find a book on machine learning?"
-
Prompt 4: "I'm looking for a pair of running shoes, with a budget of $100."
-
Prompt 5: "Find me a Bluetooth speaker with good bass and long battery life."
Features and commands
Feature/Command | Description |
---|---|
/api/search | Use this command to search for products based on the provided description. The description should contain details about the product, such as name, brand, category, or any other relevant information. |
text parameter | This parameter is required and should be provided as the description of the product you are searching for. |
brand parameter | Use this parameter to specify the brand(s) of the product you are interested in. Multiple brands can be provided as a space-separated list. |
category parameter | Use this parameter to prioritize products from specific categories. Multiple categories can be provided as a space-separated list. |
min_price parameter | If you have a budget in mind, you can use this parameter to filter products by minimum price. The price should be in USD. |
max_price parameter | Use this parameter to filter products by maximum price. The price should be in USD. |
/api/stores | Use this command to get a list of integrated and available stores. |
page parameter | Use this parameter to specify the page number of the store list. |
size parameter | Use this parameter to specify the number of stores per page. |
Product object | This object represents a product and contains attributes such as name, description, price, currency code, image URL, and a direct link to the product in the store. Additional product-specific attributes may also be included. |
Store object | This object represents an integrated store and contains attributes such as store URL and a short store description. |
QueryRequest object | This object is used as the request body for the /api/search command and contains parameters such as text, brand, category, min_price, and max_price. |