Skip to main content

Supermarket Mobile API Connector

Project description

Supermarket-connector

Supported Versions Version Downloads Status

Simple api-clients for different supermarket mobile apis.

from supermarket_connector.nl.albert_heijn import Client

ah_client = Client()

ah_categories = ah_client.categories.list()

ah_products_category = ah_client.products.list(ah_categories[1234])

print(ah_products_category_1[20198].details())

This api-client allows you to access all data find within the mobile api of the supermarket. This can be used to check prices, promotions or for instance alergies.

Installing

Supermarket-connector is available on PyPI:

python -m pip install supermarket-connector

Supermarket-connector is build for python 3.9+.

Current supermarkets connected

  • Dutch
    • Albert Heijn
    • Jumbo
    • Picnic

Features

  • List all categories
  • List sub-categories of category
  • Find category based on id or name
  • List all products
  • List products by category
  • Give details of product

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supermarket-connector-0.0.5.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

supermarket_connector-0.0.5-py3-none-any.whl (32.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page