The Complete Intelligence API for Domains & IPs

Instantly access comprehensive security, network, and geolocation data to protect your users and enrich your applications. Completely free.

Blazing Fast

Get the data you need in milliseconds with our globally distributed, low-latency infrastructure.

Highly Accurate

We aggregate data from over a dozen trusted sources, refreshed daily for maximum accuracy.

Developer-Friendly

Simple REST API, clear documentation, and an interactive playground to get you started in minutes.

One API, Endless Insights

See the rich, structured data you get from a single API call.

Domain Intelligence

Uncover everything about a domain, from DNS records and SSL certificates to security threats and hosting details.

  • Complete DNS Records (A, MX, TXT, etc.)
  • SSL Certificate Analysis
  • Phishing & Malware Detection
  • SPF, DKIM & DMARC Validation
GET /v1/domain/example.com
{
  "domain_identity": {
    "domain": "example.com",
    "tld": "com"
  },
  "dns_records": {
    "A": ["93.184.216.34"],
    "MX": [...]
  },
  "security_analysis": {
    "is_malicious": false,
    "threat_sources": []
  }
}

IP Intelligence

Pinpoint user location, identify connection type, and detect potential risks like proxies, VPNs, or Tor usage.

  • Geolocation Data (Country, City, Lat/Lon)
  • ASN & ISP Information
  • Proxy, VPN & Tor Detection
  • Mobile Carrier Identification
GET /v1/ip/8.8.8.8
{
  "ip": "8.8.8.8",
  "location": {
    "country": {
      "name": "United States",
      "code": "US"
    },
    "city": { "name": "Mountain View" }
  },
  "network": {
    "asn": "15169",
    "organization": "Google LLC"
  },
  "security": {
    "is_proxy": false,
    "is_tor": false
  }
}

Web Tech Intelligence

Instantly identify the technologies used on any website, including frameworks, servers, and security headers.

  • Detect CMS, Frameworks & Libraries
  • Analyze HTTP & Security Headers
  • Extract Metadata & SEO Tags
  • Follow and report redirect chains
GET /v1/webtech/github.com
{
  "domain": "github.com",
  "status_code": 200,
  "title": "GitHub: Let's build from here",
  "technologies": [
    "React",
    "jQuery",
    "Fastly"
  ],
  "security_headers": {
    "strict-transport-security": "..."
  }
}

Website Screenshot

Capture high-resolution, full-page screenshots of any website. Ideal for visual confirmation, content monitoring, and archival.

  • Full-page 1920x1080 screenshots
  • Renders modern JavaScript websites
  • Handles network idle for complete loads
  • Outputs a high-quality PNG image
GET /v1/screenshot/apple.com

// Returns a PNG image of the website

HTTP/1.1 200 OK
Content-Type: image/png
Content-Length: 1234567

<Binary Image Data>
...

Built for Your Use Case

Empower your platform with data-driven decisions, no matter your industry.

Cybersecurity

Enrich SIEM data, block malicious domains/IPs, and investigate security incidents with real-time threat intelligence.

Fraud Prevention

Detect high-risk users by identifying disposable emails, proxies, and suspicious geolocations during signup or checkout.

Marketing & Sales

Personalize content based on user location, enrich leads with company data, and analyze competitor web technologies.

E-commerce

Verify shipping addresses, calculate taxes based on location, and prevent fraudulent chargebacks.

Ready to Build?

Sign up in seconds and get instant API access. It's completely free, forever.

Create Your Free Account