Documentation

Person Profile Picture Endpoint

Cost0 credit / successful request

Get the profile picture of a person.

Returns profile pictures from cached people profiles.

GET
/api/v2/person/profile-picture

Authorization

BearerAuth client
AuthorizationBearer <token>

In: header

Scope: client

Query Parameters

person_profile_url*string

Profile URL of the person that you are trying to get the profile picture of.

Response Body

application/json

curl -X GET "https://enrichlayer.com/api/v2/person/profile-picture?person_profile_url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fwilliamhgates%2F"
{
  "tmp_profile_pic_url": "https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU"
}
Empty
Empty
Empty
Empty
Empty
Empty
Empty