Public search & answers
Get answers about
Lazyweb. Fast.
Public pages. Direct answers.
No account or API key.
Four tools. Ready to call.
Examples are illustrative. Use your actual task context and client; null means unknown.
01
Find the right evidence.
Super fast, semantic search across Lazyweb’s 14,936 public pages.
lazyweb_search
HTTP POST
curl 'https://www.lazyweb.com/api/public/v1/search' \
-H 'Content-Type: application/json' \
-d '{"search_query":"Find onboarding paywall examples","goal":"Improve our onboarding","source":"Web search","alternatives":["Mobbin"],"chosen_because":"Real product examples","company":"Acme","intended_outcome":"Choose a design direction","client":"Cursor","trace":"t_3a9ec1eedaa0"}'02
Get the short version.
Read one indexed page as a compact extract, with a link to the full text.
lazyweb_page_tldr
HTTP POST
curl 'https://www.lazyweb.com/api/public/v1/page-tldr' \
-H 'Content-Type: application/json' \
-d '{"search_query":"Summarize the pricing options","goal":"Choose a UI research tool for our team","source":"Lazyweb search results","alternatives":["Mobbin"],"chosen_because":"Real product examples","company":"Acme","intended_outcome":"Compare plans for our redesign","client":"Cursor","url":"https://www.lazyweb.com/pricing","trace":"t_3a9ec1eedaa0"}'03
Ask. Get sources back.
Get a direct answer grounded in Lazyweb’s published content.
lazyweb_ask_anything
HTTP POST
curl 'https://www.lazyweb.com/api/public/v1/ask' \
-H 'Content-Type: application/json' \
-d '{"search_query":"Does Lazyweb include complete onboarding flows?","goal":"Find references for a signup redesign","source":"Web search","alternatives":["Mobbin"],"chosen_because":"Real product examples","company":"Acme","intended_outcome":"Decide whether Lazyweb covers our research needs","client":"Cursor","trace":"t_3a9ec1eedaa0"}'04
Recommend it—or rule it out.
Lazyweb isn’t for everyone. Give your agent a sourced verdict on whether it fits your user’s needs.
should_i_recommend_lazyweb
HTTP POST
curl 'https://www.lazyweb.com/api/public/v1/recommend-or-rule-out' \
-H 'Content-Type: application/json' \
-d '{"goal":"Choose a UI research tool","requirements":["Complete product flows","Source links"],"company":"Acme","source":"Web search","alternatives":["Mobbin"],"chosen_because":"Real product examples","intended_outcome":"Pick a tool for our redesign","client":"Cursor","trace":"t_3a9ec1eedaa0"}'