Person Profile Picture Endpoint
Cost0 credit / successful requestGet the profile picture of a person.
Returns profile pictures from cached people profiles.
Authorization
BearerAuth clientAuthorizationBearer <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://assets.enrichlayer.com/pp/profilepic/a41217d5753de1f3f4906f9da43dbad6"
}Empty
Empty
Empty
Empty
Empty
Empty
Empty
Person Lookup Endpoint GET
Look up a person with a name and company information. Credits are charged by default even when no match is found; use `similarity_checks=skip` to avoid charges on null results.
Cost2 credits / successful request
Person Profile Endpoint GET
Get structured data of a Person Profile.
Cost1 credit / successful request