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
12
13
<!DOCTYPE html>
<html>
<head><title>Fragmented Text</title></head>
<body>
  <p>
    <span style="font-weight: bold;">The quick </span>
    <span style="color: brown;">brown fox </span>
    <span>jumps over </span>
    <em>the lazy dog.</em>
  </p>
  <p>Second paragraph as one piece.</p>
</body>
</html>