Query Syntax

PublicWWW searches the source code of web pages, not the text visitors see. A query is the fragment of markup, script or stylesheet you expect to find - a tracker id, a library filename, a meta tag, an affiliate code.

Everything, briefly

"..." Exact phrase - those characters, in that order. What you want almost every time. A tilde and a number let the words inside move apart. "math.min.js" "gtag config"~5 read more
a b Several words or phrases means all of them, in any order. distance:n asks for them close together. bootstrap jquery fbq distance:5 init read more
( | ) A bar matches either side; brackets say what the bar applies to. jquery (slick | swiper) read more
- A dash removes the pages that contain what follows it. "amcharts.js" -bootstrap read more
\" A backslash escapes a quote inside a phrase, or another backslash. "<html lang=\"fr\">" read more
depth: Reach indexed internal pages, not only home pages. depth:all "math.min.js" read more
site: Restrict to one top-level domain. site:de bootstrap read more
ip: One address, or a class C subnet with a *. ip:160.153.136.* bootstrap read more

In detail

Where to go next

Next Basics