Internet intelligence for products and agents

Turn public internet signals into decisions

Use one API to collect web content, understand domains and infrastructure, assess security and identity signals, and keep important changes under watch.

Start free, then use the published credit cost and execution limits for each operation.

Used by people at amazing companies

InstantOutseerMongoDBRespondentSage Expense ManagementInstantlyD.R. HortonWhatConvertsAdobeMotionElementsLLM Pulse

What do you need to accomplish?

Start with the decision you need to make. DomScan connects related products into a practical path.

See the evidence you can work with

Responses keep observed data, uncertainty, timestamps, and relevant limits visible so downstream logic can make a deliberate choice.

Web Data

Collect page content and turn public websites and URLs into structured, usable data.

Example Request
curl -X POST "https://domscan.net/v1/scrape" -H "X-API-Key: $DOMSCAN_API_KEY" -H "Content-Type: application/json" -d '{"url":"https://example.com","output":"markdown"}'
Example Response
{
  "data": {
    "url": "https://example.com",
    "outcome": "success",
    "content": "# Example Domain",
    "truncated": false
  },
  "billing": { "credits_charged": 1, "credits_refunded": 0 }
}

Domain Intelligence

Research domain availability, ownership, lifecycle, quality, and commercial context.

Example Request
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/whois?domain=example.com"
Example Response
{
  "domain": "example.com",
  "registered": true,
  "registrar": "Example Registrar",
  "expiry_date": "2027-08-13T00:00:00Z"
}

DNS & Infrastructure

Map DNS, subdomains, addresses, providers, and the infrastructure behind a domain.

Example Request
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/dns?domain=example.com&type=A"
Example Response
{
  "domain": "example.com",
  "record_type": "A",
  "records": [{ "type": "A", "name": "example.com", "data": "93.184.216.34", "ttl": 300 }],
  "status": "success"
}

Security & Trust

Assess exposure, reputation, certificates, impersonation risk, and email security.

Example Request
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/reputation?domain=example.com"
Example Response
{
  "domain": "example.com",
  "reputation_score": 92,
  "grade": "A",
  "risk_level": "low",
  "recommendations": []
}

Identity & Verification

Check public contact, organization, social-handle, and website-declared identity signals. This suite does not perform KYC or prove legal identity.

Example Request
curl -H "X-API-Key: $DOMSCAN_API_KEY" "https://domscan.net/v1/company?domain=stripe.com"
Example Response
{
  "domain": "stripe.com",
  "company": {
    "name": "Stripe",
    "industry": "Financial technology"
  },
  "confidence": 0.92
}

Monitoring & Automation

Monitor changes and run repeatable checks through batches, alerts, and workflows.

Example Request
curl -X POST "https://domscan.net/v1/watchlist" -H "X-API-Key: $DOMSCAN_API_KEY" -H "Content-Type: application/json" -d '{"domain":"example.com"}'
Example Response
{
  "success": true,
  "domain": "example.com"
}
MCP Integration

Give your AI domain expertise

Connect DomScan to Claude, ChatGPT, Cursor, or any MCP-compatible AI. One config, instant domain intelligence.

claude_desktop_config.json
{
  "mcpServers": {
    "domscan": {
      "command": "npx",
      "args": ["mcp-remote", "https://domscan.net/mcp"]
    }
  }
}
Setup MCP
Claude

Is techstartup.com available? Suggest alternatives if not.

I checked techstartup.com. It's registered.

Available alternatives:

  • techstartup.io: Available ✓
  • techstartup.dev: Available ✓
  • techstartups.com: Available ✓

Start with the decision, then price the operations

A focused check can cost one credit. Rendering, deep analysis, multi-product recipes, and larger jobs consume the published cost of the work requested.