Skip to content

aiaiai829/StockXAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockXAPI

Unofficial API for StockX using Python.

Requirements

Install all requirements using:

pip install -r requirements.txt

Demo Use

from stockx import StockXAPI
stockx = StockXAPI()

products = stockx.search_items('supreme', output_data=['name', 'id', ['market', 'lastSale']])
for product in products:
    print(product)

About

Unofficial StockX API using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages