stores_by_category
List stores by category, optionally filtered by country.
Categories are multilingual (RO/EN) and hierarchical
('Fashion' matches 'Women's Fashions' and 'Shopping / Modă').
Diacritic-insensitive substring match.
Args:
category: Category name or fragment (e.g. 'Fashion', 'Food Court', 'Telecom').
country: Optional country filter: ro, us, gb, hu.
max_results: Maximum number of stores to return (1-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | No | ||
| category | Yes | ||
| max_results | No |