Company Domain logo

Company Domain

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

apioracle
$0.019

📝 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}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!