Search and enrichment endpoints for company profiles.
Search for companies and associated logos.
GET
https://logos.getquikturn.io
/companies
query Parameters
qstring · requiredSearch query (company name, domain, or ticker).
limitinteger · min: 1 · max: 25Max results to return.
Default: 10
Headers
authorizationstring · requiredThe
authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Search results.
dataobject · required
Retrieve structured metadata for a company.
GET
https://logos.getquikturn.io
/companies/{domain}
path Parameters
domainstring · requiredDomain used to identify the company.
query Parameters
includeColorsbooleanInclude color palette metadata.
includeSocialsbooleanInclude social profile URLs.
Headers
authorizationstring · requiredThe
authorizationheader is used to authenticate with the API using your API key. Value is of the formatBearer YOUR_KEY_HERE.
Responses
Company profile metadata.
dataobject · required