Overview
Enrich company data by domain
Credits
3 credits per call
Providers
Apollo.ioBrandFetchClaude
SDK Method
client.companies.find(...)
Parameters
domainRequiredstring
Company domain.
company_namestring
Optional name hint.
Example Response
{
"success": true,
"data": {
"company_name": "Stripe",
"domain": "stripe.com",
"description": "Stripe, Inc. is a financial infrastructure platform founded in 2010 by brothers John and Patrick Collison.",
"industry": "information technology & services",
"company_size": "5000+",
"founded_year": 2010,
"headquarters": "South San Francisco, California, United States",
"employees": 8000,
"annual_revenue": 5120000000,
"annual_revenue_printed": "5.1B",
"total_funding": 9429289778,
"total_funding_printed": "9.4B",
"latest_funding_stage": "Venture (Round not Specified)",
"publicly_traded_symbol": null,
"publicly_traded_exchange": null,
"twitter_handle": "@stripe",
"linkedin_handle": "http://www.linkedin.com/company/stripe",
"social_links": {
"twitter": "http://twitter.com/stripe",
"linkedin": "http://www.linkedin.com/company/stripe",
"facebook": "https://www.facebook.com/StripeHQ"
},
"website": "http://www.stripe.com",
"technology_names": [
".NET",
"Amazon AWS",
"React",
"Ruby On Rails",
"Python"
],
"primary_brand_color": "#635BFF",
"secondary_brand_color": null,
"logo_url": "https://cdn.brandfetch.io/idxAg10C0L/theme/light/logo.svg",
"icon_url": "https://cdn.brandfetch.io/idxAg10C0L/w/480/h/480/theme/dark/icon.jpeg",
"instagram_handle": "@stripehq",
"company_kind": "PRIVATELY_HELD",
"is_claimed": true,
"value_proposition": "A reliable, flexible financial infrastructure that allows businesses to accept payments and offer financial services.",
"ideal_customers": "Businesses of all sizes, from startups to large global enterprises."
},
"metadata": {
"provider_used": "merged",
"providers_tried": [
"apollo",
"brandfetch",
"website_analysis"
],
"mode_used": null,
"response_time_ms": 4486,
"request_id": "req_8620be37"
},
"credits_used": 3
}Get Started
Use this API through the O-mega platform. Create an API key in your dashboard, then call the endpoint with your key in the Authorization header.