Company Name to Domain Finder avatar

Company Name to Domain Finder

Pricing

from $2.00 / 1,000 result items

Go to Apify Store
Company Name to Domain Finder

Company Name to Domain Finder

Find company website domains from company names. Enter a business name and get the best matching domain with optional public company metadata.

Pricing

from $2.00 / 1,000 result items

Rating

0.0

(0)

Developer

Ravishing Viceroy

Ravishing Viceroy

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

a day ago

Last modified

Share

Find company website domains from company names. Enter a business name and get the best matching website URL.

What This Actor Does

Provide a company name and the actor returns the best matching domain. The lookup is case-insensitive and the input name is trimmed automatically.

If a domain cannot be found within the lookup deadline, the actor returns a standard not-found response instead of failing the run.

Input

{
"company_name": "Acme Corp"
}

Input Fields

FieldTypeRequiredDescription
company_namestringYesCompany name to search for.

Output

The actor stores one result in the default dataset and in the OUTPUT key-value-store record.

Domain Found

{
"name": "acme corp",
"data": {
"Website": "https://www.theacmecorp.com/"
},
"message": "success"
}

Domain Not Found

{
"name": "acme corp",
"data": {
"Website": null
},
"message": "not found"
}

Timing

  • External lookup timeout: 10 seconds
  • Total lookup deadline: 40 seconds

When the lookup deadline is reached, the actor returns message: "not found".

Pricing

This actor uses pay-per-event pricing. You are charged only for found domain results.

  • Charge event: result-item
  • Price: $0.002 per found result
  • Not-found responses are not charged.

Example Run

{
"company_name": "OpenAI"
}

Example result:

{
"name": "openai",
"data": {
"Website": "https://openai.com/"
},
"message": "success"
}

Notes

  • No credentials or private configuration are required in actor input.
  • Do not pass secrets in the company_name field.
  • The actor returns the first/best matching company domain.