Search
The following query parameters control Google’s interpretation of keywords. Although
as_epq
may be attractive for some use cases, it breaks sorting by date (scoring=n
) when output
is “rss” or “atom”, so stick with q
for consistent sorting. Update: It seems the as_*
parameters don’t work when output
is “rss” or “atom”.q=TERMS
retrieve results with all of the terms. Alias:as_q
as_epq=TERMS
retrieve results with the exact phraseas_oq=TERMS
retrieve results with at least one of the wordsas_eq=TERMS
retrieve results without the termsas_qdr=dTERMS
retrieve results within specified number of days example &as_qdr=d1 results within one dayas_qdr=wTERMS
retrieve results within specified number of weeks example &as_qdr=w1 results within one weekas_qdr=yTERMS
retrieve results within specified number of years example &as_qdr=y1 results within one yearas_occt=SECTION
retrieve results where my terms occur…any
anywhere in the articletitle
in the headline of the article (same as using “allintitle:” inq
)body
in the body of the article (same as using “allintext:” inq
)url
in the URL of the article (same as using “allinurl:” inq
)
Filter
The following query parameters filter results by Google News edition, topic, location, date, news source or author.
ned=EDITION
limits results to a specific edition. Possible values: editionstopic=TOPIC
limits results to a specific topic. Possible values: topicsgeo=LOCATION
limits results to a specific locationdetect_metro_area
determines location based on IP- a city, state, country, or US zip code
as_drrb=q
retrieves articles added by Google News…as_qdr=a
anytimeas_qdr=h
last houras_qdr=d
last dayas_qdr=w
past weekas_qdr=m
past monthas_qdr=y
past year
as_drrb=b
retrieves articles added by Google News between…as_minm=NUM
minimum month. Possible values: [1, 12]as_mind=NUM
minimum day. Possible values: [1, 31]as_maxm=NUM
maximum month. Possible values: [1, 12]as_maxd=NUM
maximum day. Possible values: [1, 31]
as_nsrc=SOURCE
limits results to a specific news source (same as using “source:” inq
)as_nloc=LOCATION
limits results to news sources from a specific location (same as using “location:” inq
)as_author
limits results to a specific author (same as using “author:” inq
)
The
as_ddrb
family of parameters is occasionally set using the tbs
parameter when using the web interface. You do not need to learn the tbs
syntax. Note that as_nloc
and geo
are not synonymous.Boost
I’m not confident that these parameters do anything when
output
is “rss” or “atom”, but here they are for completeness.gl=COUNTRY
boosts search results from a specific country of origin. Possible values:country codesgll=LATITUDE,LONGITUDE
boosts search results near that point. Latitude and longitude must be integer microdegrees. In otherwords, multiply each number by a million and round to the nearest integer.gr=REGION
boosts search results from a specific region. Possible values: province codesgm=METRO
boosts search results from a specific metropolitan area. Possible values: metro codesgpc=ZIPCODE
boosts search results from a specific zip code.gl
must be “us”.gcs=CITY
boosts search results from a specific city. Possible values: city names in theUnited States and worldwide
Order
scoring=ORDER
sorts search results. Default: “r”. Alias: “as_scoring”- "r" by relevance
- "n" by date (newest first)
- "d" by date (newest first) with duplicates
- "o" by date (oldest first)
Paginate
num=NUM
retrieves NUM results. Default: 10. Possible values: ifq
present [1,100], otherwise [1, 30]start=OFFSET
retrieves results starting from OFFSET. NUM plus OFFSET must be less than 1000, otherwise you will get zero results. Ignored ifoutput
is “rss” or “atom”. Default: 0. Requiresq
.
Output
output=FORMAT
sets the output formatrss
retrieves RSS feedatom
retrieves Atom feed
hl=LANGUAGE
sets host language. Default: “us”. Possible values: languageshdlOnly=1
displays headlines onlyqsid=ID
used in combination withcf=q
. Update: This feature has been removed.
In older versions of Google News, it was possible to change the output of the web interface using a
cf
parameters. It no longer seems to work, but it is here for completeness. Note that when output
is set to “rss” or “atom”, this parameter is in fact ignored.cf=CODE
all
retrieve any contentq
retrieve only quotes. Requiresqsid
. Update: This feature has been removed.i
retrieve only imagesb
retrieve only blogs
Google tracking
Google uses parameters to track how users are using the web interface, which may include
aq
,authuser
, btnmeta_news_search
, edchanged
, client
, rls
, oi
, oq
, resnum
, sa
, source
,sourceid
, swrnum
, tab
. You don’t need to worry about these, unless you want to bias Google’s internal statistics on user behavior.Google Search
If using the web interface, performing a keyword search from Google News will redirect you to a Google Search page. The
tbm=nws
query parameter informs Google to display news results only.Undocumented
I haven’t yet figured out what these do, but their impact seems minimal. If you have a clue, please mention it in the comments!
pz
is usually set to 1. Default: 1. Possible values: [0, 1]ict
Possible values: “ln”, “itn0”, “tnv0”csid
Deprecated
The following parameters work only on the deprecated Google News Search API.
v=1.0
sets the API version. Possible values: “1.0”rsz=SIZE
sets results sizesmall
retrieves four resultslarge
retrieves eight results
userip
sets user’s IP as an abuse counter-mesurecallback
runs JavaScript callbackcontext
sets callback contextkey
sets API key
Examples:
To create RSS for US top stories:
http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss
To create RSS for Topic: Technology:
https://news.google.com/news/section?pz=1&cf=all&topic=tc
Or
https://news.google.com/news/section?pz=1&cf=all&ned=us&hl=en&topicsid=en_us:tc&ict=tnv3
To create RSS for keyword search (google) in Topic: Technology:
https://news.google.com/news/section?pz=1&cf=all&ned=us&hl=en&q=Google&topicsid=en_us:tc&ict=tnv3
To create RSS for keyword search (AT&T) in Topic: Technology:
https://news.google.com/news/section?pz=1&cf=all&ned=us&hl=en&q=AT%26T&topicsid=en_us:tc&ict=tnv5
To create RSS for keyword (google) and sort output by newest:
http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&scoring=n&q=google&output=rss
http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&output=rss
To create RSS for Topic: Technology:
https://news.google.com/news/section?pz=1&cf=all&topic=tc
Or
https://news.google.com/news/section?pz=1&cf=all&ned=us&hl=en&topicsid=en_us:tc&ict=tnv3
To create RSS for keyword search (google) in Topic: Technology:
https://news.google.com/news/section?pz=1&cf=all&ned=us&hl=en&q=Google&topicsid=en_us:tc&ict=tnv3
To create RSS for keyword search (AT&T) in Topic: Technology:
https://news.google.com/news/section?pz=1&cf=all&ned=us&hl=en&q=AT%26T&topicsid=en_us:tc&ict=tnv5
To create RSS for keyword (google) and sort output by newest:
http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&scoring=n&q=google&output=rss
8 comments:
Do you know more url news rss (yahoo,bing,bbc)?
Thank you for sorting by date doc.
Thanks, it's amazing.
Amazing job! Thanks a lot!!
Thank you for an amazing post.
A great resource thankyou! *but* March 2018: it seems some no longer work ie. scoring=n
I am glad that I saw this post. It is informative blog for us and we need this type of blog thanks for share this blog, Keep posting such instructional blogs and I am looking forward for your future posts.
online dating
How can i code a parameter to exclude content from a particular source?
Post a Comment