---
title: "Reverse Lookup LinkedIn Profile"
method: GET
path: "/reverse_lookup/linkedin"
tags: ["Reverse Lookup"]
---

# Reverse Lookup LinkedIn Profile

`GET /reverse_lookup/linkedin`

Retrieve lead information from a LinkedIn profile URL

## Query parameters

- `url` string, required

## Response `200`

Successfully retrieved lead information

- ReverseLookupLinkedinSuccessResponseType
  - `status` string — Response Object status
  - `data` object
    - `lead` LeadType
      - `id` string
      - `type` string
      - `name` string
      - `contructed_title` string
      - `profile_picture` string
      - `linkedin_url` string
      - `title` string
      - `company_name` string
      - `company_domain` string
      - `addresses` AddressType[]
        - `full_address` string
        - `state` string
        - `city` string
        - `country` string
        - `country_code` string
      - `total_experience_in_months` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required

---

[API](https://skmtc.net/clearout/apis/clearout-openapi.md) · [All operations](https://skmtc.net/clearout/apis/clearout-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clearout/clearout-openapi/versions/e9bdd90a5e76/schema)
