DEV Community

Alex Spinov
Alex Spinov

Posted on • Edited on

What Free API Surprised You the Most?

I've been building with free APIs for a few months now, and some of them genuinely shocked me with how much data they give away for free.

My top 3 surprises:

1. ClinicalTrials.gov - 500,000+ clinical trials, completely free, no API key. You can search by condition, drug, sponsor, phase. The data quality is insane because it's FDA-regulated.

2. USPTO PatentsView - 8 million+ US patents searchable via API. No key, no auth. You can search by inventor, company, technology class.

3. EPSS (Exploit Prediction) - FIRST.org gives you exploit probability scores for every CVE. Updated daily. Free. Most security teams don't even know this exists.

All three are government or nonprofit APIs, which is probably why they're free and unlimited.

I've been collecting these into open-source toolkits with ready-to-use Python code. Currently at 16 toolkits covering everything from weather to academic papers to vulnerability scanning.

What's an API that surprised you? Could be surprisingly good, surprisingly free, or surprisingly obscure.

Bonus points if most developers have never heard of it.


Need custom dev tools, scrapers, or API integrations? I build automation for dev teams. Email spinov001@gmail.com — or explore awesome-web-scraping.


More from me: 10 Dev Tools I Use Daily | 77 Scrapers on a Schedule | 150+ Free APIs
Also: Neon Free Postgres | Vercel Free API | Hetzner 4x More Server
NEW: I Ran an AI Agent for 16 Days — What Actually Works

You might also like:


Need data from the web without writing scrapers? Check my *Apify actors** — ready-made scrapers for HN, Reddit, LinkedIn, and 75+ more sites. Or email: spinov001@gmail.com*

Top comments (0)