Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Query instant answers from the DuckDuckGo safe search engine web API
ResourceFunction["DuckDuckGoQuery"]["str"] sends the query "str" to the web search service DuckDuckGo. |
Query about a particular company:
In[1]:= |
Out[1]= |
Query about a notable person:
In[2]:= |
Out[2]= |
Get a list of links to related webpages, with descriptions, for the query "NASDAQ":
In[3]:= |
Out[3]= |
Get details about indexed web sites related to the query "White House":
In[4]:= |
Out[4]= |
Get perspectives from unstructured text related to the query:
In[5]:= |
Out[5]= |
Create a word cloud from this text:
In[6]:= |
Out[6]= |
There are many fields in the response and they can be displayed and explored nicely with Dataset:
In[7]:= |
Extract content from an "Infobox":
In[8]:= |
Out[8]= |
Get additional data from DuckDuckGo, such as images:
In[9]:= |
Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License