Live data from Hacker News

Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever

url2picture.com

31–40 of 46 posts

Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever

#32
post #15

I'll chime in and say that the company I work for was ready to pay 1200$ for a piece of software that we hoped would do this reliably. There are cheaper or even free alternatives out there, but they all had different problems. If this site is reliable and flexible, it is answering a real need in the market. Does it render in webkit?

Just use urlbox.io. We using them and currently doing over 25K screenshot requests a day on urlbox and extremely happy with their service reliability. Have spoken to founder couple of times.. he's integrated us with their PHP API.

Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever

#33

This looks to me to be a page-for-page clone of another url screenshot service that made it to the front page a couple weeks ago. http://news.ycombinator.com/item?id=5257432 Compare: https://urlbox.io/docs http://www.url2picture.com/Home/Docs

Are the Samwer brothers behind this?

Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever

#34
I see you have an option to crop the image... but what about offsetting the crop? I've looked at a few of these services and no one seems to give that option. I can process it myself but it would be nice to do it in one api call. For example set viewport to 1200 x 1900, crop to 300 x 400 at 500px from the top and 300px from the left. Or some coordinates from top and center perhaps...

Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever

#37

This looks to me to be a page-for-page clone of another url screenshot service that made it to the front page a couple weeks ago. http://news.ycombinator.com/item?id=5257432 Compare: https://urlbox.io/docs http://www.url2picture.com/Home/Docs

Exactly what i was thinking as soon as i saw this one. Isn't urlbox free?

Doesn't appear to be: https://urlbox.io/pricing

It does have a 14 day free trial.

Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever

#39
post #34

I see you have an option to crop the image... but what about offsetting the crop? I've looked at a few of these services and no one seems to give that option. I can process it myself but it would be nice to do it in one api call. For example set viewport to 1200 x 1900, crop to 300 x 400 at 500px from the top and 300px from the left. Or some coordinates from top and center perhaps...

https://browshot.com/api/documentation#screenshot_thumbnail , look at the left/top/right/bottom options

Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever

#40
You clearly were not ready for production. Please take your SaaS product offline and fix it.

1) A Recursion vulnerability exists within your app - if I use your PHP sample code to take a a screenshot of itself, your service blows up.

2) You embed a fully usable API key and token in your landing page. Line 254 and 255: var urlPart = "apikey=6101EE5C99B145ECB79B4125BED74D19&url=" + $('#tryurl').val() + "&thumbnail_width=550&crop_height=440&width=1280&height=1024"; var token = calcMD5(urlPart + "9A8E44104F064A5B9AD410F0F2DC9558");

You might want to fix that.

Post reply on HN