Questions tagged [webservices]
Connecting to Service APIs using the Wolfram Language to query/retrieve data.
115 questions
1
vote
0
answers
97
views
Are book value related fundamentals retrievable using FinancialData?
I was trying to use FinancialData to retrieve BookValuePerShare and PriceToBookRatios for ...
4
votes
1
answer
397
views
Mathematica frequently fails to import seemingly valid JSON
When importing JSON through APIs using Import[endpoint,"JSON"], Import[endpoint,"RawJSON"], or ...
2
votes
2
answers
470
views
How to download a file using a web link
Given a list of web links:
...
1
vote
1
answer
90
views
How to get all elements from a single WebImageSearch[]?
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 ...
8
votes
1
answer
131
views
Inserting a Pause into a Mapping Using the PubMed Service Request
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 ...
0
votes
0
answers
118
views
Can I connect to Cloud API using Java code?
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 ...
1
vote
0
answers
130
views
Terms of use for functions that access data over the internet
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 ...
4
votes
1
answer
250
views
Is it possible to build a small web site with vanilla Mathematica? How about a web server?
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 ...
4
votes
1
answer
2k
views
How to access a password-protected ssh server using PowerShell in Mathematica?
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 ...
3
votes
0
answers
96
views
How to insert input into Jupyter notebook using WebExecute
I started web session and opened a Jupyter notebook in it:
...
1
vote
0
answers
53
views
Unable to access Twitter using ServiceConnect[] [closed]
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 ...
2
votes
2
answers
1k
views
Getting stock quotes from Yahoo Finance API in Mathematica
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 ...
5
votes
2
answers
145
views
Using ExternalStorageUpload with AmazonS3 and public-read ACL
I'm tring to use the ExternalStorageUpload function with AmazonS3. It works fine, but I couldn't find a way to control ACL ...
0
votes
0
answers
153
views
WebSearch Stopped Working
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,
...
3
votes
0
answers
99
views
Is there a feasible way to passively crosscheck sequences against the OEIS database?
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 ...