Authentication
Bearer token with your API key
Query Parameters
The username of the profile to retrieve (e.g., “williamhgates”)
Response
Profile bio/about section
curl --request GET \
--url 'https://api.netrows.com/v1/people/profile?username=williamhgates' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"username": "williamhgates",
"firstName": "Bill",
"lastName": "Gates",
"headline": "Co-chair, Bill & Melinda Gates Foundation",
"location": "Seattle, Washington",
"followerCount": 35000000,
"connectionCount": 500,
"about": "Co-chair of the Bill & Melinda Gates Foundation. Founder of Breakthrough Energy...",
"profilePicture": "https://media.licdn.com/dms/image/...",
"backgroundImage": "https://media.licdn.com/dms/image/..."
}
Cost
This endpoint costs 1 credit per request.
Rate Limits
Subject to your account’s rate limit (10-100 requests/minute based on plan).