Company Domain avatar
Company Domain

Pricing

$19.00 / 1,000 results

Go to Store
Company Domain

Company Domain

Developed by

Leo Barone

Leo Barone

Maintained by Community

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"]
}