Table of contents

Get Phone Number using LinkedIn URL

Use this sync API to get Phone Number of anyone using their LinkedIn profile URL.

API URL: https://api.bulkpe.in/client/linkedInVerify

Method: POST

Auth: Please refer to the Authorization page.

{ "profileUrl": "https://www.linkedin.com/in/profileurl/", "type": "phone", "reference": "1761234567" }
{ "status": true, "statusCode": 200, "data": { "profile_url": "https://www.linkedin.com/in/profileurl/", "type": "phone", "data": [ { "item": "+91-89898 89898" } ], "reference": "1761234567" }, "message": "verified" }