NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

google.results()

Syntax

results(query)

Description

Returns the number of results for the given query. This is useful for statistical operations, for example querying Google for grass green, grass yellow, grass blue and determining what color is most likely associated with grass.

Example

google = ximport("google")
google.license("E4RRrGcASKIvbCtG43DFHHERRv78ghjg")
print google.results("food")
>>>49500000