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 discovers URLs from a starting URL without recursively crawling every page.
Crawl
Crawl recursively traverses a domain or subpath and extracts content from reachable pages within the requested limits.
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 |