We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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