Company Domain Lookup avatar

Company Domain Lookup

Pricing

Pay per usage

Go to Apify Store
Company Domain Lookup

Company Domain Lookup

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Rajat Sharda

Rajat Sharda

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 hours ago

Last modified

Categories

Share

Company Domain Lookup & Website Intelligence API

A narrow, single-purpose tool built for AI agents and lead-gen pipelines: given any company domain, instantly resolve its reachability, hosting infrastructure, IP geolocation, and ISP/organization data. Designed as a clean, structured MCP-friendly utility — small JSON in, small JSON out.

Features

  • One Domain In, One Structured Profile Out: A single-purpose lookup tool — not a full site crawl.
  • Reachability & Status Check: Confirms the domain is live and returns its final resolved URL.
  • IP & Hosting Intelligence: Resolves the domain's A-record IP and geolocates it (country, region, city, ISP, hosting org).
  • Agent-Friendly Output: Micro-structured, tiny JSON responses — built to be added directly to an AI agent's toolbox and called repeatedly.
  • Pay-Per-Event (PPE) Pricing: Charged once per domain lookup — ideal for repeatable, high-frequency tool calling.

Input Parameters

FieldTypeRequiredDefaultDescription
domainStringNo"apify.com"The company domain to look up (e.g. example.com).

Example Input

{
"domain": "apify.com"
}

Output Schema

FieldTypeDescription
domainStringThe normalized domain queried.
websiteStringThe full https:// URL of the domain.
reachableBooleanWhether the domain responded successfully.
status_codeIntegerHTTP status code of the response.
final_urlStringFinal URL after following redirects.
ip_addressStringResolved IPv4 address of the domain.
countryStringCountry of the hosting IP.
regionStringRegion/state of the hosting IP.
cityStringCity of the hosting IP.
ispStringInternet Service Provider hosting the domain.
orgStringHosting organization name.

Example Output

{
"domain": "apify.com",
"website": "https://apify.com",
"reachable": true,
"status_code": 200,
"final_url": "https://apify.com/",
"ip_address": "104.18.32.7",
"country": "United States",
"region": "California",
"city": "San Francisco",
"isp": "Cloudflare, Inc.",
"org": "Cloudflare, Inc."
}

Pricing Configuration

This Actor utilizes Apify's Pay-Per-Event (PPE) monetization model.

  • Primary Event: domain-lookup
  • Cost: $0.006 per successful domain lookup.