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

API 2 not working #12

Closed ChiragChauhan4579 closed 3 months ago

ChiragChauhan4579 commented 3 months ago

I am trying to use the code but cannot pass through API 2. I tried checking into LinkedIn and its available voyager calls but did not find another link.

api2 = "https://www.linkedin.com/voyager/api/search/dash/clusters?decorationId=com.linkedin.voyager.dash.deco.search.SearchClusterCollection-165&origin=COMPANY_PAGE_CANNED_SEARCH&q=all&query=(flagshipSearchIntent:SEARCH_SRP,queryParameters:(currentCompany:List(" + str(companyID) + "),resultType:List(PEOPLE)),includeFiltersInResponse:false)&count=" + str(paging_count)+ "&start=0"

Can you please help if it is still working for you?

l4rm4nd commented 3 months ago

Hi @ChiragChauhan4579,

the current LinkedInDumper version still works on my end.

I've tested it right now and no issues so far.

May share your company LinkedIn url you want to enumerate.

ChiragChauhan4579 commented 3 months ago

Thanks for the quick reply @l4rm4nd.

This is the company I am looking at: https://www.linkedin.com/company/themlco

Edit: To avoid any chances of the ban, I was testing with a fake account for which the details were not being scraped somehow, but I tested with my personal account and it worked.

Thanks for your help.