voila un peu de données brut
Basic Google Syntax
INTITLE - search for string in title
intitle:"michael moore"
ALLINTITLE - search strings in title
allintitle:"michael moore" films
INURL - search for string in the url
inurl:"michael moore"
INTEXT - search for the string in the site body
intext:"angry white men"
SITE - search specific domains
"virus" site:infosec.navy.mil
LINK - locate sites linking to the site entered
link:www.pogo.com
CACHE - search google site cache
cache:www.whitehouse.gov
DATERANGE - search within a date range (julian)
"michael moore" daterange:2452389-2452389
FILETYPE - locate files (don't list any html pages, just the files)
"economic disaster" filetype:pdf -filetype:htm -filetype:html
RELATED - locate pages that are related (similar)
related:www.usatoday.com
INFO - locates links about site
info:www.2600.com
PHONEBOOK - locates phone numbers
phonebook:"fred stanley"
STOCKS - stock info
stocks:msft
------------------------------------------------------------------------------------------
BOOLEAN LOGIC
- "AND", "I", "a", "The", and "Of" are ignored
- a pipe "|" is treated as "OR"
- a minus symbol "-" eliminates the string from results
- wildcard "*" can be used on words, not characters
("three * mice" = "three blind mice")
- 10 word limit. Use wildcards like "do as * say not as * do"
------------------------------------------------------------------------------------------
Triggers and Switches
- ! = Initializes the "I'm Feeling Lucky" search option
intitle:"Directory of" sexually transmitted diseases -inurl:book -inurl:products
- ?? = searches the google directory
?? "michael moore"
- , = searches usenet database (google groups)
, group:sci.med* hiv
/images = searches google images
intitle:cheerleaders -filetype:htm -filetype:html /images
/news = searches google news
intitle:"saddam hussein" /news
/since = days ago
"george bush" /since:365
--------------------------------------------------------------------------------------------
Google URLs
The query "three blind mice" returns
http://www.google.com/search?num=100&hl=en&q=%22three+blind+mice%22&as_qdr=m6&safe=off
query = q=%22three+blind+mice%22&as_qdr=m6&safe=off
num = number of results (1-100)
as_qdr=mx =specifies age of site (x= amount of months)
safe=off =content filter (on or off)