Google's Secret Screenshot API
shkspr.mobi
Google's Secret Screenshot API
1–5 of 5 posts
Re: Google's Secret Screenshot API
#21) I know that google caches those thumbnails and returns a thumbnail instantly when it does have a cached version, do you know what happens when it does not?
2) have you come across any rate limit?
Re: Google's Secret Screenshot API
#3Re: Google's Secret Screenshot API
#4I hope this isn't too off-topic, but the "weird" encoding is is just URL-safe base64 (see https://docs.python.org/2/library/base64.html#base64.urlsafe... ).
Re: Google's Secret Screenshot API
#5This is great. Thanks for sharing. 1) I know that google caches those thumbnails and returns a thumbnail instantly when it does have a cached version, do you know what happens when it does not? 2) have you come across any rate limit?
1) The PageSpeed service takes some time to run, so it always returned a new image in my tests.
2) I haven't - but I wasn't stress testing it. It happily coped with a few dozen per hour.