Skip to content
AhnSeongHyun edited this page Dec 13, 2013 · 2 revisions

API Reference Link : Daum Open API

from daum_openapi.shopping import shopping

sp = shopping("API KEY")
result = sp.search(u"노트북", 10, 1,"pop", "json")

result.channel.item[0].docid
result.channel.item[0].title
result.channel.item[0].description
result.channel.item[0].price_min
result.channel.item[0].price_max
Clone this wiki locally