search_entities
Find verified businesses by name, sector, or city. Retrieve contact details including phone, website, and address.
Instructions
Browse the entity registry by name, sector, or city.
Use when: user asks "find me a dentist in Madrid", "list lawyers in Barcelona", "show me car repair shops in Valencia". Returns: Verified entities with name, phone, website, address, sector.
Example: search_entities(q="dental", city="Madrid", limit=5)
Args: q: Search query — company name or keyword (dental, abogado, taller...) country: ISO country code (ES, GB, FR, DE, ...). Default: ES sector: Sector slug (dental, legal, reformas, estetica, veterinarios, asesorias...) city: City name (Madrid, Barcelona, Valencia, Sevilla...) limit: Max results 1-50. Default: 10
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| country | No | ES | |
| sector | No | ||
| city | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||