Skip to main content

URL Based Search

TypeDescriptionExample
Url Searchurl: returns the document with this exact url. Wildcards are not supported.url:http://twitter.com/BMW/status/561925861155561473
Parent Url Searchparenturl: returns all child documents (comments or retweets) from a document specified by the given url. E.g. Give me all the comments for this document url.parenturl:http://twitter.com/BMW/status/561925861155561473
Host Url Restrictionhosturl:"www.spiegel.de" returns all the documents from the host www.spiegel.de hosturl:"http://www.spiegel.de/"
Domain Url Restrictiondomainurl:spiegel.de returns all the documents from the domain Spiegel.de. Pay attention not to insert www. into the querydomainurl:"http://spiegel.de/"
Resolved Url Restrictionresolved_url: returns all the documents linking, once resolved, to the exact url. Pay attention not to insert www. into the queryresolved_url:"http://www.spiegel.de/gesundheit/diagnose/nach-impfskandal-22-tote-bei-masern-ausbruch-auf-philippinen-a-1252057.html"
Resolved Domain Url Restrictionresolved_domain_url:spiegel.de returns all the documents linking, once resolved, to the domain Spiegel.de. Pay attention not to insert www. into the queryresolved_domain_url:"http://spiegel.de/"
Site Searchsite:twitter.com/BMW/ returns all documents from the site twitter.com/BMW/. site:googleblog.blogspot.com returns documents from googleblog.blogspot.com. Pay attention to end with a / if the site includes a specific path (/BMW/) but not if it ends with the top level domain (.com)'site:googleblog.blogspot.com'>
site:blogspot.com
site:twitter.com/BMW/
In Urls Searchinurls:facebook returns all documents which have the keyword facebook _anywhere* in their url, or which have it in any referenced url in the content.inurls:facebook
info

All URL based search features are case sensitive.