cURL
curl --request GET \ --url https://api.growthmarketing.ai/ \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": [ { "name": "Google", "domain": "google.com", "logo": "https://api.growthmarketing.ai/logo/google.com" } ] }
Search for companies based on a any query string. You can use the endpoint to find company names from any text.
The search term to find companies
Successful response
The response is of type object.
object