[R] Unable to take correct Web-snapshot
Martin Møller Skarbiniks Pedersen
tr@xp|@yer @end|ng |rom gm@||@com
Fri Jun 1 17:05:40 CEST 2018
On 1 June 2018 at 15:08, Christofer Bogaso <bogaso.christofer using gmail.com> wrote:
> Hi again,
>
> I use the *webshot* package to take snapshot from Webpage. However, when I
> try to take snapshot from* https://www.coinbase.com/
> <https://www.coinbase.com/>*, this fails to take the full snapshot of that
> page.
Yes, that is a general problem with many webshot programs and libraries.
The coinbase page ( and many others ) uses a lot of javascript to generate their
pages and the webshot programs must understand javascript in all
details which is hard.
If you are looking for the coinbase prices you can use their api to
get json instead:
https://api.coinbase.com/v2/prices/spot?currency=USD
Regards
Martin
More information about the R-help
mailing list