Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Query instant answers from the DuckDuckGo search website API
ResourceFunction["DuckDuckGoQuery"][str] sends the string str to the web search service DuckDuckGo. |
Query about a particular company:
In[1]:= | ![]() |
Out[1]= | ![]() |
Query about a certain notable person:
In[2]:= | ![]() |
Out[2]= | ![]() |
There are lists of links to relevant webpages with a description:
In[3]:= | ![]() |
Out[3]= | ![]() |
As the web is a source of big data, it is possible to get perspectives from textual unstructured information:
In[4]:= | ![]() |
Out[5]= | ![]() |
It is possible to get relevant data from particular fields:
In[6]:= | ![]() |
Out[6]= | ![]() |
There are many fields in the response and they can be displayed nicely with Dataset:
In[7]:= | ![]() |
Out[7]= | ![]() |
We can get additional data from DuckDuckGo:
In[8]:= | ![]() |
Out[9]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License