👨‍🔬Scraping Candidates From LinkedIn

You can use FetchFox to scrape candidates from LinkedIn.

Let's see how to do it, step-by-step.

Get the extension

If you haven't already, make sure you have the FetchFox extension installed. You can get it from the Chrome Extension store.

Follow the setup instructions in the extension, and check Getting Started for more details if you need it.

Do a search on LinkedIn

Now that you have the extension, lets go to LinkedIn and get started.

Visit https://www.linkedin.com/, and find the search bar. Type in the type of job candidates you want to find, for example "Google Engineers," and press Enter.

On the results page, click the button for "People" to see the candidates you want to search.

Now it's time to start FetchFox. Click the extensio icon, and type in a prompt describing what you are looking for. You can copy and paste the one below to get started, and change it as you see fit.

Find candidates, and get the following information:

  • Their current job title

  • Their current location

  • Their previous company

  • Their previous job title

  • Their university and degree, if any

The more detail, the better.

Next, click the little arrow icon in the prompt field. This will use AI to generate a detailed scraping job. You should get something like the screenshot below.

When you click "Run Scrape," FetchFox will start by finding links related to your scrape. In this case, it will find links to job candidates. Then, it will visit each page and extract the information you asked for. The progress bar will show how far along the scraper is.

And that's it! Now, just wait.

Once FetchFox finishes, you can download the results as a CSV, or export them to a shareable link.

Scraping multiple pages

LinkedIn gives many pages of results. You can scrape multiple pages. To do this, scroll to the bottom of the page, find the pagination bar, and click "Next".

Then, open up FetchFox again, and click "Run Scrape" just like before. FetchFox run the same scrape on the new page, and add the results to what you already have. Repeat as many time as you need.

Insider Tip: We are working on handling pagination automatically, so you don't have to click Next page a hundred times. For updates on this, Join our Discord. If this feature is important to you, message us on there and we'll keep you posted on new releases.

Last updated