Shodan EntityDB API

Shodan EntityDB API — The Shodan EntityDB API provides fast lookups for busin…

🔧 Developer ToolsHEALTHYchecked 7h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Shodan EntityDB API exposes the Shodan EntityDB API provides fast lookups for business entities, offering a centralized repository of financial overviews and executive information for entities listed in the US. Access critical financial metrics, analyze performance, and explore leadership teams to make informed investment decisions, conduct industry research, and connect with key decision-makers. We verified a keyless GET endpoint returning JSON (Development). Check the provider docs for rate limits and terms befor

87HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 87 · healthy
Uptime history
100%90 days
100%30 days
918P50 · ms
1306P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 495 ms, slowest 1199 ms, most recent 672 ms.
Live response samplecaptured by our last successful check
GET https://entitydb.shodan.io/api/entities/3

{
  "finance_data": [],
  "entity": {
    "id": 3,
    "cik": 1652044,
    "tickers": [
      "GOOGL",
      "GOOG"
    ],
    "entity_name": "Alphabet Inc.",
    "hostname": "www.google.com",
    "entity_type": "operating",
    "sic": "7370",
    "sic_description": "Services-Computer Programming, Data Processing, Etc."
  },
  "executives": []
}
Call itcurl · fetch · python
curl "https://entitydb.shodan.io/api/entities/3"
const res = await fetch("https://entitydb.shodan.io/api/entities/3");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://entitydb.shodan.io/api/entities/3")
print(res.json())

BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET

Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /api/entities/3918 mschecked 7h ago
GET/api/entities/3PROBED

Shodan EntityDB API — The Shodan EntityDB API provides fast lookups for busin…

GET/api/entities

Entities — documented GET route.

GET/api/entities/1

Entities details by ID (example: 1).

GET/api

Api — documented GET route.

GET/api/1

Api details by ID (example: 1).

GET/api?limit=10

Api — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Shodan EntityDB API: common questions

Is Shodan EntityDB API free to use?

Yes — Shodan EntityDB API is a free developer tools API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Shodan EntityDB API need an API key?

No — Shodan EntityDB API needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Shodan EntityDB API from the browser?

Not directly — Shodan EntityDB API doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.

Is Shodan EntityDB API up right now?

As of our last scheduled check, Shodan EntityDB API is healthy with 100% uptime over 90 days and a 918 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.