← Back to Research

The Complete Guide to Free Data Sources for AI Intelligence Platforms

A comprehensive registry of free APIs, datasets, and data pipelines for building startup intelligence, funding data, and AI research platforms. Published: March 4, 2026 Author: OpenGarage Research Last Updated: March 4, 2026

Executive Summary

Building a data intelligence platform doesn't require million-dollar data licensing deals. This guide catalogs 47 free data sources across 8 categories that can power startup intelligence, funding tracking, AI research monitoring, and B2B discovery platforms.

Key Insight: The most valuable data providers (PitchBook, CB Insights, Tracxn) charge $10K-50K/year because they've aggregated freely available data into queryable intelligence. You can build the same thing.

🎯 Quick Reference: Priority Sources

CategoryTop Free SourceWhy It's Valuable
Funding DataSEC EDGAREvery US fundraise >$1M files Form D
AI ResearcharXiv API2.4M papers, real-time AI research
Startup LaunchesProduct Hunt APIDaily product launches with traction data
Company DataOpenCorporates200M+ companies globally
Tech TrendsHackerNews APIReal-time developer sentiment
AcademicSemantic Scholar214M papers, 2.49B citations
NewsGDELTGlobal news events, free BigQuery
Jobs/HiringRemoteOK APITech hiring signals

1. 📊 Funding & Investment Data

SEC EDGAR (US Filings)

The goldmine for US funding intelligence.
FieldDetails
URLhttps://www.sec.gov/cgi-bin/browse-edgar
API Docshttps://www.sec.gov/developer
SignupNot required (public data)
Rate Limit10 requests/second
Key DataForm D (fundraises), 10-K/10-Q (public companies), S-1 (IPOs)
Form D = Funding Signal:
  • Every US company raising >$1M must file within 15 days
  • Contains: Company name, amount raised, investor names, use of funds
  • ~50,000 Form D filings per year
How to Access:
# Search Form D filings

curl "https://efts.sec.gov/LATEST/search-index?q=form-d&dateRange=custom&startdt=2026-01-01&enddt=2026-03-04"

Full-text search

curl "https://efts.sec.gov/LATEST/search-index?q=artificial%20intelligence&forms=D"

Bulk Download:
https://www.sec.gov/cgi-bin/browse-edgar?action=getcurrent&type=D&company=&dateb=&owner=include&count=100&output=atom

OpenCorporates

200M+ companies from 140+ jurisdictions.
FieldDetails
URLhttps://opencorporates.com
API Docshttps://api.opencorporates.com
Signuphttps://opencorporates.com/api_accounts/new
Free Tier500 requests/month (unauthenticated)
PaidFrom $50/month for 10K requests
Data Includes:
  • Company name, registration number, status
  • Incorporation date, jurisdiction
  • Officers and directors
  • Registered address
  • Filings history
Example Query:
curl "https://api.opencorporates.com/v0.4/companies/search?q=artificial+intelligence&jurisdiction_code=in"

India MCA (Ministry of Corporate Affairs)

Indian company registrations - requires scraping.
FieldDetails
URLhttps://www.mca.gov.in
Signuphttps://www.mca.gov.in/mcafoportal/login.do
CostFree (public data, no API)
DataCompany master data, directors, charges, annual returns
Access Method:
  • MCA21 portal requires login
  • Data available via RTI (Right to Information) requests
  • Third-party aggregators: Tofler, Zauba Corp
Alternative - Tofler:
  • https://www.tofler.in
  • Free tier: 5 company views/day
  • Has unofficial API

AngelList/Wellfound

Startup hiring = funding signal.
FieldDetails
URLhttps://wellfound.com
APINo public API (scraping required)
SignalRapid hiring → recent funding
Scraping Targets:
  • /jobs - Job listings with company data
  • /company/{slug} - Company profiles
  • Employee count changes over time

2. 🧠 AI & Research Intelligence

arXiv API

2.4M+ research papers, heavily AI-focused.
FieldDetails
URLhttps://arxiv.org
API Docshttps://info.arxiv.org/help/api/index.html
SignupNot required
Rate Limit1 request/3 seconds
Bulk Datahttps://info.arxiv.org/help/bulk_data.html
Key Categories for AI:
  • cs.AI - Artificial Intelligence
  • cs.LG - Machine Learning
  • cs.CL - Computation and Language (NLP)
  • cs.CV - Computer Vision
  • stat.ML - Statistics/ML
Example Query:
# Recent AI papers

curl "http://export.arxiv.org/api/query?search_query=cat:cs.AI&start=0&max_results=100&sortBy=submittedDate&sortOrder=descending"

OAI-PMH for Bulk:
curl "http://export.arxiv.org/oai2?verb=ListRecords&set=cs&metadataPrefix=arXiv"

Semantic Scholar API

214M papers, 2.49B citations, SPECTER embeddings.
FieldDetails
URLhttps://www.semanticscholar.org
API Docshttps://api.semanticscholar.org/api-docs/
Signuphttps://www.semanticscholar.org/product/api#api-key-form
Free Tier1 RPS with API key, 1000 RPS shared without
Bulk DataAvailable via datasets endpoint
Unique Features:
  • SPECTER2 embeddings (find similar papers)
  • Citation contexts
  • Author disambiguation
  • Venue normalization
Example:
# Search papers

curl "https://api.semanticscholar.org/graph/v1/paper/search?query=large+language+models&limit=10&fields=title,authors,year,citationCount"


Hugging Face Hub API

ML models, datasets, and papers.
FieldDetails
URLhttps://huggingface.co
API Docshttps://huggingface.co/docs/hub/api
OpenAPI Spechttps://huggingface.co/.well-known/openapi.json
Signuphttps://huggingface.co/join
Rate LimitGenerous, account-based
Data Available:
  • Model cards and metadata
  • Dataset cards
  • Paper references
  • Download counts
  • Trending models

Papers With Code

Research papers with implementations.
FieldDetails
URLhttps://paperswithcode.com
DataNow merged with Hugging Face
Accesshttps://github.com/paperswithcode/paperswithcode-data
Bulk Data Downloads:
  • Papers: https://paperswithcode.com/media/about/papers-with-abstracts.json.gz
  • Methods: https://paperswithcode.com/media/about/methods.json.gz
  • Datasets: https://paperswithcode.com/media/about/datasets.json.gz

Crossref

150M+ scholarly works, DOI registry.
FieldDetails
URLhttps://www.crossref.org
API Docshttps://api.crossref.org
SignupNot required ("polite pool" with email)
Rate Limit50/sec polite pool, lower without
Example:
# Recent AI works

curl "https://api.crossref.org/works?query=artificial+intelligence&filter=from-pub-date:[email protected]"


3. 🚀 Startup & Product Launches

Product Hunt API

Daily product launches with traction metrics.
FieldDetails
URLhttps://www.producthunt.com
API Docshttps://api.producthunt.com/v2/docs
Signuphttps://www.producthunt.com/v2/oauth/applications
TypeGraphQL
Commercial UseRequires permission (email [email protected])
Key Endpoints:
  • Posts (launches)
  • Topics (categories)
  • Users (makers)
  • Collections
Developer Token: Available in API dashboard for quick scripts.

HackerNews API (Algolia)

Real-time developer sentiment and launches.
FieldDetails
URLhttps://hn.algolia.com
API Docshttps://hn.algolia.com/api
SignupNot required
Rate Limit10,000 requests/hour
Endpoints:
# Search stories

curl "https://hn.algolia.com/api/v1/search?query=YC+launch&tags=story"

Search by date

curl "https://hn.algolia.com/api/v1/search_by_date?query=Series+A&tags=story"

Front page items

curl "https://hn.algolia.com/api/v1/search?tags=front_page"

Official Firebase API:
# Real-time top stories

curl "https://hacker-news.firebaseio.com/v0/topstories.json"

Item details

curl "https://hacker-news.firebaseio.com/v0/item/8863.json"


Reddit API

Subreddit signals for startup traction.
FieldDetails
URLhttps://www.reddit.com
API Docshttps://www.reddit.com/dev/api
Signuphttps://www.reddit.com/prefs/apps
Rate Limit60 requests/minute (OAuth)
Key Subredditsr/startups, r/SaaS, r/entrepreneur, r/machineLearning
OAuth Required for most endpoints. Useful for:
  • Launch announcements
  • Product feedback sentiment
  • Competitor mentions
  • Hiring posts

4. 📰 News & Events

GDELT (Global Database of Events, Language, and Tone)

World's largest open news dataset.
FieldDetails
URLhttps://www.gdeltproject.org
APIGoogle BigQuery (free 1TB/month)
Bulk Datahttps://www.gdeltproject.org/data.html
Update FrequencyEvery 15 minutes
Coverage:
  • News from 100+ languages
  • Events, themes, emotions
  • Geographic tagging
  • 215+ years historical
BigQuery Access:
SELECT * FROM gdelt-bq.full.events

WHERE SQLDATE >= 20260301

AND Actor1Name LIKE '%artificial intelligence%'

LIMIT 100


GlobeNewswire RSS

Press releases (competitor to PRNewswire).
FieldDetails
URLhttps://www.globenewswire.com
RSS Feedshttps://www.globenewswire.com/RssFeed/subjectcode/25-Mergers%20and%20Acquisitions/feedTitle/GlobeNewswire%20-%20Mergers%20and%20Acquisitions
CategoriesM&A, Funding, Earnings, Product Launches
RSS Feed URLs:
  • All news: https://www.globenewswire.com/RssFeed/feedTitle/GlobeNewswire
  • Technology: https://www.globenewswire.com/RssFeed/industry/30-Technology/feedTitle/Technology
  • M&A: https://www.globenewswire.com/RssFeed/subjectcode/25-Mergers%20and%20Acquisitions/

BusinessWire RSS

Another major press release wire.
FieldDetails
URLhttps://www.businesswire.com
RSShttps://www.businesswire.com/portal/site/home/news/
CategoriesBy industry and geography

NewsAPI

News aggregation from 150K+ sources.
FieldDetails
URLhttps://newsapi.org
Signuphttps://newsapi.org/register
Free Tier100 requests/day, dev only
PaidFrom $449/month
LimitationFree tier cannot be used in production

5. 💼 Jobs & Hiring Signals

RemoteOK API

Remote tech jobs - free JSON API.
FieldDetails
URLhttps://remoteok.com
APIhttps://remoteok.com/api
SignupNot required
TermsMust link back to RemoteOK
FormatJSON array
Usage:
curl "https://remoteok.com/api" -H "User-Agent: YourApp/1.0"
Data Includes:
  • Company name
  • Position
  • Tags (skills)
  • Date posted
  • Salary (when available)

GitHub Jobs (Deprecated) → Alternatives

AlternativeURLNotes
Adzunahttps://developer.adzuna.comFree tier available
Jooblehttps://jooble.org/api/aboutFree for non-commercial
The Musehttps://www.themuse.com/developers/api/v2Company data + jobs
Arbeitnowhttps://arbeitnow.com/apiEuropean tech jobs

LinkedIn (Scraping)

No public API, but critical for:
  • Company employee counts (growth signal)
  • Job postings (hiring = funding)
  • "Excited to announce" posts (funding news)
  • Skills/tech stack data
Tools:
  • Proxycurl (paid API): https://nubela.co/proxycurl
  • Phantombuster (automation): https://phantombuster.com
  • Apify actors: https://apify.com/store

6. 🏛️ Government & Regulatory Data

India Data.gov.in

Open Government Data Platform.
FieldDetails
URLhttps://data.gov.in
Signuphttps://data.gov.in/user/register
API KeyRequired for API access
Datasets500,000+
Relevant Datasets:
  • Company registrations (MCA)
  • GST registrations
  • Import/export data
  • Startup India registrations

USPTO PatentsView

US patent data - AI/tech innovation signals.
FieldDetails
URLhttps://patentsview.org
API Docshttps://search.patentsview.org/docs/
SignupNot required
TypeElasticSearch-based
New PatentSearch API:
curl "https://search.patentsview.org/api/v1/patent/?q={\"patent_title\":\"machine learning\"}&f=[\"patent_number\",\"patent_title\",\"patent_date\"]"

European Patent Office (EPO)

European patents.
FieldDetails
URLhttps://www.epo.org
API Docshttps://developers.epo.org
SignupRequired
Free TierAvailable

7. 🐙 Code & Developer Activity

GitHub API

Developer activity, trending repos, tech adoption.
FieldDetails
URLhttps://api.github.com
API Docshttps://docs.github.com/en/rest
Signuphttps://github.com/settings/tokens
Rate Limit60/hour (unauth), 5000/hour (auth)
Key Endpoints:
# Trending (unofficial)

curl "https://api.gitterapp.com/repositories?language=python&since=daily"

Search repos

curl "https://api.github.com/search/repositories?q=llm+language:python&sort=stars&order=desc"

User/org activity

curl "https://api.github.com/users/{username}/events"

Signals:
  • Star velocity → project traction
  • Fork activity → adoption
  • Contributor growth → team scaling
  • Dependency usage → tech adoption

GitLab API

Alternative to GitHub.
FieldDetails
URLhttps://gitlab.com
API Docshttps://docs.gitlab.com/ee/api/
Rate Limit2000/minute authenticated

npm Registry

JavaScript package adoption.
FieldDetails
URLhttps://registry.npmjs.org
APIhttps://github.com/npm/registry/blob/master/docs/REGISTRY-API.md
No Auth Required
# Package metadata

curl "https://registry.npmjs.org/{package}"

Download counts

curl "https://api.npmjs.org/downloads/point/last-month/{package}"


PyPI (Python Package Index)

Python package data.
FieldDetails
URLhttps://pypi.org
API Docshttps://warehouse.pypa.io/api-reference/
No Auth Required
# Package metadata

curl "https://pypi.org/pypi/{package}/json"


8. 🌍 Alternative Data Sources

CommonCrawl

Petabytes of web crawl data.
FieldDetails
URLhttps://commoncrawl.org
AccessS3 (free via AWS Open Data)
Size3.15 billion pages per crawl
Use CaseTech stack detection, company discovery

Kaggle Datasets

Community-contributed datasets.
FieldDetails
URLhttps://www.kaggle.com/datasets
API Docshttps://github.com/Kaggle/kaggle-api
SignupRequired
Relevant Datasets:
  • Crunchbase snapshots (historical)
  • LinkedIn company data
  • GitHub activity
  • AngelList data

Internet Archive Wayback Machine

Historical website data.
FieldDetails
URLhttps://archive.org
API Docshttps://archive.org/help/wayback_api.php
No Auth Required
# Check availability

curl "http://archive.org/wayback/available?url=example.com"

CDX API for bulk

curl "http://web.archive.org/cdx/search/cdx?url=*.example.com&output=json"


📋 Signup Checklist

Here's what to sign up for to get started:

Tier 1: Essential (Sign up today)

ServiceSignup URLWhat You Get
Semantic Scholarhttps://www.semanticscholar.org/product/api#api-key-formAPI key for research papers
Product Hunthttps://www.producthunt.com/v2/oauth/applicationsDeveloper token
GitHubhttps://github.com/settings/tokensPersonal access token
Hugging Facehttps://huggingface.co/joinHub API access
OpenCorporateshttps://opencorporates.com/api_accounts/newCompany data API
Data.gov.inhttps://data.gov.in/user/registerIndian government data
Google Cloudhttps://console.cloud.google.comBigQuery for GDELT (1TB free)

Tier 2: Nice to Have

ServiceSignup URLWhat You Get
Reddithttps://www.reddit.com/prefs/appsOAuth app for subreddit data
NewsAPIhttps://newsapi.org/registerNews aggregation (dev only)
CrossrefNo signup neededJust use polite pool with email
USPTO PatentsViewNo signup neededPatent search

Tier 3: Consider Later

ServiceSignup URLNotes
Proxycurlhttps://nubela.co/proxycurlLinkedIn data (paid)
Adzunahttps://developer.adzuna.comJobs API
Apifyhttps://apify.comWeb scraping platform

🛠️ Implementation Notes

Recommended Tech Stack for Ingestion

┌─────────────────────────────────────────────────────────┐

│ INGESTION LAYER │

├───────────────┬───────────────┬───────────────┬─────────┤

│ Scheduled │ Webhooks │ RSS │ Manual │

│ (cron) │ (realtime) │ (polling) │ (bulk) │

└───────┬───────┴───────┬───────┴───────┬───────┴────┬────┘

│ │ │ │

└───────────────┴───────────────┴────────────┘

┌──────────▼──────────┐

│ PostgreSQL + FTS │

│ (unified store) │

└──────────┬──────────┘

┌────────────────┼────────────────┐

│ │ │

┌──────▼──────┐ ┌──────▼──────┐ ┌──────▼──────┐

│ GraphQL │ │ Dashboard │ │ Webhooks │

│ API │ │ UI │ │ (alerts) │

└─────────────┘ └─────────────┘ └─────────────┘

Database Schema (Simplified)

-- Core entities

CREATE TABLE companies (

id SERIAL PRIMARY KEY,

name TEXT NOT NULL,

domain TEXT,

jurisdiction TEXT,

founded_date DATE,

employee_count INT,

funding_total BIGINT,

last_funding_date DATE,

tech_stack TEXT[],

sources JSONB,

created_at TIMESTAMPTZ DEFAULT NOW(),

updated_at TIMESTAMPTZ DEFAULT NOW()

);

CREATE TABLE funding_rounds (

id SERIAL PRIMARY KEY,

company_id INT REFERENCES companies(id),

amount BIGINT,

currency TEXT DEFAULT 'USD',

round_type TEXT, -- seed, series_a, etc

announced_date DATE,

investors TEXT[],

source TEXT, -- sec_edgar, news, etc

source_url TEXT,

raw_data JSONB

);

CREATE TABLE papers (

id SERIAL PRIMARY KEY,

arxiv_id TEXT UNIQUE,

title TEXT NOT NULL,

abstract TEXT,

authors JSONB,

categories TEXT[],

published_date DATE,

citation_count INT,

embeddings VECTOR(768) -- for similarity search

);

CREATE TABLE launches (

id SERIAL PRIMARY KEY,

source TEXT, -- producthunt, hackernews

source_id TEXT,

name TEXT,

tagline TEXT,

url TEXT,

upvotes INT,

comments INT,

launched_at TIMESTAMPTZ,

topics TEXT[]

);


🔗 Related Resources

  • SEC EDGAR Full-Text Search: https://efts.sec.gov/LATEST/search-index
  • arXiv Bulk Access: https://info.arxiv.org/help/bulk_data.html
  • GDELT BigQuery: https://blog.gdeltproject.org/google-bigquery-gkg/
  • GitHub Trending (Unofficial): https://github.com/huchenme/github-trending-api

Next Steps

  • Sign up for the Tier 1 services above
  • Share API keys with your data team
  • Build scrapers for each source
  • Unify into a single PostgreSQL database
  • Expose via API for internal tools

  • This is a living document. Last updated: March 4, 2026. Have a free data source we missed? Email [email protected]