AI agents can think. They can plan. But they can't read messy websites. Project Ghost converts any public URL into clean, structured data your agent can actually use โ in one API call.
Trusted by innovative companies
Ghost sits between the web and your agent โ handling all the complexity of fetching, parsing, and structuring so your agent only sees clean, actionable data.
Send any URL and get back structured entities, signals, and summaries your agent can act on instantly.
# Distill any URL into structured signals curl https://project-ghost-production.up.railway.app/distill \ -X POST \ -H "Content-Type: application/json" \ -H "Authorization: Bearer API_KEY" \ -d '{ "url": "https://apple.com" }'
{
"mcpServers": {
"project-ghost": {
"url": "https://project-ghost-production
.up.railway.app/mcp"
}
}
}{
"entity": "Nvidia",
"event": "AI chip launch",
"confidence": 0.91,
"impact": 9.1,
"category": "TECH",
"summary": "Nvidia announced a new AI
accelerator targeting data centres.",
"tokens_saved": "51.2%"
}Pick a URL below โ or enter your own โ and watch Ghost extract structured intelligence in real time.
The internet is the world's largest database. Ghost makes it readable for any AI agent โ in any domain.
No SDK required. Works with any language that can make an HTTP request.
# Pass key in header X-API-Key: your_api_key_here # Or as query param GET /feed?api_key=your_api_key_here # Feed with filters GET /feed?limit=20&min_confidence=0.7 # Search by entity GET /search?q=nvidia&limit=10 # MCP tools: # distill_web ยท get_signal_feed ยท search_signals
Give your AI agent the ability to read any website, extract any data, and act on real information โ not hallucinations. Live API. No waitlist.
Fill in your details and choose a plan. We'll email your ghost_sk_... key within 24 hours.