webshift 0.2.13

Denoised web search library — fetch, clean, and rerank web content for AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head><title>Multilingual Page</title></head>
<body>
  <p>Hello, this is English text.</p>
  <p>Ciao, questo è testo italiano.</p>
  <p>你好,这是中文文本。</p>
  <p>مرحبا، هذا نص عربي.</p>
  <p>Emoji test: 🌍 🚀 ✨</p>
</body>
</html>