Back to Services
Basic Trustrest

Shodan — Internet-Connected Device Search

Search for internet-connected devices, open ports, SSL certificates, and vulnerabilities. Essential for security reconnaissance.

Total Calls

0

Success Rate

Avg Latency

Capabilities

securityiotnetworkreconnaissancevulnerabilities

Quick Integration

Call this service through the Agent Clear proxy

// Call Shodan — Internet-Connected Device Search through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/454810c4-e7bf-4436-8ceb-df23dc2b03e0',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "required": [
    "ip"
  ],
  "properties": {
    "ip": {
      "type": "string",
      "description": "IP address to look up"
    }
  }
}

Output Schema

{
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    },
    "ports": {
      "type": "array",
      "items": {
        "type": "number"
      }
    },
    "vulns": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "ip_str": {
      "type": "string"
    }
  }
}

Pricing

$0.010/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
10 req/min
Trust Score
0.5
Registered
Mar 2, 2026
Last Updated
Mar 2, 2026
Browse all services