Group Abstract Group Abstract

Message Boards Message Boards

Gather and analyse data from internet using WebSearch and WebAccess?

Posted 7 years ago
5 Replies

Neat! I'm looking forward to having that available.

@Ian Marius Peters

You can delete the saved connections using below commands( those are not documented though): In[11]:= savedConnections = ServiceConnections`SavedConnections["GoogleCustomSearch"]

Out[11]= { ServiceObject[ "GoogleCustomSearch", "ID" -> "connection-6774d4b6c2755d7139e6292d4ee03963"]}

In[12]:= ServiceConnections`DeleteConnection[#] & /@ savedConnections

Out[12]= {Null}

In[13]:= ServiceConnections`SavedConnections["GoogleCustomSearch"]

Out[13]= {}

POSTED BY: Damanjit Singh

In the soon-to-be-release version 12 of the Wolfram Language we are including another option to interact with web pages, namely the function WebExecute. Here is a sneak preview of the documentation:

enter image description here

It is based on a repository of mine on GitHub (https://github.com/arnoudbuzing/webtools) and lets you control a Chrome or Firefox web browser. It can complement the WebSearch function in the sense that you can navigate to a page, take screen captures of a page, click on links, type input fields, submit forms, and execute javascript to return text, data, or images from a web page of interest.

POSTED BY: Arnoud Buzing
Posted 7 years ago
POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard