jquery - Would a chrome extension that copy pastes Linkedin page data against Linkedin's terms of service? -


it's pretty trivial write extension let copy fields in linkedin's page , paste crm tool.

to full name via jquery example

fullname = $('#name').children('h1').eq(0).children('span').eq(0).children('span').eq(0).text() 

however, against linkedin's terms of service? have read , says scraping forbidden, scraping? it's merely automating copy pastes data on single page have access to.

edit: further clarify. extension let automatically copy text seeing on open linkedin profile page have acces to, crm program use. automate exact equivalent of: opening linkedin page, selecting text name , email, copy, opening crm program, selecting respective fields, paste.

yes, linkedin not allow scraping of public profiles.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -