POST
/
google-full-profiles
curl --request POST \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/google-full-profiles \
  --header 'Content-Type: application/json' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '{
  "name": "Anthony James",
  "company_name": "",
  "job_title": "CEO",
  "location": "US",
  "keywords": "",
  "limit": 5
}'
{
  "data": [
    {
      "_match_score": 100,
      "about": "C-Level with military discipline and focus who specializes in B2B partnerships and B2B client acquisitions. I have an extensive background in profit center management, strategic planning, business development, and tech startups.",
      "city": "",
      "company": "ADS Healthcare Solutions",
      "company_description": "<string>",
      "company_domain": "",
      "company_employee_range": "<string>",
      "company_industry": "<string>",
      "company_linkedin_url": "",
      "company_logo_url": "<string>",
      "company_website": "<string>",
      "company_year_founded": "<string>",
      "connection_count": 1215,
      "country": "United States",
      "current_company_join_month": "<string>",
      "current_company_join_year": 2022,
      "current_job_duration": "2 yrs 11 mos",
      "educations": [
        {
          "activities": "Activities and societies: Community College of the Air Force\nAir Force Electronic Principles Technical School\nAir Force Missile Systems Journeyman",
          "date_range": "1988 - 1995",
          "degree": "Air Launched Missile Systems",
          "end_month": "",
          "end_year": 1995,
          "field_of_study": "",
          "school": "U.S. Air Force",
          "school_id": "",
          "school_linkedin_url": "",
          "school_logo_url": "",
          "start_month": "",
          "start_year": 1988
        }
      ],
      "email": "",
      "experiences": [
        {
          "company": "ADS Healthcare Solutions",
          "company_id": "",
          "company_linkedin_url": "",
          "company_logo_url": "",
          "company_public_url": "<string>",
          "date_range": "2022 - Present",
          "description": "Empowering Healthcare Through Financial Precision!\n\nADS Healthcare Solutions is a U.S. owned and operated, BBB A+ Rated, woman & veteran owned company which provides Full-Service RCM coding, medical billing, denial management, and credentialing services to Hospital Internist Groups, ER/Trauma Teams, Mental Health, and private practice owners. ADS specializes in all major commercial insurance payors, Medicare, Medicaid, and VA TRICARE. \n\nPartnerships:\n•\tAdvancedMD\n•\tModio Health\n•\tMediMobile\n•\tArmor Defense\n•\tGSA\n•\tSquared Compass",
          "duration": "2 yrs 11 mos",
          "end_month": "",
          "end_year": "",
          "is_current": true,
          "job_type": "",
          "location": "",
          "skills": "",
          "start_month": "",
          "start_year": 2022,
          "title": "CEO"
        }
      ],
      "first_name": "Anthony",
      "follower_count": 1224,
      "full_name": "Anthony James",
      "headline": "CEO, ADS Healthcare Solutions | Executive Leadership | U.S. Air Force",
      "hq_city": "<string>",
      "hq_country": "<string>",
      "hq_region": "<string>",
      "job_title": "CEO",
      "languages": "",
      "last_name": "James",
      "linkedin_url": "https://www.linkedin.com/in/anthony-james-tx",
      "location": "United States",
      "phone": "",
      "profile_id": "22157504",
      "profile_image_url": "https://media.licdn.com/dms/image/v2/C5603AQGLWfTUIfS0Pg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1516320688162?e=1736985600&v=beta&t=IUZKnLS8R2m91ZMU0JlVQuvvmaJ9ZXQ22RrJb_AKBcA",
      "public_id": "anthony-james-tx",
      "redirected_url": "https://www.linkedin.com/in/anthony-james-tx",
      "school": "U.S. Air Force",
      "state": "",
      "urn": "ACoAAAFSGMAB4-IheJnWQNR52wRWQa3Yj6X6VKk"
    }
  ],
  "message": "ok"
}

Authorizations

x-rapidapi-key
string
header
required

Body

application/json
name
string
required

Full name of the person.

Example:

"Anthony James"

job_title
string
required

Job title of the person.

Example:

"CEO"

company_name
string

Name of the company.

Example:

""

location
string

Location of the person.

Example:

"US"

keywords
string

Keywords to refine the search.

Example:

""

limit
integer
default:5

Maximum number of profiles to retrieve.

Example:

5

Response

200
application/json
data
object[]
required
message
string
required
Example:

"ok"