# Search products 🔍 **POST /products/search** Returns the list of products available to your API access, with their name matching a given input text. Only basic product information is provided by this endpoint, including product id. Additional info can be reached through the links provided in basic information. ## Servers - https://api.ppe-analytics.com/api/v1: https://api.ppe-analytics.com/api/v1 () ## Authentication methods - Api key ## Parameters ### Body: application/json (object) The search request infos - **input_text** (string) The text to search for, typically from user input - **max_count** (integer) The maximum number of results to return - **language** (string) Available languages depend on your corporation settings - **filters** (array[string]) ## Responses ### 200 Successfully returned products (can be empty if no results) #### Body: application/json (object) - **status** (string) - **result** (object) [Powered by Bump.sh](https://bump.sh)