运行多个关键字时,Alchemy Data news Api 不提供任何结果。而在单个关键字上运行时运行良好。
这是网址:
https://access.alchemyapi.com/calls/data/GetNews?apikey=YOUR_API_KEY_HERE&return=enriched.url.title,enriched.url.url,enriched.url.entities,enriched.url.docSentiment,enriched.url.concepts,enriched.url.taxonomy&start=1457568000&end=1458255600&q.enriched.url.text=apple%20clean%20technology&count=25&outputMode=json
结果:
{
"status": "OK",
"usage": "By accessing AlchemyAPI or using information generated by AlchemyAPI, you are agreeing to be bound by the AlchemyAPI Terms of Use: http://www.alchemyapi.com/company/terms.html",
"totalTransactions": "191",
"result": {
"status": "OK"
}
}
我是否需要包含任何其他参数才能获得多个关键字的结果。是因为我只是在使用查询生成器演示吗?并且可以通过编程方式实现。