14,953
edits
No edit summary |
|||
| Line 6: | Line 6: | ||
* ''$'' [https://aws.amazon.com/tw/neptune/knowledge-graphs-on-aws/ Knowledge Graphs - Amazon Neptune - Amazon Web Services] | * ''$'' [https://aws.amazon.com/tw/neptune/knowledge-graphs-on-aws/ Knowledge Graphs - Amazon Neptune - Amazon Web Services] | ||
* [https://www.wikidata.org/wiki/Wikidata:Data_access Wikidata:Data access - Wikidata] | * [https://www.wikidata.org/wiki/Wikidata:Data_access Wikidata:Data access - Wikidata] | ||
* [https://duckduckgo.com/api DuckDuckGo Instant Answers API]: The original API documentation has been taken offline (Discussion on Reddit<ref>[https://www.reddit.com/r/duckduckgo/comments/xpea65/duckduckgocomapi_redirects_back_to_the_main_page/ DuckDuckGo.com/api redirects back to the main page. Please don't tell me this is the end of the Instant Answers API! : r/duckduckgo] (2022-09-27)</ref>), but the API endpoint can still be used<ref>[https://medium.com/@prateek.vyas/10-must-know-python-code-snippets-for-leveraging-llms-b152fb450ff5 Understand DuckDuckGo Search API: A Practical Guide with step-by-step Python Code Examples | by Prateek Vyas • M.Tech. | Medium]</ref>. | * [https://duckduckgo.com/api DuckDuckGo Instant Answers API]: The original API documentation has been taken offline (Discussion on Reddit<ref>[https://www.reddit.com/r/duckduckgo/comments/xpea65/duckduckgocomapi_redirects_back_to_the_main_page/ DuckDuckGo.com/api redirects back to the main page. Please don't tell me this is the end of the Instant Answers API! : r/duckduckgo] (2022-09-27)</ref>), but the API endpoint can still be used<ref>[https://medium.com/@prateek.vyas/10-must-know-python-code-snippets-for-leveraging-llms-b152fb450ff5 Understand DuckDuckGo Search API: A Practical Guide with step-by-step Python Code Examples | by Prateek Vyas • M.Tech. | Medium] (2024-11-22)</ref>. | ||
=== Understanding the DuckDuckGo Instant Answers API === | === Understanding the DuckDuckGo Instant Answers API === | ||
| Line 36: | Line 36: | ||
Known Limitation {{exclaim}}: There's currently a discrepancy between web search results and API responses for certain queries. For instance, searching for "height of eiffel tower" produces different results depending on whether you use the web interface or the API endpoint. | Known Limitation {{exclaim}}: There's currently a discrepancy between web search results and API responses for certain queries. For instance, searching for "height of eiffel tower" produces different results depending on whether you use the web interface or the API endpoint. | ||
== References == | == References == | ||