ruby - API for scrapping page content -


i'm creating website needs able scrap website content section (post content blogs example) using url. user filling url input , script scraps given url's code , saves content section.

is there api service such thing? or library use? know there lot of libraries getting website html content using url need "intelligent" content section excluding rest of page's source code.

example usage http://kippt.com - have such mechanism.

yes, there's ruby gem / java library called boilerpipe this.


Comments

Popular posts from this blog

How can I fetch data from a web server in an android application? -

Change php variable from jquery value using ajax (same page) -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -