Linkedin BULK data scraper

फ्रीमियम
द्वारा EZ | अपडेट किया गया 20時間前 | Data
लोकप्रियता

9.9 / 10

लेटेंसी

2,338ms

सेवा का स्तर

98%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

Search People With Filter

Rapid account: Bahir
bahir
20日前
`payload = {
	"page": 1,
	"title_free_text": "",
	"company_free_text": "",
	"first_name": "Abbie",
	"last_name": "Morris",
	"current_company_list": "",
	"past_company_list": "",
	"location_list": "",
	"language_list": "",
	"service_catagory_list": "",
	"school_free_text": "",
	"industry_list": "",
	"school_list": ""
}`

When I do the above call, I get a succesful API response but one that is empty as below:

{'success': True, 'status': 200, 'data': {'people': [], 'totalResults': 0}}

Why is this? There are definitely many people under this name so an empty result list is not correct.

What does “free_text” indicate? I am asking because I am trying to understand the difference between “company_free_text” and “current_company_list” in the above?

Rapid account: Mgujjargamingm
mgujjargamingm Commented 13日前

First name and lastname are optional filters as per linkedin.com search engine. Try passing Name in “keywords”

Rapid account: Bahir
bahir Commented 13日前

Passing only bottom filters will return results. You can pass bottom five filters alongwith atleast one compulsory filter to get results

Sorry it is still not clear to me. Let me rephrase:

What is missing from my API call to get a response that is not empty for Abbie Morris? At the moment I am supplying first name and last name. What else do I NEED to add?

Rapid account: Mgujjargamingm
mgujjargamingm Commented 16日前

Passing only bottom filters will return results. You can pass bottom five filters alongwith atleast one compulsory filter to get results

Rapid account: Bahir
bahir Commented 18日前

Please let me know about the above follow up questions of mine.

Rapid account: Bahir
bahir Commented 19日前

Kindly see the filters in LinkedIn search engine to understand. Attributes with term free in them represents bottom 5 filters in LinkedIn.com

The bottom 5 filters are First name, Last name, Title, Company and School. But these don’t have “free” in them in the above API payload?

Also, can you please explain why the API response is empty?

Rapid account: Mgujjargamingm
mgujjargamingm Commented 19日前

Kindly see the filters in LinkedIn search engine to understand.

Attributes with term free in them represents bottom 5 filters in LinkedIn.com

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें