Skip to main content

Get Open to Work Status

GET /get-open-to-work-status

Check if a LinkedIn profile has the "Open to Work" status enabled.

Pricing

1 credit per call.

Parameters

ParameterTypeRequiredDescription
linkedin_urlstringYesLinkedIn profile URL

Example Request

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

Example Response

{
"data": {
"open_to_work": true
}
}