http://mat.i2p/metasearch
To provide an example, here’s the CSS selectors I use for Google: Search result container: div. g > div, div. xpd > div:first- child (Search results are usually in .g , but not always. Other results, including ads, are in .xpd , but the :first- child filters out the advertisements since ads never have a div as their first element) Title: h3 Link: a[href] (For some search engines you have to get the text instead of the href, and for Bing...