LobeChat Plugins
  1. People API
LobeChat Plugins
  • 官方插件
    • 天气插件(RealTime Weather)
      • 查询天气
    • 网页抓取插件
      • 网页抓取
    • 维基百科
      • 搜索
      • 网关
    • 搜索引擎
      • 搜索引擎
  • ProxyCurl
    • Meta API
      • View Credit Balance Endpoint
    • Search API
      • Company Search Endpoint
      • Person Search Endpoint
    • Contact API
      • Reverse Email Lookup Endpoint
      • Reverse Contact Number Lookup Endpoint
      • Work Email Lookup Endpoint
      • Disposable Email Address Check Endpoint
      • Personal Contact Number Lookup Endpoint
      • Personal Email Lookup Endpoint
    • Jobs API
      • Job Search Endpoint
      • Jobs Listing Count Endpoint
      • Job Profile Endpoint
    • People API
      • Person Profile Endpoint
        GET
      • Person Profile Picture Endpoint
        GET
      • Person Lookup Endpoint
        GET
      • Role Lookup Endpoint
        GET
    • Company API
      • Company Profile Endpoint
      • Employee Listing Endpoint
      • Employee Count Endpoint
      • Company Profile Picture Endpoint
      • Company Lookup Endpoint
      • Employee Search Endpoint
    • School API
      • School Profile Endpoint
      • Student Listing Endpoint
  • 插件网关
    POST
  • 插件网关(不支持的请求类型)
    GET
  1. People API

Person Profile Endpoint

正式环境
https://nubela.co/proxycurl
正式环境
https://nubela.co/proxycurl
GET
https://nubela.co/proxycurl
/api/v2/linkedin
People API
Cost: 1 credit / successful request.
Get structured data of a Personal Profile

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Query 参数
extra
string 
可选
Enriches the Person Profile with extra details from external sources.
Extra details include gender, birth date, industry and interests.
This parameter accepts the following values:
exclude (default value) - Does not provide extra data field.
include - Append extra data to the person profile object.
Costs an extra 1 credit on top of the cost of the base endpoint (if data is available).
示例值:
include
github_profile_id
string 
可选
Enriches the Person Profile with Github Id from external sources.
This parameter accepts the following values:
exclude (default value) - Does not provide Github Id data field.
include - Append Github Id data to the person profile object.
Costs an extra 1 credit on top of the cost of the base endpoint (if data is available).
示例值:
include
facebook_profile_id
string 
可选
Enriches the Person Profile with Facebook Id from external sources.
This parameter accepts the following values:
exclude (default value) - Does not provide Facebook Id data field.
include - Append Facebook Id data to the person profile object.
Costs an extra 1 credit on top of the cost of the base endpoint (if data is available).
示例值:
include
twitter_profile_id
string 
可选
Enriches the Person Profile with Twitter Id from external sources.
This parameter accepts the following values:
exclude (default value) - Does not provide Twitter Id data field.
include - Append Twitter Id data to the person profile object.
Costs an extra 1 credit on top of the cost of the base endpoint (if data is available).
示例值:
include
personal_contact_number
string 
可选
Enriches the Person Profile with personal numbers from external sources.
This parameter accepts the following values:
exclude (default value) - Does not provide personal numbers data field.
include - Append personal numbers data to the person profile object.
Costs an extra 1 credit per personal number returned on top of the cost of the base endpoint (if data is available).
示例值:
include
personal_email
string 
可选
Enriches the Person Profile with personal emails from external sources.
This parameter accepts the following values:
exclude (default value) - Does not provide personal emails data field.
include - Append personal emails data to the person profile object.
Costs an extra 1 credit per email returned on top of the cost of the base endpoint (if data is available).
示例值:
include
inferred_salary
string 
可选
Include inferred salary range from external sources.
This parameter accepts the following values:
exclude (default value) - Does not provide inferred salary data field.
include - Append inferred salary range data to the person profile object.
Costs an extra 1 credit on top of the cost of the base endpoint (if data is available).
示例值:
include
skills
string 
可选
Include skills data from external sources.
This parameter accepts the following values:
exclude (default value) - Does not provide skills data field.
include - Append skills data to the person profile object.
Costs an extra 1 credit on top of the cost of the base endpoint (if data is available).
示例值:
include
use_cache
string 
可选
if-present - Fetches profile from cache regardless of age of profile.
If profile is not available in cache, API will attempt to source profile externally.
if-recent (Default) - API will make a best effort to return a fresh profile no older than 29 days.
Costs an extra 1 credit on top of the cost of the base endpoint.
示例值:
if-present
fallback_to_cache
string 
可选
Tweaks the fallback behavior if an error arises from fetching a fresh profile.
This parameter accepts the following values:
on-error (default value) - Fallback to reading the profile from cache if an error arises.
never - Do not ever read profile from cache.
示例值:
on-error
twitter_profile_url
string 
可选
The Twitter/X Profile URL from which you wish to extract person profile
URL should be in the format of https://x.com/<public-identifier>
yes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://x.com/johnrmarty/
facebook_profile_url
string 
可选
The Facebook Profile URL from which you wish to extract person profile
URL should be in the format of https://facebook.com/<public-identifier>
yes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://facebook.com/johnrmarty/
linkedin_profile_url
string 
可选
The LinkedIn Profile URL from which you wish to extract person profile
URL should be in the format of https://linkedin.com/in/<public-identifier>
yes (Include only one of: linkedin_profile_url, twitter_profile_url, or facebook_profile_url)
示例值:
https://linkedin.com/in/johnrmarty/

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://nubela.co/proxycurl/api/v2/linkedin'

返回响应

🟢200成功
application/json
Profile data with profile picture, job history, etc.
Body
public_identifier
string  | null 
可选
The vanity identifier of the LinkedIn profile.
The vanity identifier comes after the /in/ part of the LinkedIn Profile URL
in the following format: https://www.linkedin.com/in/<_identifier>
profile_pic_url
string  | null 
可选
A temporary link to the user's profile picture that is valid for 30 minutes.
The temporal nature of the link is by design to prevent having Proxycurl be the mirror for the images.
The developer is expected to handle these images by downloading the image and re-hosting the image.
See this post for context.
Some profile pictures might be of the standard LinkedIn's profile picture placeholder. It is so because. See this post for context.
background_cover_image_url
string  | null 
可选
A temporary link to the user's background cover picture
that is valid for 30 minutes.
The temporal nature of the link is by design to prevent
having Proxycurl be the mirror for the images.
The developer is expected to handle these images
by downloading the image and re-hosting the image.
See this post for context.
first_name
string  | null 
可选
First name of the user.
last_name
string  | null 
可选
Last name of the user.
full_name
string  | null 
可选
Full name of the user (first_name + last_name)
follower_count
integer  | null 
可选
Follower count for this profile
occupation
string  | null 
可选
The title and company name of the user's current employment.
headline
string  | null 
可选
The tagline written by the user for his profile.
summary
string  | null 
可选
A blurb (longer than the tagline) written by the user for his profile.
country
string  | null 
可选
The user's country of residence depicted by
a 2-letter country code (ISO 3166-1 alpha-2).
country_full_name
string  | null 
可选
The user's country of residence, in English words.
city
string  | null 
可选
The city that the user is living at.
state
string  | null 
可选
The state that the user is living at.
experiences
array[object (Experience) {9}] 
可选
The user's list of historic work experiences.
starts_at
可选
ends_at
可选
company
string  | null 
可选
The company's display name.
company_linkedin_profile_url
string  | null 
可选
The company's profile URL on Linkedin.
If present, could be used with
Company Profile Endpoint for more info.
company_facebook_profile_url
string  | null 
可选
The company's profile URL on Facebook.
title
string  | null 
可选
description
string  | null 
可选
location
string  | null 
可选
logo_url
string  | null 
可选
URL of the logo of the organisation.
education
array[object (Education) {11}] 
可选
The user's list of education background.
starts_at
可选
ends_at
可选
field_of_study
string  | null 
可选
The field of study that the user majored in.
degree_name
string  | null 
可选
The degree that the user obtained.
school
string  | null 
可选
The school that the user attended.
school_linkedin_profile_url
string  | null 
可选
The school's profile URL on Linkedin.
If present, could be used with
School Profile Endpoint for more info.
school_facebook_profile_url
string  | null 
可选
The school's profile URL on Facebook.
description
string  | null 
可选
Description of the education.
logo_url
string  | null 
可选
URL of the logo of the organisation.
grade
string  | null 
可选
The grade that the user obtained.
activities_and_societies
string  | null 
可选
The activities and societies that the user participated in.
languages
array[string]
可选
A list of languages that the user claims to be familiar with,
and has added to his/her profile.
Do note that we do not have the proficiency level as
that data point is not available on a LinkedIn profile.
languages_and_proficiencies
array[object (Language) {2}] 
可选
The user's list of languages along with their proficiency
level.
name
string  | null 
可选
Name of the language.
proficiency
string  | null 
可选
Proficiency level of the user in the language.
Possible values:
ELEMENTARY (Elementary proficiency)
LIMITED_WORKING (Limited working proficiency)
PROFESSIONAL_WORKING (Professional working proficiency)
FULL_PROFESSIONAL (Full professional proficiency)
NATIVE_OR_BILINGUAL (Native or bilingual proficiency)
accomplishment_organisations
array[object (AccomplishmentOrg) {5}] 
可选
List of noteworthy organizations that this user is part of.
starts_at
可选
ends_at
可选
org_name
string  | null 
可选
title
string  | null 
可选
description
string  | null 
可选
accomplishment_publications
array[object (Publication) {5}] 
可选
List of noteworthy publications that this user has partook in.
name
string  | null 
可选
Name of the Publication.
publisher
string  | null 
可选
The publishing organisation body.
published_on
可选
description
string  | null 
可选
Description of the Publication.
url
string  | null 
可选
URL of the Publication.
accomplishment_honors_awards
array[object (HonourAward) {4}] 
可选
List of noteworthy honours and awards that this user has won.
title
string  | null 
可选
Title of the honour/award.
issuer
string  | null 
可选
The organisation body issuing this honour/award.
issued_on
可选
description
string  | null 
可选
Description of the honour/award.
accomplishment_patents
array[object (Patent) {7}] 
可选
List of noteworthy patents won by this user.
title
string  | null 
可选
Title of the patent.
issuer
string  | null 
可选
The organisation body that issued the patent.
issued_on
可选
description
string  | null 
可选
Description of the patent.
application_number
string  | null 
可选
Numerical representation that identifies the patent.
patent_number
string  | null 
可选
Application number of the patent.
url
string  | null 
可选
accomplishment_courses
array[object (Course) {2}] 
可选
List of noteworthy courses partook by this user.
name
string  | null 
可选
Name of the course
number
string  | null 
可选
The numerical representation of the course
accomplishment_projects
array[object (Project) {5}] 
可选
List of noteworthy projects undertaken by this user.
starts_at
可选
ends_at
可选
title
string  | null 
可选
Name of the project that has been or is currently being worked on.
description
string  | null 
可选
Description of the project.
url
string  | null 
可选
A web location related to the project.
accomplishment_test_scores
array[object (TestScore) {4}] 
可选
List of noteworthy test scores accomplished by this user.
name
string  | null 
可选
Title of the course for which test score was derived from.
score
string  | null 
可选
Test score
date_on
可选
description
string  | null 
可选
Description of the test score.
volunteer_work
array[object (VolunteeringExperience) {8}] 
可选
List of historic volunteer work experiences.
starts_at
可选
ends_at
可选
title
string  | null 
可选
Name of volunteer activity.
cause
string  | null 
可选
company
string  | null 
可选
The company's display name.
company_linkedin_profile_url
string  | null 
可选
The company's profile URL.
If present, could be used with
Company Profile Endpoint for more info.
description
string  | null 
可选
logo_url
string  | null 
可选
URL of the logo of the organisation.
certifications
array[object (Certification) {7}] 
可选
List of noteworthy certifications accomplished by this user.
starts_at
可选
ends_at
可选
name
string  | null 
可选
Name of the course or program.
license_number
string  | null 
可选
display_source
string  | null 
可选
authority
string  | null 
可选
The organisation body issuing this certificate.
url
string  | null 
可选
connections
integer  | null 
可选
Total count of LinkedIn connections.
people_also_viewed
array[object (PeopleAlsoViewed) {4}] 
可选
A list of other LinkedIn profiles closely related to this user.
link
string  | null 
可选
URL of the profile.
Useable with Person profile endpoint
name
string  | null 
可选
summary
string  | null 
可选
location
string  | null 
可选
recommendations
array[string]
可选
List of recommendations made by other users about this profile.
activities
array[object (Activity) {3}] 
可选
A list of LinkedIn status activities. This field is not guaranteed to be returned. Do not rely on this attribute in production.
title
string  | null 
可选
link
string  | null 
可选
activity_status
string  | null 
可选
similarly_named_profiles
array[object (SimilarProfile) {4}] 
可选
A list of other LinkedIn profiles with similar names.
name
string  | null 
可选
link
string  | null 
可选
summary
string  | null 
可选
location
string  | null 
可选
articles
array[object (Article) {5}] 
可选
A list of content-based articles posted by this user. This field is not guaranteed to be returned. Do not rely on this attribute in production.
title
string  | null 
可选
link
string  | null 
可选
published_date
可选
author
string  | null 
可选
image_url
string  | null 
可选
groups
array[object (PersonGroup) {3}] 
可选
A list of LinkedIn groups that this user is a part of.",
profile_pic_url
string  | null 
可选
The URL to the profile picture of this LinkedIn Group
name
string  | null 
可选
Name of LinkedIn group for which this user is in
url
string  | null 
可选
URL to the LinkedIn Group
skills
array[string]
可选
A list of keyword-based skills that this user boasts of on his LinkedIn profile.
inferred_salary
可选
One of
A salary range inferred from the user's current job title and company.
示例值:
{"min":35000,"max":45000}
min
number  | null 
可选
max
number  | null 
可选
gender
string  | null 
可选
Gender of the user.
birth_date
可选
One of
Birth date of the user.
示例值:
{"day":30,"month":9,"year":2021}
day
integer  | null 
可选
month
integer  | null 
可选
year
integer 
可选
industry
string  | null 
可选
Industry that the user works in.
extra
可选
One of
A bundle of extra data on this user.
示例值:
{"github_profile_id":"github-username","facebook_profile_id":"facebook-username","twitter_profile_id":"twitter-username","website":"https://proxycurl.com"}
github_profile_id
string  | null 
可选
This profile's Github account.
facebook_profile_id
string  | null 
可选
This profile's Facebook account.
twitter_profile_id
string  | null 
可选
This profile's twitter account.
website
string  | null 
可选
This account's website listed on his profile.
interests
array[string]
可选
A list of interests that the user has.
personal_emails
array[string]
可选
A list of personal emails associated with this user.
personal_numbers
array[string]
可选
A list of personal mobile phone numbers associated with this user.
示例
{
    "public_identifier": "johnrmarty",
    "profile_pic_url": "https://media.licdn.com/dms/image/C5603AQHaJSx0CBAUIA/profile-displayphoto-shrink_800_800/0/1558325759208?e=2147483647&v=beta&t=BluXpPg88xFnU2wMGLjuCUykSk_wKNdh8x3PI9wm6MI",
    "background_cover_image_url": "https://media.licdn.com/dms/image/C5616AQH9tkBTUhHfng/profile-displaybackgroundimage-shrink_200_800/0/1614530499015?e=2147483647&v=beta&t=VEoCyedtZulnAVYWT9BXfKHi5OFp8avElNjiz8kjSTU",
    "first_name": "John",
    "last_name": "Marty",
    "full_name": "John Marty",
    "follower_count": null,
    "occupation": "Co-Founder at Freedom Fund Real Estate",
    "headline": "Financial Freedom through Real Estate - LinkedIn Top Voice",
    "summary": "Most people go through life lost, disengaged, and unhappy at work and in their lives - I'm on a mission to solve that.\n\nI spent 10 years as the founder of Axxis Audio, an electronics company that grew to multi-million dollar sales, which I sold in 2012. At that time, I funneled my earnings into the creation of an Internet of Things company, but numerous factors lead to its demise after 2 hard fought years. \n\nAt 31, I was penny-less, had a baby on the way, and had zero job prospects (despite applying to 150 companies). My desperate situation led me to take a job at Best Buy for $12 an hour while reinventing myself through the completion of an MBA at the University of Colorado, and a 6-month software development boot camp. \n\nAfter graduation, I landed at American Express as a Senior Product Manager and then got poached by Amazon in 2017 (because of my LinkedIn profile). My journey has led to a deep sense of perspective, humility, and purpose that I draw on to help others find clarity, meaning, and happiness in their careers and lives. \n\nCheck out my website for details on my Mindset Reset Podcast, Public Speaking, Consulting, or my free 40 page LinkedIn guide\n\nhttp://www.johnraphaelmarty.com/\n\nFAQ's\n\nQ: Can you speak at my Company, University, event or podcast?\nA: I'd love to! I've shared my message on the future of employment, breaking into big tech, and my personal story of reinventing myself and discovering my sense of purpose (and how you can too!).\n\n☑️  YouTube Channel #1 (John Marty) : http://www.youtube.com/c/JohnMarty-uncommon\n☑️  YouTube Channel #2 (Tech Careers for non-engineers: https://www.youtube.com/channel/UC900gMMPLwRGGXSTW1gdZHA\n\nFUN FACTS:\n☑️ I am an Avid cyclist and runner, and I just started learning to skateboard a half-pipe.\n☑️ Into the Enneagram? - I'm a #3 (The Achiever)\n\nLETS CONNECT:\n☑️ Email: JohnRmarty@gmail.com (don't forget that \"R\"....The other guy gets my emails all the time)",
    "country": "US",
    "country_full_name": "United States of America",
    "city": "Seattle",
    "state": "Washington",
    "experiences": [
        {
            "starts_at": {
                "day": 1,
                "month": 8,
                "year": 2021
            },
            "ends_at": null,
            "company": "Freedom Fund Real Estate",
            "company_linkedin_profile_url": "https://www.linkedin.com/company/freedomfund",
            "company_facebook_profile_url": null,
            "title": "Co-Founder",
            "description": "Our mission is to provide everyday people seeking financial freedom long before the age of 65 with the ability to invest in high yield, short-term real estate investments that were only accessible in the past for a select few wealthy individuals. Each of our single family rehab projects require a minimum investment contribution of only $10K, we have simple terms, no multi-year hold periods, and no fees. With our unique model investors can log into our easy to use website, select the projects that they want to invest in, and get realtime updates on the status of their investments.\n\nWebsite: https://www.freedomfundinvestments.com/home",
            "location": null,
            "logo_url": "https://media.licdn.com/dms/image/C560BAQEYxazZM_hXgQ/company-logo_100_100/0/1634934418976?e=2147483647&v=beta&t=wI0YdMmxIctkzvnKxRfuAbT8h5eok_DlUqEph68J37s"
        },
        {
            "starts_at": {
                "day": 1,
                "month": 1,
                "year": 2021
            },
            "ends_at": null,
            "company": "Mindset Reset Podcast",
            "company_linkedin_profile_url": "https://www.linkedin.com/company/mindset-reset-podcast",
            "company_facebook_profile_url": null,
            "title": "Founder",
            "description": "We dive into the mindsets of the world’s foremost thought leaders and turn them into actionable insights so that others can discover greater happiness, success, and fulfillment.\n\nhttps://podcasts.apple.com/us/podcast/mindset-reset/id1553212607",
            "location": "Denver, Colorado, United States",
            "logo_url": "https://media.licdn.com/dms/image/C560BAQF9QJVQm3SOvA/company-logo_100_100/0/1614527476576?e=2147483647&v=beta&t=m3tx83nMN-E3XQFoJG0Wmch8U4qKnJ9i--5NSAfffC0"
        }
    ],
    "education": [
        {
            "starts_at": {
                "day": 1,
                "month": 1,
                "year": 2013
            },
            "ends_at": {
                "day": 31,
                "month": 12,
                "year": 2015
            },
            "field_of_study": "Finance + Economics",
            "degree_name": "Master of Business Administration (MBA)",
            "school": "University of Colorado Denver",
            "school_linkedin_profile_url": "https://www.linkedin.com/school/university-of-colorado-denver/",
            "school_facebook_profile_url": null,
            "description": null,
            "logo_url": "https://media.licdn.com/dms/image/C560BAQGVi9eAHgWxFw/company-logo_100_100/0/1673448029676?e=2147483647&v=beta&t=NG6ttckXvnS2DX3abTfVACRY2E9Q1EcryNaJLRbE9OE",
            "grade": null,
            "activities_and_societies": null
        },
        {
            "starts_at": {
                "day": 1,
                "month": 1,
                "year": 2015
            },
            "ends_at": {
                "day": 31,
                "month": 12,
                "year": 2015
            },
            "field_of_study": "School of Software Development",
            "degree_name": null,
            "school": "Galvanize Inc",
            "school_linkedin_profile_url": "https://www.linkedin.com/school/galvanize-it/",
            "school_facebook_profile_url": null,
            "description": "rails, ruby, rspec, capybara, bootstrap, css, html, api integration, Jquery, Javascript",
            "logo_url": "https://media.licdn.com/dms/image/C560BAQFKNxOZ4X0g8Q/company-logo_100_100/0/1670610916338?e=2147483647&v=beta&t=t7ImfhmsuIJ7HJGHEbPJ2suxdslKhzp9v-5h9_G4sWE",
            "grade": null,
            "activities_and_societies": null
        }
    ],
    "accomplishment_organisations": [],
    "accomplishment_publications": [],
    "accomplishment_honors_awards": [],
    "accomplishment_patents": [],
    "accomplishment_courses": [],
    "accomplishment_projects": [
        {
            "starts_at": {
                "day": 1,
                "month": 3,
                "year": 2015
            },
            "ends_at": null,
            "title": "gMessenger",
            "description": "gMessenger was built using Ruby on Rails, and the Bootstrap HTML, CSS, and JavaScript framework. It uses a Websocket-Rails integration to post a user's message content to the page in real time, with no page refresh required. gMessenger also includes custom authentication with three different permissions levels.",
            "url": "http://gmessenger.herokuapp.com/"
        },
        {
            "starts_at": {
                "day": 1,
                "month": 1,
                "year": 2015
            },
            "ends_at": null,
            "title": "Taskly",
            "description": "A task and project management responsive web app utilizing Ruby on Rails - CSS and HTML",
            "url": "https://hidden-coast-7204.herokuapp.com/"
        }
    ],
    "accomplishment_test_scores": [],
    "volunteer_work": [],
    "certifications": [
        {
            "starts_at": null,
            "ends_at": null,
            "name": "SAFe Agile Framework Practitioner - ( Scrum, XP, and Lean Practices in the SAFe Enterprise)",
            "license_number": null,
            "display_source": null,
            "authority": "Scaled Agile, Inc.",
            "url": null
        },
        {
            "starts_at": null,
            "ends_at": null,
            "name": "SCRUM Alliance Certified Product Owner",
            "license_number": null,
            "display_source": null,
            "authority": "Scrum Alliance",
            "url": null
        }
    ],
    "connections": 500,
    "people_also_viewed": [],
    "recommendations": [
        "Rebecca Canfield\n\n      \n          \n          \n\n\n\n              \n                \n        \n              \n  \n\n      \n          John Marty is a genius at his craft. He is skilled in the art of making people feel empowered to seek out roles that they are qualified for, ask for salaries that they deserve, and creates a kind of pay it forward lifestyle. John helps you to get to places that you only thought were possible for other people. Anyone that is fortunate enough to learn from John should consider themselves extremely lucky. I know I do. ",
        "Zoe Sanoff\n\n      \n          \n          \n\n\n\n              \n                \n        \n              \n  \n\n      \n          John is so focused on helping guide you through an interview process not just for Amazon but on interviewing in general.  I've generally done well at interviewing, my skills are top notch now.  John is so focused on on his clients and really goes above and beyond.  John is genuine, knowledgeable, well spoken and non-judgemental.  He is so encouraging, so positive and really easy to talk to.  Thank you John!"
    ],
    "activities": [
        {
            "title": "Yesterday I toured a $1.2M property in California that has a large 13K sq ft lot with two homes on it. After 5 minutes of being on-site I…",
            "link": "https://www.linkedin.com/posts/johnrmarty_financialfreedom-realestate-technology-activity-6940294635743301632-rsLo",
            "activity_status": "Shared by John Marty"
        }
    ],
    "similarly_named_profiles": [
        {
            "name": "John Martinez",
            "link": "https://www.linkedin.com/in/john-martinez-90384a229",
            "summary": "Owner of Fight or Flight Medical Consultants, LLC  , Owner Marty’s Hardwood Works",
            "location": "San Antonio, TX"
        },
        {
            "name": "John Marty",
            "link": "https://www.linkedin.com/in/senatormarty",
            "summary": null,
            "location": "St Paul, MN"
        }
    ],
    "articles": [],
    "groups": []
}
🟠400请求有误
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
🟠429429
🔴500服务器错误
🔴503服务器故障
上一页
Job Profile Endpoint
下一页
Person Profile Picture Endpoint
Built with