OSINT APIs

Contents

OSINT APIs#

Public-web and aggregator APIs the OSINT operator pulls from. Most need a free account and an API key; rate limits and ToS matter as much as the schema.

API

Auth + tier

Endpoint

Returns

Google Programmable Search

API key + CSE ID; 100 queries/day free.

https://customsearch.googleapis.com/customsearch/v1

Web results from a configured search engine.

Bing Search (Azure)

Azure subscription key; deprecation announced for 2025.

https://api.bing.microsoft.com/v7.0/search

Web, image, news, video search.

Brave Search API

Subscription token; paid tiers.

https://api.search.brave.com/res/v1/web/search

Independent index web search.

Kagi Search API

Paid; Bot token auth.

https://kagi.com/api/v0/search

High-signal web search with lens support.

DuckDuckGo Instant Answer

No auth; topical answers only, no full web results.

https://api.duckduckgo.com/?q=…&format=json

Instant answers, abstracts, topics.

SerpAPI / SearchAPI

Paid; scraping proxy for many engines.

https://serpapi.com/search

Structured results from Google, Bing, Baidu, etc.

Wayback Machine CDX

No auth; rate-limited.

https://web.archive.org/cdx/search/cdx

Historical snapshot index for a URL.

Common Crawl Index

No auth; pay your own egress.

https://index.commoncrawl.org/

Index of monthly web crawl WARC files.

GitHub REST + GraphQL

PAT; 5000 reqs/hour authenticated.

https://api.github.com/

Repos, issues, gists, commits, code search.

Hunter.io

API key; paid tiers.

https://api.hunter.io/v2/

Email-pattern discovery for a domain.

HaveIBeenPwned

API key; paid for full results.

https://haveibeenpwned.com/api/v3/

Breach exposure check for an account.

OpenCorporates

API key; free + paid tiers.

https://api.opencorporates.com/v0.4/

Company filings and beneficial owners.

Wikipedia / Wikidata

No auth; rate-limited.

https://en.wikipedia.org/w/api.php

Article content, categories, Wikidata claims.

Crt.sh

No auth; rate-limited.

https://crt.sh/?q=…&output=json

Certificate Transparency log search for subdomains.

urlscan.io

API key for submission; public for search.

https://urlscan.io/api/v1/

Scan and search recorded URL behavior.

References#