Date based search on Google
May 7th, 2008
Do you need an easy way to find recent web pages? Have a look at this…
When looking for an option to specify the date or daterange you’ll soon notice that Google only provided three options in the advanced search: see all the pages last updated in the past 3, 6 or 12 months and a difficult-to-use operator (daterange).
These days Google updated the advanced search page - now it shows four more options: find the web pages first indexed in the past day, week, month or in the past 2 months.

If you remove all the uninteresting parameters from the search url, you’ll find that as_qdr is responsible for date restrictions. For example, here’s how to restrict a search for “[Obama]” to pages first seen by Google’s crawler in the past 24 hours:
http://www.google.com/search?q=obama&as_qdr=d
Note that you’ll only find new web pages and not pages that were updated in the past 24 hours. That means you won’t find homepages from popular sites or other frequently-updated pages. If the date range is small, you’ll mostly find news and blog posts.
The nice thing is that you can change the value of as_qdr to custom intervals. Here are all the possible values of the as_qdr parameter:
d[number] - past number of days (e.g.: d10)
w[number] - past number of weeks
y[number] - past number of years
For example,
http://www.google.com/search?q=obama&as_qdr=d10
lets you search for pages that contain “obama” and were created in the past 10 days.
I don’t think it’s that complicated as it seems to be at first sight ![]()
If you can’t keep as_qdr in mind think of “advanced search - query date range”.





