Company Domain
by meetwithyash
Automatically find and verify any company's official website and social media profiles. Perfect for accurate lead generation, market research, and CRM enrichment.
Opens on Apify.com
About Company Domain
Ever need to find a company's real website or its Twitter, LinkedIn, or Facebook page, but get lost in a sea of search results? I've been there. The Company Domain actor solves that. It's a scraper I use to automatically find and verify a company's official online presence. You feed it a company name, and its AI does the heavy lifting—sifting through the noise to return the verified main domain and active social media profiles. The accuracy is what saves me time; no more manually checking if a LinkedIn page is actually the corporate one or just a fan account. I primarily run it for lead generation, pulling clean contact points for outreach lists. It's also a solid first step for market research, giving you a verified starting point to analyze a competitor's digital footprint. For anyone managing a CRM, it's perfect for data enrichment, automatically filling in website and social fields for hundreds of records in a batch. It just plugs into your workflow, handles the verification for you, and delivers structured data you can actually trust.
What does this actor do?
Company Domain is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Company Domain Actor
Finds a company's official website and social media profiles using AI-powered search and verification. Provide a company name, and it returns structured data in seconds.
Overview
This actor searches for and verifies a company's primary online presence. It takes a company name as input, locates the official website, and extracts associated social media profiles (LinkedIn, Twitter, Facebook, Instagram, YouTube). Results are verified with AI to ensure accuracy. It's designed for automation, requiring no configuration to run.
Key Features
- AI-Powered Search & Verification: Uses advanced algorithms to find and confirm the official website.
- Social Media Extraction: Collects profiles from major platforms.
- Global Coverage: Optionally narrow searches by country code (e.g., 'US', 'DE').
- Zero Configuration: Works immediately without setup or API keys.
- Reliable Fallbacks: Functions without optional APIs; keys only enhance accuracy.
- Structured Output: Returns clean JSON ready for integration.
How to Use
Run from Apify Console
- Go to the Actor page.
- Click "Try for free" or "Start".
- Enter the company name in the input.
- Click "Run".
Run via API
curl -X POST "https://api.apify.com/v2/acts/meetwithyash~company-domain/runs" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name": "Apple Inc.", "country": "US"}'
Run via Apify SDK
import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_TOKEN' });
const run = await client.actor('meetwithyash/company-domain').call({
name: 'Apple Inc.',
country: 'US'
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
Input
Provide a JSON object with the company name. The country is optional.
{
"name": "Apple Inc.",
"country": "US"
}
name(required): The company name to search for.country(optional): ISO country code (e.g., 'US', 'DE') to narrow the search.
Output
The actor returns a structured JSON object.
{
"official_website": "https://www.apple.com",
"social_links": [
"https://www.linkedin.com/company/apple",
"https://twitter.com/apple",
"https://www.facebook.com/apple",
"https://www.instagram.com/apple",
"https://www.youtube.com/apple"
]
}
official_website: The verified official website URL. Returnsnullif not found.social_links: An array of social media profile URLs. Returns an empty array if none are found.
Enhanced Accuracy (Optional)
For improved results, you can add these optional API keys in the Actor's Settings under Environment Variables:
* GOOGLE_SEARCH_API_KEY
* GOOGLE_SEARCH_ENGINE_ID
* OPENAI_API_KEY
The actor works without these keys using its fallback methods.
Pricing
Cost is $0.01 per 1,000 results. A free trial is available.
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Company Domain now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- meetwithyash
- Pricing
- Paid
- Total Runs
- 540
- Active Users
- 3
Related Actors
🏯 Tweet Scraper V2 - X / Twitter Scraper
by apidojo
Google Search Results Scraper
by apify
Instagram Profile Scraper
by apify
Tweet Scraper|$0.25/1K Tweets | Pay-Per Result | No Rate Limits
by kaitoeasyapi
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support