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
We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗
On our probe schedule. Uptime charts appear after the first check lands.
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.
Not tracked yet. Shape-change history starts once this API joins our probe schedule.
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?
Shodan EntityDB API is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.