Shodan EntityDB API
Shodan EntityDB API — The Shodan EntityDB API provides fast lookups for busin…
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
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": []
}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
/api/entities/3PROBEDShodan EntityDB API — The Shodan EntityDB API provides fast lookups for busin…
/api/entitiesEntities — documented GET route.
/api/entities/1Entities details by ID (example: 1).
/apiApi — documented GET route.
/api/1Api details by ID (example: 1).
/api?limit=10Api — documented GET route.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
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.