top | item 15558405

Show HN: Apify – Turn any website into an API

45 points| jancurn | 8 years ago |apify.com | reply

21 comments

order
[+] jancurn|8 years ago|reply
Hey guys, this is Jan, co-founder of Apify.

Two years ago we showed HN Apifier - a hosted web crawler for developers - during our time in the Y Combinator Fellowship.

Today we're launching the largest upgrade of Apifier to date - a new product called Actor and a complete redesign of our website. Also, we changed our name to Apify.

Actor is a new serverless computing platform that enables execution of arbitrary pieces of code in the Apify cloud (we call them "acts"). For example, you can have an act to run a web automation job in headless Chrome with Puppeteer, to post-process data from the crawler in order to remove duplicates or to upload new contacts into your CRM. The possibilities are unlimited.

We also launched a library (https://www.apify.com/library), where you can find acts and crawlers built by other people and share yours to support the web scraping community. There are already several acts and people are adding new ones almost every day.

We're really looking forward to hearing what you think about Actor and to seeing what you can built with it. If you have any ideas, questions or feedback, just let us know on [email protected] or here.

[+] RileyJames|8 years ago|reply
https://www.apify.com/pricing

This is the best pricing page I’ve seen on mobile, hands down. Pricing pages are so often broken completely, or a list of boxes (difficult to compare plans). This beautifully handles both. Well done.

https://imgur.com/gallery/i5WvP

[+] pedalpete|8 years ago|reply
I had to open up the pricing page just to see what you were raving about.

I'll admit it's well done, and a simple solution, though I'm not sure it deserves the rave review.

What ones do you hate so much?

[+] fiatjaf|8 years ago|reply
I've used Apifier a lot of times and is the best of all the similar products in the market (or at least the other 4 (?) I've tried).
[+] RHSman2|8 years ago|reply
A replacement for the most awesome Kimono Labs!
[+] boundlessdreamz|8 years ago|reply
Currently I use phantomjs via selenium hub for a product and would like to migrate to chrome but couldn't much information on how to run a chrome cluster. So it will be great if you can shed some light on how you have set this up.
[+] ryeguy_24|8 years ago|reply
Love this. How many paying users do you have so far?
[+] jakubbalada|8 years ago|reply
(co-founder here) We have hundreds of customers, half of them on recurring subscriptions, half just one-time customers paying for crawler configurations.
[+] dannyhw|8 years ago|reply
Gonna check it out. I always use request and cheerio on node so it's almost identical. Is this an actual headless browser though? When I have to go that route it's painfully slow.
[+] jancurn|8 years ago|reply
The crawler uses PhantomJS, but you can also create jobs that use a plain HTML downloader or even cheerio. The platform is very flexible.