HTTPConnector-LinkedIn - Access to people search denied

Hi,

With HTTPConnector I am able to extract profile data from Profile API where as If I use other API like people search, Company Search & Job Search it is throwing SEARCH DENIED with OAUTH1.

I am able to do the same with PYTHON scripting. Please let me know the limitations of it or I am missing any parameter.

----------------------------Graph Source-----------------


<?xml version="1.0" encoding="UTF-8"?>
<Graph author="sedlacek" created="Sat Jan 18 13:35:42 CET 2014" guiVersion="3.5.3" id="1390049580722" licenseType="Evaluation" modified="Thu Jan 08 16:48:34 IST 2015" modifiedBy="157482" name="LinkedIn" revision="1.43" showComponentDetails="true">
<Global>
<Metadata id="Metadata0">
<Record fieldDelimiter="|" name="LinkedInResponse" recordDelimiter="\n" type="delimited">
<Field name="content" type="string"/>
</Record>
</Metadata>
<Metadata id="Metadata1" previewAttachmentCharset="ISO-8859-1">
<Record fieldDelimiter="|" name="Updates" previewAttachmentCharset="ISO-8859-1" recordDelimiter="\n" type="delimited">
<Field label="first_name" name="first_name" type="string"/>
<Field label="last_name" name="last_name" type="string"/>
<Field delimiter="|" name="headline" type="string"/>
</Record>
</Metadata>
<GraphParameters>
<GraphParameterFile fileURL="workspace.prm"/>
</GraphParameters>
<Note alignment="1" backgroundColorB="225" backgroundColorG="255" backgroundColorR="255" enabled="true" folded="false" height="48" id="Note0" textColorB="0" textColorG="0" textColorR="0" textFontSize="12" title="LinkedIn REST API usage example" titleColorB="0" titleColorG="0" titleColorR="0" titleFontSize="14" width="599" x="17" y="51"/>
<Dictionary/>
</Global>
<Phase number="0">
<Node consumerKey="78tnom9vvahxws" consumerSecret="K9kYvhLpX9MCTNf4" enabled="enabled" guiName="Get updates from LinkedIn" guiX="17" guiY="109" id="GET_UPDATES_FROM_LINKED_IN" oAuthAccessToken="b2ff8768-2e88-4a3b-9afc-2f7f5af72a62" oAuthAccessTokenSecret="6f51209c-0f11-4bc9-af39-5e4ecd5fc285" type="HTTP_CONNECTOR" url="https://api.linkedin.com/v1/people-search?first-name=Sarath&amp;last-name=Pendyala"/>
<Node enabled="enabled" guiName="Trash" guiX="462" guiY="271" id="TRASH" type="TRASH"/>
<Edge debugMode="true" fromNode="GET_UPDATES_FROM_LINKED_IN:0" guiBendpoints="" guiRouter="Manhattan" id="Edge0" inPort="Port 0 (in)" metadata="Metadata0" outPort="Port 0 (out)" toNode="TRASH:0"/>
</Phase>
</Graph>

Hi krsna007,

I guess you followed http://www.cloveretl.com/blog/cloveretl-and-linkedin/ , right? Did you add necessary scope permissions when generating application on LinkedIn? See http://developer.linkedin.com/documents … n#granting for details. For example for reading your contacts will be necessary r_contactinfo permission.

I hope this helps.

Hi, Thanks for your reply. As I told you with my Linked in Credentials I extract all related through PYTHON SCRIPT.

With CLOVER I can extract only PROFILE API information. PEOPLE SEARCH and JOB SEARCH is not giving me any data. Is there any limitation with Clover.

Below all are selected.

w_messages rw_company_admin r_emailaddress
r_network rw_nus r_basicprofile
rw_groups r_fullprofile r_contactinfo

https://api.linkedin.com/v1/people-sear … name=vipul

Please let me know whether People-search, Job-Search are possible or not?

Any update on this.

I’ve taken premium member credentials for Linkedin. Still getting same out put.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 403 1421042627243 0OMI78FEKZ 0 People search must be done on behalf of a member. \[...\]

Hi krsna,

According to the following information, People search and Jobs search APIs are not publicly available. You have to be a memer of their vetted program.

You can apply for this membership here https://help.linkedin.com/app/ask/path/api-dvr

I hope this helps.

Thanks for your reply.

I am able to extract data through People search, Job Search using PYTHON Script.

Do I still need to be a member of Vetted Program to extract data through CLOVE ETL?

Can you please share the script here? I would like to see what is different between your Python solution and your CloverETL solution.

Thanks.