Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add User Profile Connections #120

Open
cmtr opened this issue Jun 28, 2020 · 0 comments
Open

Add User Profile Connections #120

cmtr opened this issue Jun 28, 2020 · 0 comments

Comments

@cmtr
Copy link

cmtr commented Jun 28, 2020

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

  • F - 1st
  • S - 2nd
  • T - 3rd

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'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant