Public SQL
Read-only SQL over public corpora
Scry is a public-data SQL surface: read-only SQL over source-native public corpora, with schema discovery, provenance, freshness, and vectors for agents.
What you get
Scry gives agents and researchers a read-only SQL interface over public source material: papers, forums, social archives, scholarly metadata, public records, and source-native tables. Identifiers, sources, timestamps, and provenance come back with every row, so results stay reproducible.
Public sources
Query Hacker News with SQL hackernews.items Every Hacker News story and comment, queryable with read-only SQL — source-native records, timestamps, authors, scores, and a live tail.Query Reddit with source-native SQL reddit.comments The public Reddit archive — posts and comments queryable with read-only SQL by subreddit, author, timestamp, text, and score.Query Manifold Markets with SQL manifold.markets The full Manifold prediction-market corpus — every market, every bet, every comment — queryable with read-only SQL and kept minutes-fresh from the live API.
Example queries
Trace a phrase on Hacker News with SQL A Scry query pattern for tracing a public phrase through Hacker News by month, distinct authors, and inspectable source rows.Find the first use of a phrase on Reddit with SQL A Scry query pattern for locating the earliest occurrences of a phrase in a subreddit, with author, timestamp, score, and the full comment row attached.Recover a prediction market's full price path with SQL A Scry query pattern for reconstructing a Manifold market's probability history bet by bet, from the per-bet prob_before and prob_after fields.Chart a community's drift along a meaning axis with SQL A Scry query pattern that mints two poles as vectors, takes the balanced axis between them, and averages every LessWrong post's projection quarter by quarter.
API contract
Docs
Schema and workflows
POST /v1/scry/query The synchronous SQL-over-HTTPS endpoint for Scry: send bounded read-only SQL (ClickHouse dialect) as text and receive one JSON document or a typed HTTP error within the advertised execution ceiling. Asynchronous agent research with public SQL A Scry workflow for agents that inspect schema, run bounded SQL, preserve records, and return evidence with sources attached.Run a personal query over public data Use a personal Scry API key to run read-only SQL over an enabled public corpus relation and save the rows you need.