Hello Guys,So i'm trying to use X-Ray to scrap data from Company Profile on Linkedin to get all his employees.Couldn't figure out where to search in the DOM.LinkedIn Scraping is extremely difficult.couldn't figure out where to search..So i'm trying to get all names from a list of users working in a company in Linkedin with X-Ray, couldn't find a way to do it.const request =require('request'); const Xray=require('x-ray'); var x = Xray(); x('http://ift.tt/2fwZoDH', 'WhatTodoHere?' ,[{ name:'.name actor-name' }]) .write('results.json') http://ift.tt/2hP6DHK
Submitted August 10, 2017 at 10:27PM by G3nzo
No comments:
Post a Comment