如何在LinkedIn个人资料中找到特定单词(例如挪威)。我试图在检查中找到它

时间:2016-07-11 16:34:38

标签: google-chrome inspect

如何在LinkedIn个人资料中找到特定字词(例如挪威)。我试图在检查中找到它。我试图找到所有前往挪威的人,但有时候在主要摘要中没有说,但隐藏在他们的完整摘要中。

欢迎任何其他建议。

感谢。

1 个答案:

答案 0 :(得分:0)

There's no designated area where people would put where they've been. They could put it anywhere in their profile. You can simply search the page in the Inspector, with Cmd+F (Mac) or Ctrl+F (Windows) shortcuts and keep pressing enter until you find. It's tediuous and there's no guarantee all the content has been loaded at any given time, e.g. requires AJAX requests etc.

However, if you want to get this kind of information in a more structured and automated way, I recommend checking out the LinkedIn API. You can either use the REST API, which requires OAuth, or the JavaScript SDK, which requires an API key. The latter would be my preferred choice.

The API provides a list of basic profile fields you can get back from the JSON response.