Company Domain Lookup
Pricing
Pay per usage
Go to Apify Store

Company Domain Lookup
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Rajat Sharda
Maintained by CommunityActor 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
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
domain | String | No | "apify.com" | The company domain to look up (e.g. example.com). |
Example Input
{"domain": "apify.com"}
Output Schema
| Field | Type | Description |
|---|---|---|
domain | String | The normalized domain queried. |
website | String | The full https:// URL of the domain. |
reachable | Boolean | Whether the domain responded successfully. |
status_code | Integer | HTTP status code of the response. |
final_url | String | Final URL after following redirects. |
ip_address | String | Resolved IPv4 address of the domain. |
country | String | Country of the hosting IP. |
region | String | Region/state of the hosting IP. |
city | String | City of the hosting IP. |
isp | String | Internet Service Provider hosting the domain. |
org | String | Hosting 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.