Web data · Apify actor
Company profiles from a domain or a name
Turn a list of domains or company names into clean company profiles: name, description, logo, favicon, brand colour, the company's own social profiles, its apps and its about, pricing and careers pages, plus industry, headquarters, founding year, employees, revenue and stock ticker from Wikidata. One row per company.
Launching soon. Company Enrichment is built, tested and priced, and is waiting to go public on the Apify Store. The button below opens its Store page, which will be live shortly.
What it does
Company Enrichment, in short
- From one normal visit to the homepage: name, description, logo, favicon, brand colour and language
- The company's own social profiles (LinkedIn, X, Facebook, Instagram, YouTube, GitHub and more) and App Store / Google Play links
- Key pages: about, pricing, careers, contact, blog, docs
- From Wikidata: industries, country, headquarters, founded, employees and revenue with the year of each figure, tickers, parent company, legal form, LEI
- Accepts domains, URLs, email addresses or company names
- No personal data: no emails, phone numbers or names of people
Who it's for
Built for
Example
Input and output
One dataset row per result, downloadable as JSON, CSV or Excel, or read through the Apify API.
{
"companies": ["hubspot.com", "https://www.notion.so/product",
"Siemens", "ceo@canva.com"]
}From a real cloud run, shortened. A name works too: Siemens came back with siemens.com, Munich, founded 1847, 320,000 employees and ticker SIE.
{
"input": "hubspot.com",
"domain": "hubspot.com",
"name": "HubSpot",
"description": "HubSpot's customer platform includes all the marketing, sales, customer service, and CRM software you need to grow your business.",
"logoUrl": "https://www.hubspot.com/hubfs/HubSpot_Logos/HSLogo_color.svg",
"industries": ["software industry", "software as a service", "marketing"],
"country": "United States",
"headquarters": "Cambridge",
"founded": "2006",
"employees": 8246,
"revenue": 2630000000,
"stockTickers": ["HUBS"],
"socialProfiles": {
"linkedin": "https://www.linkedin.com/company/hubspot",
"x": "https://x.com/HubSpot"
},
"keyPages": { "about": "https://www.hubspot.com/our-story",
"careers": "https://www.hubspot.com/careers" },
"error": null
}Pricing
Pay per result. Failures are free.
No subscription, no monthly minimum. Apify platform compute is included in the price; Apify also adds a tiny start fee per run ($0.00005 per GB of run memory).
| You run | You pay |
|---|---|
| 100 companies | $0.30 |
| 1,000 companies | $3.00 |
| 10,000 companies | $30.00 |
200 with no data = $0.00
Not charged:
- Unreachable domains with no Wikidata entry
- Names that match no organisation
- Invalid inputs
A company is charged once when its website or Wikidata returned data. Small businesses usually get the website fields only, which still counts as a result. You can set Maximum cost per run in the run options and the actor stops cleanly when it is reached.
FAQ
Questions
Which companies have firmographics?
Those with a Wikidata entry: most public companies, well-known startups, universities, NGOs and brands. Small businesses usually get the website fields only.
How is a company name matched?
By Wikidata search, restricted to organisations whose label contains the name you typed; the best-documented one wins. Use a domain when you need an exact match.
Is the website read with a browser?
No, with one plain request to the homepage, so it is fast and cheap. Sites that need JavaScript to show their links may return fewer social profiles.
Does it return emails or phone numbers?
No, on purpose. Social links are the company's own profiles as published on its own website or on Wikidata.
Why is the employee count missing for some companies?
Wikidata does not have it for every company. The date of each figure is included when it exists.
Try Company Enrichment on Apify
Apify's free plan includes monthly platform credit you can use to try it. Also callable from AI assistants through the Kanto Labs MCP server.
Other Kanto Labs tools
Tech Stack Detector
CMS, ecommerce, analytics, frameworks, CDN and hosting for any list of domains.
Document to Markdown
PDF, DOCX, PPTX, XLSX, EPUB and HTML to clean Markdown with RAG chunks.
Website SEO Audit
0-100 score and a prioritized fix list per page, broken links and AI crawler checks.