Skip to main content
GET
/
v1
/
linkedin
/
about-this-profile
About The Profile
curl --request GET \
  --url https://api.agntdata.dev/v1/linkedin/about-this-profile \
  --header 'Authorization: <api-key>'
{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    },
    "data": {
      "type": "object",
      "properties": {
        "Contact information": {
          "type": "string"
        },
        "Joined": {
          "type": "string"
        },
        "Profile photo": {
          "type": "string"
        },
        "isVerified": {
          "type": "boolean"
        }
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...

Query Parameters

username
string
default:williamhgates
required

Response

200 - application/json

200

type
string
properties
object