Skip to main content
GET
/
v1
/
people
/
search
curl --request GET \
  --url 'https://api.netrows.com/v1/people/search?keywords=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "",
  "data": {
    "total": 1214960637,
    "items": [
      {
        "fullName": "Raphaël Varane",
        "headline": "Board Member at Como 1907, Investor, Philanthropist, Entrepreneur and Ex-Footballer",
        "summary": "",
        "profilePicture": "https://media.licdn.com/dms/image/v2/D4E03AQEy3iFapxpmKQ/profile-displayphoto-shrink_100_100/B4EZdAHyZdHsAU-/0/1749127473369?e=1765411200&v=beta&t=FcXmz_cPIuX9gZP-fmwVAgAlbOBSYIoQmXMljS8D8WA",
        "location": "Spain",
        "profileURL": "https://www.linkedin.com/in/raphael-varane",
        "username": "raphael-varane"
      }
    ]
  }
}
Authorization
string
required
Your API key from dashboard

Query Parameters

keywords
string
required
Search keywords
location
string
Filter by location
curl --request GET \
  --url 'https://api.netrows.com/v1/people/search?keywords=example' \
  --header 'Authorization: Bearer YOUR_API_KEY'
{
  "success": true,
  "message": "",
  "data": {
    "total": 1214960637,
    "items": [
      {
        "fullName": "Raphaël Varane",
        "headline": "Board Member at Como 1907, Investor, Philanthropist, Entrepreneur and Ex-Footballer",
        "summary": "",
        "profilePicture": "https://media.licdn.com/dms/image/v2/D4E03AQEy3iFapxpmKQ/profile-displayphoto-shrink_100_100/B4EZdAHyZdHsAU-/0/1749127473369?e=1765411200&v=beta&t=FcXmz_cPIuX9gZP-fmwVAgAlbOBSYIoQmXMljS8D8WA",
        "location": "Spain",
        "profileURL": "https://www.linkedin.com/in/raphael-varane",
        "username": "raphael-varane"
      }
    ]
  }
}

Cost

This endpoint costs 1 credit per request.

Rate Limits

Subject to your account’s rate limit (10-100 requests/minute based on plan).