prijsoog package

Subpackages

Module contents

class prijsoog.AhWatcher(min_delay=5)[source]

Bases: prijsoog._base.PriceWatcher

Albert Heijn price watcher.

search(query: str)[source]

Search different supermarkets for product query

Parameters

query (str) – product name, e.g. ‘appel’

Returns

results of your search

Return type

dict

class prijsoog.JumboWatcher(min_delay=5)[source]

Bases: prijsoog._base.PriceWatcher

Jumbo price watcher.

search(query: str)[source]

Search different supermarkets for product query

Parameters

query (str) – product name, e.g. ‘appel’

Returns

results of your search

Return type

dict