For all you Sales Nav users out there, we've just updated our profile scraper to also return the Sales Nav Profile URL when your scrape.
This is really useful for havin both the regular and Sales Nav profile URLs in your database, mainly for matching and lookups.
Here an example output (see the last row with the Sales Nav profile URL now included):
Request:
[
{
"accounts": "abc",
"profileUrl": "https://www.linkedin.com/in/gauravchand/",
"storeScreenshot": false
}
]
Response:
[
{
"result": {
"connectionDegree": 2,
"connections": "500+",
"description": "As Chief Marketing Officer I am responsible for overseeing the planning, development and execution of Cognizant’s marketing strategy. This includes responsibility for the global marketing organization, strategy and all aspects of Cognizant’s marketing efforts including brand, creative, digital, events, communications, field and channel marketing. My primary mission is to facilitate growth and increase revenue by developing and executing a comprehensive marketing plan that will promote brand recognition and help Cognizant gain a competitive advantage. ",
"fullName": "Gaurav Chand",
"headline": "Chief Marketing Officer and EVP at Cognizant",
"jobDescription": "As Chief Marketing Officer, I am responsible for overseeing the planning, development and execution of Cognizant’s marketing strategy. This includes responsibility for the global marketing organization, strategy and all aspects of Cognizant’s marketing efforts including brand, creative, digital, events, communications, field and channel marketing. My primary mission is to facilitate growth and increase revenue by developing and executing a comprehensive marketing plan that will promote brand recognition and help Cognizant gain a competitive advantage.",
"jobTitle": "Chief Marketing Officer and EVP",
"location": "Denver, Colorado, United States ",
"mutualConnectionsUrl": "https://www.linkedin.com/search/results/people/?facetNetwork=%5B%22F%22%5D&facetConnectionOf=%5B%22ACoAAAA9q6ABQy91dv6OOb8q4kxU9xlJ9E5yjNA%22%5D&origin=MEMBER_PROFILE_CANNED_SEARCH&RESULT_TYPE=PEOPLE",
"imageUrl": "https://media-exp1.licdn.com/dms/image/C4E03AQG-t48Ofs_2dQ/profile-displayphoto-shrink_200_200/0/1526749232893?e=1615420800&v=beta&t=98A4nfqaoO_me5iCjsFgb7xu8EYMyMmjbEX68soFm5s",
"profileUrl": "https://www.linkedin.com/in/gauravchand",
"school": "Southern Methodist University",
"skills": [
{
"name": "B2B Marketing",
"endorsements": "62"
},
{
"name": "Go-to-market Strategy",
"endorsements": "99+"
},
{
"name": "Solution Selling",
"endorsements": "99+"
}
],
"companies": [
{
"url": "https://linkedin.com/company/cognizant/",
"title": "Chief Marketing Officer and EVP",
"name": "Cognizant"
},
{
"url": "https://linkedin.com/search/results/all/?keywords=CenturyLink",
"title": "Chief Marketing Officer and EVP",
"name": "CenturyLink"
},
{
"url": "https://linkedin.com/company/delltechnologies/",
"title": "Senior Vice President, Marketing",
"name": "Dell Technologies"
},
{
"url": "https://linkedin.com/company/dell/",
"name": "Dell",
"title": "Executive Director, Marketing"
},
{
"url": "https://linkedin.com/company/ranbaxy/",
"title": "Brand Executive",
"name": "Ranbaxy"
}
],
"company": "Cognizant",
"firstName": "Gaurav",
"lastName": "Chand",
"salesNavProfileUrl": "https://www.linkedin.com/sales/people/ACoAAAA9q6ABQy91dv6OOb8q4kxU9xlJ9E5yjNA,name,R0_w"
},
"status": "ok"
}
]