1 00:00:00,110 --> 00:00:06,980 In this short lecture I would like to show you how can you find someone's member ID on LinkedIn? 2 00:00:07,010 --> 00:00:14,000 Now, the reason why this is important is because we are going to use this member ID to search within 3 00:00:14,030 --> 00:00:18,710 a leaked database that we are going to talk about in the next section. 4 00:00:18,800 --> 00:00:19,400 All right. 5 00:00:19,400 --> 00:00:26,120 So to find the member ID of any LinkedIn profile, all we have to do is just to search for a person. 6 00:00:26,120 --> 00:00:28,880 In this case I'm going to search for Rishi Kabra. 7 00:00:29,870 --> 00:00:32,180 And then I'm going to click on his profile. 8 00:00:33,350 --> 00:00:39,320 And after this right mouse click and then click on view page source. 9 00:00:40,460 --> 00:00:45,200 Now you are going to hold the Ctrl F keys to search within the page. 10 00:00:45,200 --> 00:00:47,390 And you want to search for the word member. 11 00:00:47,390 --> 00:00:52,310 And then colon and you will be able to find 213 matches. 12 00:00:52,310 --> 00:00:59,900 Now only one match has the member ID, so let me hit enter and here we will find the member ID. 13 00:01:02,570 --> 00:01:03,920 Which is this one. 14 00:01:03,920 --> 00:01:11,240 And this is not Rishi Kabra member ID this is actually my member ID so if I hit enter again to see the 15 00:01:11,240 --> 00:01:17,630 next match, you are going to find the same member ID as you can see here. 16 00:01:17,780 --> 00:01:26,930 So what I'm going to do is to copy the source code by holding Ctrl A and then Ctrl C, and then I'm 17 00:01:26,930 --> 00:01:30,980 going to open my notepad and say Ctrl V to paste. 18 00:01:31,070 --> 00:01:36,170 And now I'm going to hold the Ctrl and F keys to search within the page. 19 00:01:36,200 --> 00:01:38,990 And then I'm going to click on this arrow. 20 00:01:39,200 --> 00:01:42,110 And I'm going to search for member. 21 00:01:42,110 --> 00:01:45,350 And then colon hit enter. 22 00:01:45,350 --> 00:01:47,390 And this is my member ID. 23 00:01:47,390 --> 00:01:51,770 So what I'm going to do is to copy this member ID. 24 00:01:52,850 --> 00:01:55,400 And then I'm going to say Ctrl f again. 25 00:01:55,400 --> 00:02:00,080 And then I'm going to replace this text with nothing. 26 00:02:00,170 --> 00:02:07,430 So this will remove or exclude all my member IDs from this page or from this source code. 27 00:02:07,460 --> 00:02:09,500 So I'm going to say replace all. 28 00:02:09,650 --> 00:02:18,020 And now when we search for member without the member ID and hit enter, we will get the member ID of 29 00:02:18,020 --> 00:02:19,970 Rishi Kabra which is this one. 30 00:02:20,480 --> 00:02:28,160 So I'm going to copy it and then go to my notes and add the member ID in here. 31 00:02:29,270 --> 00:02:33,530 So this is how you can extract the member ID of any LinkedIn profile. 32 00:02:33,560 --> 00:02:39,470 All you have to do is just to go to the page source of the target profile, and then exclude your member 33 00:02:39,470 --> 00:02:46,430 ID by copying the source code and pasting it in the notepad, and then replacing your member ID with 34 00:02:46,430 --> 00:02:47,390 nothing. 35 00:02:47,660 --> 00:02:53,120 And then search for the word member again, and you will be able to find the target member ID.