Bring traceable opportunities into your own tools.
The public API is free, keyless, and read-only. It exposes no user contact details or private review content. Responses include public caching, cross-origin read headers, and fair-use rate limits.
GET /api/v1/opportunitiesQuery published opportunities with pagination and filters for keyword, domain, risk, AI fit, and V0–V8 range.
GET /api/v1/opportunities/{slug}Read one opportunity, original excerpts, translations, source links, versions, and public builder progress.
GET /api/v1/sourcesRead source policies, allowed uses, health status, and recent collection summaries.
GET /api/v1/social-signalsRead social-platform intake status, signal layers, and anonymous aggregates. User links, text, identity, and review notes are never returned.
GET /api/v1/metaRead API version, free-use statement, and current public coverage.
fetch('/api/v1/opportunities?q=OCR&minValidation=2&pageSize=10')
.then(response => response.json())
.then(data => console.log(data.items));Keep the opportunity URL and evidence provenance. The API grants no rights beyond each original source license.