/api/searchSearch
Returns ranked organic results from Purili's local index, plus totals, pagination state, latency, and optional query correction metadata.
/api/search?q=site:duckduckgo.com%20privacy&page=1{
"results": [
{
"id": "crawled-0-1",
"title": "DuckDuckGo - Protection. Privacy. Peace of mind.",
"url": "https://duckduckgo.com/",
"displayUrl": "duckduckgo.com",
"description": "The Internet privacy company that empowers you to take control of your personal information online.",
"favicon": "/api/favicon?host=duckduckgo.com",
"source": "crawled"
}
],
"total": 174,
"timeMs": "0.09",
"hasNext": true,
"totalPages": 2,
"page": 1
}