syrto_find_company resolves a company name or Italian tax ID (codice fiscale) into a company_id. Most Syrto tools require a company_id, so this is typically the first step when analysing a specific company.
Use this tool to
- Look up any Italian company by name or tax ID (codice fiscale)
- Get the
company_idrequired by most other Syrto tools
Arguments
string
required
Company name or Italian tax ID (max 200 characters). For names, pass only the distinctive part - strip any legal form suffix (S.p.A., S.r.l., S.r.l.s., S.a.s., S.n.c.). Partial matches work.Examples:
"Barilla"(not “Barilla G. e R. Fratelli S.p.A.”)"Ferrari""00159560366"(codice fiscale)
Returns
A JSON list of matching companies. Each item contains:string
The
company_id to pass to all other Syrto tools.string
The official registered company name.
string | null
Italian tax identifier (codice fiscale).
null if not available.string
Context note about data availability and where to find more on syrto.ai.
string
Link to the Syrto web app, where you can explore more data and insights.
If multiple companies match, the response will contain all of them - pick the correct one before passing the
company_id to other tools.