There's a slight problem in my examples. You should use for now:
import Search for result in Search.search(text ='search:ebay TRS-80 pages:all'): pprint.pprint(result)
The next version will handle the argument to search correctly (it's possible to pass in a highly structured object that exactly describes the search).
Update: fixed.

