l4rm4nd / LinkedInDumper

Python 3 script to dump/scrape/extract company employees from LinkedIn API
https://hub.docker.com/r/l4rm4nd/linkedindumper
387 stars 42 forks source link

How you get the voyage api url #10

Closed nguyengoc16 closed 5 months ago

nguyengoc16 commented 5 months ago

How you get the voyage api url

l4rm4nd commented 5 months ago

What do you mean?

The voyager API URLs are defined in the Python script. You don't have to define it yourself.

The endpoints were enumerated by intercepting the native HTTP calls via an intercepting proxy when using LinkedIn. Then some parsing and scripting ... et voila.