
Company Domain
Pricing
$19.00 / 1,000 results
Go to Store

Company Domain
Retrieves the official company website and social media links for a given company name.
5.0 (1)
Pricing
$19.00 / 1,000 results
4
Total users
78
Monthly users
46
Runs succeeded
97%
Last modified
3 months ago
π Overview
The Find Company Official Website actor retrieves the official website and social media links for a given company name. It leverages search APIs and AI-based processing to provide accurate results.
π Features
- π Searches for the official website of a company.
- π Retrieves social media links (LinkedIn, Twitter, Facebook, etc.).
- β‘ Fast and efficient search using API-based queries.
π₯ Input
The actor accepts a JSON object with the following parameter:
Example Input:
{"name": "Apple Inc.","country": "DE" // Optional, to narrow company research to a specific country}
π€ Output
The actor returns a JSON object containing the company's official website and any available social media links.
Example Output:
{"official_website": "https://www.apple.com","social_links": ["https://www.linkedin.com/company/apple", "https://twitter.com/apple"]}