Company Domain Finder

Turn a bulk list of company names into their website domains, each with a confidence score. GDPR-clean (no personal data) and honest: an unsure lookup...

Turn a bulk list of company names into their website domains, each with a confidence score. GDPR-clean (no personal data) and honest: an unsure lookup returns null and its alternatives, never a wrong domain.

$5.00 / 1,000 · Recently published - building its public record.

Run it on Apify → Free to try - runs bill per result on your own account.

What you give it

Every field is optional unless marked; sensible defaults do the rest.

FieldTypeWhat it doesDefault
companyNames array The company names to resolve to domains, one per line. A single name is a batch of one. ["Adyen", "Personio", "Back Market"]
country string ISO 3166-1 alpha-2 code (e.g. DE, FR, BE, US) applied to every name. It biases the domain guesses toward that country's TLD, so European companies resolve more reliably. Leave empty to guess the common TLDs. -
maxItems integer Stop after this many company names. Default 1000; free-plan runs are capped at 5. 1000

What you get back

One JSON object per result, with exactly these fields - no seller identities, no contact data, ever.

FieldTypeMeaning
companyName string The company name from the input, echoed back.
country ['string', 'null'] The ISO country code supplied for the batch, or null.
domain ['string', 'null'] The canonical registrable domain, or null when there is no confident match. Null is an honest answer - a wrong domain is worse than none.
website ['string', 'null'] The domain as an https URL, or null.
confidence number 0 to 1. 0.9 = homepage confirmed the name; 0.5 = resolves and matches but the homepage could not be read; 0 = no match.
status string confirmed, unconfirmed, ambiguous, or no-match.
alternativeDomains array Other domains that matched the name, to inspect when the primary is uncertain or ambiguous.
matchedTitle ['string', 'null'] The homepage title that confirmed the match, kept as evidence.
source string How the domain was found. Always dns-guess in this version.
checkedAt string When the lookup ran (ISO timestamp).

Health

Recently published - building its public record. Live record, failures included: status page.

Full documentation, examples and the AI-assistant prompt live on the store page.