action chompthis_get_food_branded_name_php { label: "Get a branded food item by name" description: "## Search for branded food items by name.\n\n**Example**\n> ```https://chompthis.com/api/v2/food/branded/name.php?api_key=API_KEY&name=NAME```\n\n**Tips**\n * Get started by using our **[food lookup tool](https://chompthis.com/api/lookup.php)**.\n\n> This API endpoint is only available to Standard and Premium API subscribers. Please consider upgrading your subscription if you are subscribed to the Limited plan. **[Read this](https://desk.zoho.com/portal/chompthis/kb/articles/can-i-upgrade-downgrade-my-subscription)** if you aren't sure how to upgrade your subscription.\n" provider: chompthis method: GET path: "/food/branded/name.php" encoding: json input: { type: "object" properties: { limit: { type: "integer" enum: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] } name: { type: "string" } page: { type: "integer" } } required: ["name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }