Skip to main content
Search backend Keenable as a built-in search backend in the ketch agent CLI (Go). View the change on GitHub brew install the CLI, run a search, then make Keenable the default backend.

Install

Install ketch

keenable is a built-in search backend (merged upstream, shipped since v0.11.0) — there is no Keenable package to install, just the CLI itself.

Use it

Add --json for machine-readable output, or --scrape to pull full page content per result.
Known defect in the shipped backend. Results currently come back as a title and a link with no text under them, because the backend reads a field Keenable leaves empty for most pages. Until the fix lands, pass --scrape to pull the page content per result. The fix is open upstream as PR #43.
Run ketch config set keenable_api_key keen_… to authenticate — this removes the hourly request cap. Without a key, calls run on the shared public tier at lower rate limits.