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

API Reference Link : Daum Open API

from daum_openapi.search import search

sc = search("API KEY")
result = sc.knowledge(q='daum', result=10, pageno=1, sort='accu', range='all', output='json')

result.channel.item[0].title
result.channel.item[0].description
result.channel.item[0].link
result.channel.item[0].category
result.channel.item[0].categoryId
result.channel.item[0].answerCount
...
Clone this wiki locally