search_leads
Find real-time B2B companies and business contacts by industry, city, and filters. Returns ready-to-use leads with names, addresses, phones, websites, and emails for sales outreach and research.
Instructions
Search for companies and business contacts in real time by industry, city, and other filters. Returns a ready-to-use list of leads (name, address, phone, website, rating, and email where available). Use this whenever the user asks to find, list, or collect businesses/companies for sales, outreach, or research.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text search query, e.g. "construction companies in Munich". Optional if industry+city are given. | |
| city | No | City or region to search in, e.g. "Berlin" or "Austin, TX". | |
| lang | No | Result language as a BCP-47 tag, e.g. "en" or "pt-BR". | |
| limit | No | Max number of results to return (1-20). Defaults to a server-side value if omitted. | |
| list_id | No | Existing saved-list ID to append results to. | |
| rank_by | No | How to sort results. | |
| industry | No | Industry filter. One of the predefined categories. | |
| open_now | No | Only return businesses that are currently open. | |
| list_name | No | Name of a saved list to find-or-create and append results to. | |
| radius_km | No | Search radius in kilometers around the city center. | |
| min_rating | No | Minimum rating (0-5) a business must have to be included. | |
| page_token | No | Pagination token returned by a previous call, to fetch the next page of results. | |
| has_website | No | Only return businesses that have a website. | |
| price_level | No | Filter by price level. | |
| save_to_list | No | If true, also save the results into a B2BLeads saved list (requires list_id or list_name). | |
| verified_only | No | Only return businesses with a verified listing. |