You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

TargetAPI

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

TargetAPI

Interact with Target's API

0.2.0
pipPyPI
Maintainers
1

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)

Keywords

Target

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.