Search remaining stock, floor models, customer returns, etc. of MediaMarkt and SATURN.
from fundgrube import Fundgrube, Retailer
fundgrube = Fundgrube(retailer=Retailer.MEDIAMARKT)
postings, more_postings_available, url = fundgrube.postings()
See examples.py, or example_discounts.py for further usage examples.