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.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 ...