Repository-Figshare
How to automatize extraction of data, metadata from Figshare, the repository used by ACS for supplementary data
Search data
Examples of searches for “total synthesis” and “synthesis”
Download data
example :
wget ...
curl -X GET "https://api.figshare.com/v2/articles/3000002" | json_pp -json_opt pretty,canonical>data/test.json
curl -X GET "https://api.figshare.com/v2/articles/3000002" | json_pp -json_opt pretty,canonical>data/test.json
wget "https://api.figshare.com/v2/articles/3000002" | json_pp -json_opt pretty,canonical>data/test.json
Surprisingly, the first produces more hits that the later.
More info
Direct link: https://chemedata.github.io/Repository-Figshare/
https://github.com/mello99/figshare_API_client_python