Skip to main content

Questions tagged [webservices]

Connecting to Service APIs using the Wolfram Language to query/retrieve data.

Filter by
Sorted by
Tagged with
1 vote
0 answers
97 views

I was trying to use FinancialData to retrieve BookValuePerShare and PriceToBookRatios for ...
user107868's user avatar
4 votes
1 answer
397 views

When importing JSON through APIs using Import[endpoint,"JSON"], Import[endpoint,"RawJSON"], or ...
phileasdg's user avatar
  • 103
2 votes
2 answers
470 views

Given a list of web links: ...
Tugrul Temel's user avatar
  • 6,429
1 vote
1 answer
90 views

I'm trying to use WebImageSearch[] to get a bunch of images and basic metadata about them. According to the documentation, we can get the following info: Is it possible to get all of these for a ...
TumbiSapichu's user avatar
  • 1,673
8 votes
1 answer
131 views

For a number of years I have been compiling a comprehensive bibliography of works that include mention of fishes of the family Scorpaenidae. Consequently, I am always on the lookout for datasets that ...
Stuart Poss's user avatar
  • 2,055
0 votes
0 answers
118 views

I have a Java program that connects to a Mathematica Kernel, installed on my computer. I am able to call the APIs and receive the expression results, like to the code below. But is there any cloud ...
Azzurro94's user avatar
  • 499
1 vote
0 answers
130 views

Please excuse, as this is not a question about how to use a specific Mathematica function or solve some specific problem with Mathematica. But, a correct and comprehensive answer might be of interest ...
Jürgen Böhm's user avatar
4 votes
1 answer
250 views

Note: This question is not about WebMathematica. I speculate it is capable of doing everything about to be discussed. With its diverse capabilities and near endless ...
Jules Manson's user avatar
  • 2,507
4 votes
1 answer
2k views

I want to run Windows PowerShell commands via Mathematica. Specifically, I need to access a ssh server which is password-protected. When I do this using the ...
sam wolfe's user avatar
  • 5,023
3 votes
0 answers
96 views

I started web session and opened a Jupyter notebook in it: ...
azerbajdzan's user avatar
  • 32.8k
1 vote
0 answers
53 views

I wrote a brief bit of MMA code to access Twitter and run a daily search on a specific keyword. The program has worked without any problems for the past several months. Most recently, I get an ...
MSC02476's user avatar
  • 699
2 votes
2 answers
1k views

I have obtained a Yahoo Finance API key and would like to try it out by making a simple request from within Mathematica. Their tutorial page has some nice little example code snippets in various ...
user143410's user avatar
5 votes
2 answers
145 views

I'm tring to use the ExternalStorageUpload function with AmazonS3. It works fine, but I couldn't find a way to control ACL ...
Murta's user avatar
  • 26.5k
0 votes
0 answers
153 views

I've been using 'WebSearch' and 'WebImageSearch' quite a lot recently to sample images for my work. However, these functions suddenly stopped working. When I evaluate, for example, ...
sam wolfe's user avatar
  • 5,023
3 votes
0 answers
99 views

What this questions is not: Can I access OEIS from Mathematica? This topic has been raised more than once and has been well addressed. Here's the situation as it seems to me: OEIS is a tremendously ...
Trev's user avatar
  • 763
1 vote
0 answers
112 views

If the element is not inside an iframe then the following works: ...
user13892's user avatar
  • 10.4k
1 vote
0 answers
346 views

When executing commands using WebExecute on the $CurrentWebSession like follows: ...
user13892's user avatar
  • 10.4k
5 votes
1 answer
457 views

After locating the dropdown using the XPath as follows: element=First@WebExecute["LocateElements"->"XPath"->"..."]; How do I ...
user13892's user avatar
  • 10.4k
5 votes
1 answer
264 views

I have data in my google sheets which is extracted using: ...
user13892's user avatar
  • 10.4k
4 votes
0 answers
114 views

Using the twitter ServiceConnection it is easy to build the friend network of a twitter account: ...
spore234's user avatar
  • 601
1 vote
0 answers
198 views

I am trying to send a message to my phone using the SendMessage["SMS", "message"] function when a lengthy piece of code finishes running. My ...
asorlik's user avatar
  • 117
5 votes
1 answer
191 views

Everyday I spend a crazy amount of time clicking though each maze of hyperlinks and forms on this horrendous site: https://vaxfinder.mass.gov/ Is there anyway that Mathematica can help speed up the ...
user5601's user avatar
  • 3,880
2 votes
2 answers
377 views

I would like to extract data of surface properties and grain boundary properties for Cu polymorph #0 from the website: http://crystalium.materialsvirtuallab.org using Mathematica. So far I tried with <...
Ferca's user avatar
  • 528
5 votes
2 answers
238 views

Is this possible to do with StartWebSession, in either with Chrome or Firefox?
user5601's user avatar
  • 3,880
2 votes
1 answer
159 views

I am using the data which is available in the links below to get data about confirmed cases for COVID-19 in Colombia. I am modeling the cumulative cases with a non linear model and all is fine. This ...
DIEGO R.'s user avatar
  • 500
3 votes
3 answers
345 views

I want the last number after the "/". How can I do that? "http://arxiv.org/abs/math/0208009v1" I just want 0208009v1 I want to import multiple ...
Aryan's user avatar
  • 31
3 votes
0 answers
56 views

I am working on a project using the BingSearch ServiceConnect (ServiceConnect["BingSearch"]) and I would like to use a different authentication key then ...
MathematicaUser's user avatar
1 vote
1 answer
96 views

I have successfully CloudDeploy'ed APIs using the $Permissions Options set to Public and Private and a PermissionsKey. These work very well. I haven't quite understood this: Wolfram documentation ...
berrynice's user avatar
  • 163
0 votes
0 answers
192 views

I have a directory in Google Drive I would like to directly access and process data and save the outputs in the same drive. It is a personal drive. At first I thought would be so starigfhtforward as ...
user10737's user avatar
  • 381
2 votes
0 answers
60 views

I've been viewing Wolfram webinars that use Wikidata. The presenter enters "external identifiers" as arguments. How does one enter one of these external identifiers? For example:
Mitchell Kaplan's user avatar
1 vote
0 answers
83 views

I have a list of entities from Wikipedia. I'd like to get the "entity" e.g. when I do something like: = Elon Musk I get: But now I want to iterate through a list of entities, e.g. {Elon Musk, ...
Youssef A's user avatar
3 votes
1 answer
274 views

I am having trouble making POST requests from JavaScript to Wolfram Cloud APIs. Here is a minimal example to reproduce the issue: ...
Andrea Dimitracopoulos's user avatar
1 vote
0 answers
47 views

Is there any way to use the built-in EntityXXX on ExternalIdentifier objects? For me, it's more intuitive and easier to use <...
M.R.'s user avatar
  • 31.9k
6 votes
0 answers
254 views

Just as the question reads. The only way I could think of this working is if one could interface with the Whatsapp web app. The motivation is to simply alert me when simulations or batch routines ...
user27119's user avatar
  • 2,560
2 votes
1 answer
144 views

Performing a search with "Formula" works as expected. Search with "Query" fails. Printout attached to better document the problem.
mmaSpectator's user avatar
12 votes
1 answer
464 views

Steps to install and run ElasticSearch: install Java (64-bit): https://www.java.com/en/download/manual.jsp download ElasticSearch (https://www.elastic.co/start) and extract archive in ...
Alexey Golyshev's user avatar
1 vote
0 answers
87 views

Could someone kindly direct me to suitable documentation, Wolfram or otherwise, to connect Mathematica to an ElasticSearch instance. I don't need anything complicated just sufficient to write a record ...
Nick's user avatar
  • 413
1 vote
1 answer
282 views

The Flickr service API doesn’t seem to have the getfavorites() request implemented. Is there an good way to do this with WebExecute? Code to get started with: For ...
M.R.'s user avatar
  • 31.9k
6 votes
1 answer
355 views

I ran the below code and obtained a paper article001 with arXiv ID 1609.05206v3. ...
H42's user avatar
  • 3,509
1 vote
0 answers
61 views

Is there a way to specify a minimal image dimension when using WebImageSearch? Since it costs money I don't want to do a large search and then filter the results. ...
M.R.'s user avatar
  • 31.9k
3 votes
0 answers
208 views

I have made all of the pages in WIX. But there is one page, basically, a form page, that WIX currently don't provide dynamic feature. Given that mathematica also is good with Data analyses in the ...
user1470393's user avatar
5 votes
1 answer
162 views

I find that ServiceConnect can access much arXiv information. But is it possible to download the PDF/TEX files I want, e.g., given article ...
Αλέξανδρος Ζεγγ's user avatar
8 votes
1 answer
984 views

In Mathematica it's easy to Import data from the web and perform all sort of Web Operations. But the later doesn't allow to simulate a more interactive browser ...
rhermans's user avatar
  • 37.7k
4 votes
1 answer
1k views

In the past I have used the function Import in relation with "Hyperlink" to collect hyperlinks and data from the internet. For ...
Michiel van Mens's user avatar
3 votes
1 answer
214 views

I want to extend the functionality of a service available via ServiceConnect, particularly Google Calendar to insert a new event. That action requieres ...
rhermans's user avatar
  • 37.7k
3 votes
1 answer
123 views

The answers to similar questions on Mathematica Stack Exchange and Wolfram Community are several years out of date. I'm doing time-intensive Monte Carlo simulations with Mathematica Enterprise (...
Michael B. Heaney's user avatar
2 votes
0 answers
46 views

I‘m trying to make a GA request using the "Segment" parameter but as the the Wolfram Documentation states, Segment ID must be an integer: segments the data returned for your request; accepts an ...
Maik's user avatar
  • 151
12 votes
1 answer
552 views

Seems like there are a lot of useful functions in this undocumented package AWSLink: Any developers on here that can demo it a bit?
user5601's user avatar
  • 3,880
12 votes
1 answer
469 views

House of Graphs is a fun little website that provides access to a number of interesting graphs. Unfortunately it doesn't have a readily-accessible API. Can I still get access to the data underneath?
b3m2a1's user avatar
  • 48k
7 votes
1 answer
847 views

I'm trying to use Binance's API. The following works: ...
anderstood's user avatar
  • 14.6k