Having information about the profiles connections is essential to analyze the network effect.
The connection can be found by way of the link below. The first page using this link will also give profiles total connections (not limiting to the 500+ people displayed on the main page).
URL
/search/results/people/?
facetConnectionOf=%5B%22ACoAABnLzFQB3R58FQw3pHcdg_mUrAwtlu4kVUE%22%5D&
facetNetwork=%5B%22F%22%2C%22S%22%5D&
origin=MEMBER_PROFILE_CANNED_SEARCH&
page=2
URL Decoded
/search/results/people/?
facetConnectionOf=["ACoAABnLzFQB3R58FQw3pHcdg_mUrAwtlu4kVUE"]&
facetNetwork=["F","S"]&
origin=MEMBER_PROFILE_CANNED_SEARCH&
page=2
Facet Connection Of
To track a profile, and it's network, over time, a unique identifier for the profile would be usefull (see Issue #119.
Face Network
Page
LinkedIn seem to have a limitation of 100 pages returning each 10 profiles
Rank
The connections are sorted by LinkedIn order of relevance to the main profile. The order by which the connection is ranked can be a measure of it's quality of connection to the target profile.
Template Selector
{
selector: 'li.search-result search-result__occluded-item ember-view',
field: {
name: '.name.actor-name',
distance: 'dist-value',
position: 'p.subline-level-1',
location: 'p.subline-level-2',
link: {
selector: 'a.search-result__result-link',
attribute: 'href'
}
Having information about the profiles connections is essential to analyze the network effect.
The connection can be found by way of the link below. The first page using this link will also give profiles total connections (not limiting to the 500+ people displayed on the main page).
URL
/search/results/people/?
facetConnectionOf=%5B%22ACoAABnLzFQB3R58FQw3pHcdg_mUrAwtlu4kVUE%22%5D&
facetNetwork=%5B%22F%22%2C%22S%22%5D&
origin=MEMBER_PROFILE_CANNED_SEARCH&
page=2
URL Decoded
/search/results/people/?
facetConnectionOf=["ACoAABnLzFQB3R58FQw3pHcdg_mUrAwtlu4kVUE"]&
facetNetwork=["F","S"]&
origin=MEMBER_PROFILE_CANNED_SEARCH&
page=2
Facet Connection Of
To track a profile, and it's network, over time, a unique identifier for the profile would be usefull (see Issue #119.
Face Network
Page
LinkedIn seem to have a limitation of 100 pages returning each 10 profiles
Rank
The connections are sorted by LinkedIn order of relevance to the main profile. The order by which the connection is ranked can be a measure of it's quality of connection to the target profile.
Template Selector