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.

0.0 (0)

Pricing

$19.00 / 1,000 results

2

Total users

28

Monthly users

19

Runs succeeded

>99%

Last modified

2 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:

1{
2    "name": "Apple Inc.",
3    "country": "DE" // Optional, to narrow company research to a specific country
4}

📤 Output

The actor returns a JSON object containing the company's official website and any available social media links.

Example Output:

1{
2    "official_website": "https://www.apple.com",
3    "social_links": ["https://www.linkedin.com/company/apple", "https://twitter.com/apple"]
4}