Skip to main content

Interact with Target's API

Project description

TargetAPI

Interact with Target's API

Installation

Download from PyPi with pip install TargetAPI

Usage

  • Import with from TargetAPI import Target
  • Initialize with target = Target(api_key="myapikeyhere")

Examples:

  • Get stores: stores = target.stores
  • Search for a product: results = target.search(keyword="PlayStation 5 game console")
  • Product reviews: reviews = results[0].reviews
  • Product price: price = results[0].price
  • Product availability: availability = results[0].availability
  • Products on-hand: print(availability.onhand)
  • Availability locations: locations = availability.locations
  • Location phone number: print(locations[0].store.phone_number)

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

TargetAPI-0.2.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

TargetAPI-0.2.0-py3-none-any.whl (6.6 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