Skip to main content
POST
/
v1
/
profile
/
visit
Visit Profile
curl --request POST \
  --url https://api.linkupapi.com/v1/profile/visit \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <x-api-key>' \
  --data '{
  "linkedin_url": "<string>",
  "country": "<string>",
  "login_token": "<string>"
}'
{
  "status": "success",
  "message": "Profile visited successfully"
}
Visit any LinkedIn profile to register your view in their profile viewers list. This simulates a genuine profile visit.
This endpoint costs 1 credit per request.

Header Parameters

x-api-key
string
required
Your API key

Body Parameters

linkedin_url
string
required
URL of the LinkedIn profile to visit
country
string
default:"FR"
Country code for proxy selection. Available: (US, UK, FR, DE, NL, IT, IL, CA, BR, ES, IN)
login_token
string
required
LinkedIn authentication cookie obtained from the login/verify process

Response

status
string
Request status (success/error)
message
string
Descriptive message about the operation result
{
  "status": "success",
  "message": "Profile visited successfully"
}

Notes

  • The visit is performed using the authenticated account associated with the login_token
  • Visiting a profile does not extract or return any data from the profile
  • The operation may take a few seconds to complete as it simulates a real profile view