Python-Amazon-Simple-product-API

Een eenvoudige Python Wrapper voor de Amazon.com Product Advertising API
Download nu

Python-Amazon-Simple-product-API Rangschikking & Samenvatting

Advertentie

  • Rating:
  • Vergunning:
  • BSD License
  • Prijs:
  • FREE
  • Naam uitgever:
  • Yoav Aviram
  • Uitgever website:
  • http://github.com/jcfigueiredo/

Python-Amazon-Simple-product-API Tags


Python-Amazon-Simple-product-API Beschrijving

Python-Amazon-Simple-PRODUCT-API is een eenvoudige Python Wrapper voor de Amazon.com Product Advertising Api.usagelookup: >>> van Amazon.API import Amazonapi >>> Amazon = Amazonapi (Amazon_Access_key, Amazon_Secret_Key, Amazon_assoc_tag) >>> Product = Amazon.get_by_Asin ("B0051QVF7A") >>> Product.Title 'Kindle, Wi-Fi, 6 "E Ink Display - Voor internationale verzending' >>> Product.Price_and_Currency (109.0, 'USD') >> Product .Ean '0814916014354' >>> product.large_image_url 'http://ecx.images-amazon.com/images/i/411h+731zl.jpg' >>> product.get_attribute ('uitgever') 'Amazon Digital Services, Inc '>>> product.get_attributes () {' itemdimensions.width ':' 450 ',' itemDimensions.Height ':' 34 '} De api wrapper ondersteunt vele andere Productattributen ook.Search: >>> van Amazon.API import Amazonapi >>> Amazon = Amazonapi (Amazon_Access_key, Amazon_Secret_Key, Amazon_assoc_tag) >>> Products = Amazon.search (Trefwoorden = 'Kindle', SearchIndX = 'ALL') >>> voor i, pro kanaal in opsommen (producten): >>> Print "{0}. '{1}'. Formaat (I, product.title) 0. 'Kindle, Wi-Fi, 6 "E Ink Display - Inclusief speciale aanbiedingen en gesponsorde screensavers' 1. 'Kindle Fire, Full Color 7" Multi-Touch Display, Wi-Fi '2.' Kindle US Power Adapter (niet inbegrepen bij Kindle of Kindle Touch) '3.' Kindle Touch, Wi-Fi, 6 "E Ink Display - Inclusief speciale aanbiedingen en gesponsorde screensavers '4.' Kindle Toetsenbord 3G, GRATIS 3G + Wi-FI, 6 "E Ink Display - Inclusief speciale aanbiedingen en gesponsorde screensavers '5.' Kindle Touch 3G, gratis 3G + Wi-Fi, 6" E Ink Display - Inclusief speciale aanbiedingen en gesponsorde screensavers ' ... 49. 'Kindle draadloze leesapparaat (6 "display, US Wireless)' De zoekmethode retourneert een tiselijk die door alle producten op alle beschikbare pagina's wordt geïntegreerd. Extra pagina's worden automatisch opgehaald. Onthoud dat Amazon Legt het aantal pagina's dat het beschikbaar maakt. Raadpleeg voor meer informatie over deze oproepen, raadpleeg het product Advertising API Developer Guide.Product's Homepage


Python-Amazon-Simple-product-API Gerelateerde software