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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -