You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported byJoe (Bitbucket: Joe0405, GitHub: Joe0405)
Hi, i was using Amazon api to get product info that i want
from amazonproduct import API
api = API(locale='us')
product = api.item_lookup('B00E4VIC4C')
product.ASIN
below is the info of the product
Product description
Shipping Information: View shipping rates and policies
ASIN: B00M3IETUO
Date first available at Amazon.com: July 24, 2014
Amazon Best Sellers Rank: #1,146 in Clothing, Shoes & Jewelry (See Top 100 in Clothing, Shoes & Jewelry) #22 in Clothing, Shoes & Jewelry > Men > Clothing > Active > Athletic Socks #39 in Clothing, Shoes & Jewelry > Men > Clothing > Socks
#436 in Clothing, Shoes & Jewelry > Men > Shops
how can i get category (Clothing, Shoes & Jewelry)? thanks
Originally reported by Joe (Bitbucket: Joe0405, GitHub: Joe0405)
Hi, i was using Amazon api to get product info that i want
from amazonproduct import API
api = API(locale='us')
product = api.item_lookup('B00E4VIC4C')
product.ASIN
below is the info of the product
Product description
Shipping Information: View shipping rates and policies
ASIN: B00M3IETUO
Date first available at Amazon.com: July 24, 2014
Amazon Best Sellers Rank: #1,146 in Clothing, Shoes & Jewelry (See Top 100 in Clothing, Shoes & Jewelry)
#22 in Clothing, Shoes & Jewelry > Men > Clothing > Active > Athletic Socks
#39 in Clothing, Shoes & Jewelry > Men > Clothing > Socks
#436 in Clothing, Shoes & Jewelry > Men > Shops
how can i get category (Clothing, Shoes & Jewelry)? thanks
The text was updated successfully, but these errors were encountered: