What Is OptimAI Search?
A plain-language overview of decentralized live web Search, Scrape, URL Seeding, and Crawl.
OptimAI Search is decentralized search infrastructure for AI agents. It gives applications a live web source layer instead of relying only on static model memory.
Search
Search lets an agent ask in natural language and get cited answers retrieved fresh from the live web.
Scrape
Scrape pulls clean structured data from any public URL: markdown, JSON, screenshots, on demand.
URL Seeding
URL Seeding is planned for discovering URLs related to a topic across the live web without crawling.
Crawl
Crawl is planned for recursively traversing a domain or subpath and extracting content from every reachable page.
When to use each
| Need | Capability |
|---|---|
| Ask in plain English and get cited live-web answers | Search |
| Extract markdown, JSON, or screenshots from a known URL | Scrape |
| Discover a curated starting set of URLs for agent research | URL Seeding |
| Retrieve structured content across a domain or subpath | Crawl |