The Web Reading Layer for AI Agents โ€” Live & Production Ready

Your AI Agent Can Now
Read the Internet.

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.

โ–ถ See It Work Developer Docs โ†— Contact Architecture
TRAVEL AGENT Found cheapest Dubai flight โ€” Emirates $342 vs IndiGo $289 โœ“ Done
RESEARCH AGENT Extracted 14 competitor pricing pages in 8 seconds โœ“ Done
SALES AGENT Detected hiring surge at Stripe โ€” 23 new engineering roles โœ“ Done
FINANCE AGENT Parsed Q3 earnings from 6 annual reports โ€” no hallucination โœ“ Done
SHOPPING AGENT Compared iPhone 17 prices across 8 retailers in real time โœ“ Done
NEWS AGENT Summarised 40 articles about NVIDIA into 3 key signals โœ“ Done
LEGAL AGENT Extracted contract terms from 5 vendor websites automatically โœ“ Done
TRAVEL AGENT Found cheapest Dubai flight โ€” Emirates $342 vs IndiGo $289 โœ“ Done
RESEARCH AGENT Extracted 14 competitor pricing pages in 8 seconds โœ“ Done
SALES AGENT Detected hiring surge at Stripe โ€” 23 new engineering roles โœ“ Done
FINANCE AGENT Parsed Q3 earnings from 6 annual reports โ€” no hallucination โœ“ Done
SHOPPING AGENT Compared iPhone 17 prices across 8 retailers in real time โœ“ Done
NEWS AGENT Summarised 40 articles about NVIDIA into 3 key signals โœ“ Done
LEGAL AGENT Extracted contract terms from 5 vendor websites automatically โœ“ Done

Trusted by innovative companies

Findyble
Mocially
Terch DataLabs
ScaleGuide
BenchWatt

From messy website to agent-ready data
in one API call.

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.

๐ŸŒ
Web Sources
News, blogs, RSS feeds, any public URL
Input
๐Ÿงน
Content Extraction
Strip noise, parse headlines, reduce tokens by ~50%
Clean
๐Ÿง 
Ghost AI Engine
Entity extraction, scoring, intent classification
AI
โšก
Entities + Signals + Summaries
Structured JSON with confidence & priority scores
Extract
๐Ÿ—„๏ธ
Ghost Intelligence Database
Persistent signal memory, searchable by entity
Store
๐Ÿค–
API for AI Agents
REST + MCP โ€” plug into any agent framework
Output
๐ŸŽฏ
Entity Extraction
Named companies, people, and events pulled from every signal automatically.
๐Ÿ“Š
Impact Scoring
Every signal rated 1โ€“10. Priority calculated server-side โ€” never hallucinated.
๐Ÿ”
Intent Classification
Business intent extracted in plain language your agent can act on immediately.
๐Ÿ”—
MCP Native
Works as a plug-and-play tool inside Cursor, Claude, and any MCP agent.
๐Ÿ’พ
Signal Memory
Every distilled signal stored and searchable. Query by entity, date, or confidence.
โšก
Sub-4s Response
Full pipeline โ€” fetch, clean, extract, score โ€” completes in under 4 seconds.

One request. Complete intelligence.

Send any URL and get back structured entities, signals, and summaries your agent can act on instantly.

Example API Request
curl โ€” POST /distill
# 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"
  }'
MCP Integration
mcp-config.json
{
  "mcpServers": {
    "project-ghost": {
      "url": "https://project-ghost-production
             .up.railway.app/mcp"
    }
  }
}
Example Response
200 OKยท 3,501ms ยท 4.34KB
confidence: 0.91
Nvidia
AI chip launch ยท TECH
0.91
impact 9.1
AMI Labs
Series B funding ยท STARTUPS
0.87
impact 8.4
SUMMARY โ†’
Nvidia announced a new AI accelerator targeting data centres, signalling continued infrastructure investment despite market volatility.
response.json โ€” full structure
{
  "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%"
}

Try the API yourself.

Pick a URL below โ€” or enter your own โ€” and watch Ghost extract structured intelligence in real time.

๐ŸŒ
3.5s
Average response time
~50%
Token reduction per request
10+
Live sources monitored
v2.0
Signal schema version

Every agent that needs the web
needs Ghost.

The internet is the world's largest database. Ghost makes it readable for any AI agent โ€” in any domain.

โœˆ๏ธ
Travel Booking Agent
User says "find me the cheapest flight to Dubai next Friday." Ghost reads Skyscanner, MakeMyTrip, and airline sites โ€” extracting prices, times, and availability as clean JSON. Agent compares and books. No scraping code needed.
Price extractionMulti-site comparisonReal-time data
๐Ÿ›’
Shopping & Price Agent
Agent monitors product pages across Amazon, Flipkart, and brand sites. Ghost extracts price, stock status, reviews, and specs into structured data โ€” so your agent can alert, compare, or auto-purchase at the right moment.
Price monitoringStock alertsProduct specs
๐Ÿ“Š
Research & Intelligence Agent
Feed your agent any company URL and get back structured intelligence โ€” funding history, product offerings, key people, and recent news. Ghost turns a messy website into a clean data card your agent can reason over.
Company intelCompetitive analysisDue diligence
๐Ÿ’ผ
Sales & Outreach Agent
Agent detects buying signals โ€” a company posts a job for your tech stack, raises funding, or launches a new product. Ghost extracts these signals the moment they appear so your agent can trigger perfectly timed outreach.
Hiring signalsFunding roundsCRM enrichment
๐Ÿ“ฐ
News & Monitoring Agent
Instead of reading 50 articles, your agent calls Ghost once per topic and gets back key entities, sentiment, and a business summary. Real-time awareness without token overload or hallucination.
Topic monitoringEntity trackingSentiment signals
โš–๏ธ
Legal & Compliance Agent
Agent reads vendor websites, privacy policies, and regulatory pages โ€” extracting key terms, dates, and obligations as structured data. Ghost handles the messy HTML so your agent can focus on reasoning, not parsing.
Policy extractionTerm detectionCompliance checks

Simple REST. Infinite signal.

No SDK required. Works with any language that can make an HTTP request.

POST/distillAny URL โ†’ Signal
GET/feedPoll cached signals
GET/search?q=Search by entity
GET/healthLiveness check
MCP/mcpAgent tools
Authentication & Examples
# 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

The web is your agent's
superpower.

Give your AI agent the ability to read any website, extract any data, and act on real information โ€” not hallucinations. Live API. No waitlist.

Request your API key.

Fill in your details and choose a plan. We'll email your ghost_sk_... key within 24 hours.

Request API Access
Free plan includes 100 requests/month. No credit card needed.
Free
100 req/mo ยท No cost
Developer
2,000 req/mo ยท โ‚น499/mo (~$6/mo)
Startup
10,000 req/mo ยท โ‚น1,999/mo (~$24/mo)
Or email us directly โ†’ ProjectGhost__@outlook.com
๐ŸŽ‰ IT WORKS!
Want to use this in your agent?
Get your free API key โ€” 100 requests/month, no credit card needed. We'll email it within 24 hours.
Request Free API Key โ†’