Skip to main content

Get Open Profile Status

GET /get-open-profile-status

Check if a LinkedIn profile is set to open/public.

Pricing

1 credit per call.

Parameters

ParameterTypeRequiredDescription
linkedin_urlstringYesLinkedIn profile URL

Example Request

curl --request GET \
--url 'https://api.infoplug.io/get-open-profile-status?linkedin_url=https://www.linkedin.com/in/example/' \
--header 'X-INFOPLUG-API-KEY: YOUR_API_KEY'

Example Response

{
"data": {
"profile_open": true
}
}