Company Domain avatar

Company Domain

Try for free

Pay $19.00 for 1,000 results

Go to Store
Company Domain

Company Domain

apioracle/company-domain
Try for free

Pay $19.00 for 1,000 results

Retrieves the official company website and social media links for a given company name.

Developer
Maintained by Community

Actor Metrics

  • 5 monthly users

  • No reviews yet

  • No bookmarks yet

  • >99% runs succeeded

  • Created in Mar 2025

  • Modified 13 days 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}