# Names Search for company names by text Endpoint: POST /prospecting/filters/companies/names Security: ApiKeyAuth ## Request fields (application/json): - `text` (string, required) Search text for company name Example: "lusha" ## Response 200 fields (application/json): - `companyId` (number) Example: 33222678 - `name` (string) Example: "Lusha" - `logoUrl` (string) Example: "https://logo.lusha.co/d/company_33222678_logo.jpg" - `fqdn` (string) Example: "www.lusha.com" ## Response 401 fields (application/json): - `error` (object, required) - `error.code` (integer, required) HTTP status code - `error.message` (string, required) Error message