This PubSubHubbub hub works with any feed or HTTP resource. Get Started Open a subscriber account Identify a resource to which you want to subscribe (an RSS/Atom feed, a JSON document, or an HTML fragment, a keyword...) Setup a webhook to which we'll send you that data curl -X POST https://push.superfeedr.com/ \ -ulogin:password \ -d'hub.mode=subscribe' \ -d'hub.topic=the-resource-url' \ -d'hub.ca