prijsoog.supermarkets package

Submodules

prijsoog.supermarkets.ah module

class prijsoog.supermarkets.ah.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

prijsoog.supermarkets.jumbo module

class prijsoog.supermarkets.jumbo.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

Module contents