curl --request POST \
--url https://bee.theswarm.com/v2/profiles/fetch \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"linkedinNames": [
"<string>"
],
"linkedinIds": [
123
],
"linkedinEntityIds": [
"<string>"
],
"fields": [
"profile_info"
]
}
'{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"connections": [
{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_email": "<string>",
"user_linkedin_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"sources": [
{
"origin": "<string>",
"network": "<string>"
}
],
"connection_strength": 123,
"strength_normalized": 123,
"manual_strength": 123
}
],
"lists": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>"
}
],
"notes": [
{
"id": "<string>",
"content": "<string>"
}
],
"tags": [
{
"id": "<string>",
"name": "<string>"
}
],
"profile_info": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"full_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"headline": "<string>",
"about": "<string>",
"linkedin_url": "<string>",
"work_email": "<string>",
"personal_emails": [
"<string>"
],
"current_title": "<string>",
"current_function": "<string>",
"current_seniority": [
"<string>"
],
"current_company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current_company_name": "<string>",
"current_company_logo_url": "<string>",
"current_company_website": "<string>",
"current_company_size": {
"min": 123,
"max": 123
},
"current_company_industry": "<string>",
"current_company_location": "<string>",
"current_company_linkedin_url": "<string>",
"experience": [
{
"is_current": true,
"company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"company": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"canonical_name": "<string>",
"name": "<string>",
"founded": "2023-11-07T05:31:56Z",
"industry": "<string>",
"website": "<string>",
"size": {
"min": 123,
"max": 123
},
"social_media": [
{
"network": "<string>",
"id": "<string>",
"slug": "<string>",
"url": "<string>",
"url_status": "<string>"
}
],
"locations": [
{
"name": "<string>",
"country": "<string>",
"headquarter": true
}
],
"logo": "<string>"
},
"title": "<string>",
"seniority": [
"<string>"
],
"function": "<string>",
"location": [
"<string>"
],
"description": "<string>",
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"status": "<string>"
}
],
"current_location": "<string>",
"other_locations": [
"<string>"
],
"interests": [
"<string>"
],
"skills": [
"<string>"
],
"education": [
{
"school": {
"name": "<string>",
"type": "<string>",
"id": "<string>",
"location": {
"name": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"street_address": "<string>",
"postal_code": "<string>"
},
"website": "<string>",
"linkedin_url": "<string>",
"linkedin_id": "<string>",
"social_media": [
{
"network": "<string>",
"id": "<string>",
"slug": "<string>",
"url": "<string>",
"url_status": "<string>"
}
]
},
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"degrees": [
"<string>"
],
"majors": [
"<string>"
],
"minors": [
"<string>"
],
"activities": "<string>",
"grade": "<string>",
"description": "<string>"
}
],
"profiles": [
{
"network": "<string>",
"id": "<string>",
"url": "<string>"
}
],
"linkedin_experience_count": 123,
"linkedin_education_count": 123,
"social_media": [
{
"network": "<string>",
"id": "<string>",
"slug": "<string>",
"url": "<string>",
"url_status": "<string>"
}
],
"investor_data": {
"description": "<string>",
"type": [
"<string>"
],
"industry_focus": [
"<string>"
],
"stage_focus": [
"<string>"
],
"geo_focus": [
"<string>"
],
"check_size": [
"<string>"
],
"portfolio_companies": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"smart_tags": [
"<string>"
],
"latest_role_change_at": "2023-12-25",
"latest_company_change_at": "2023-12-25",
"current_job_updated_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"last_refresh_at": "2023-11-07T05:31:56Z"
}
}
],
"notFound": [
"<string>"
]
}The Fetch endpoint within the API facilitates the retrieval of specific profiles from the database based on their unique identifiers (profile IDs or LinkedIn usernames). This endpoint is designed to provide detailed information about individual profiles stored in the database, allowing users to access profile connections, lists, notes, and tags.
curl --request POST \
--url https://bee.theswarm.com/v2/profiles/fetch \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"linkedinNames": [
"<string>"
],
"linkedinIds": [
123
],
"linkedinEntityIds": [
"<string>"
],
"fields": [
"profile_info"
]
}
'{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"connections": [
{
"user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"user_email": "<string>",
"user_linkedin_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"sources": [
{
"origin": "<string>",
"network": "<string>"
}
],
"connection_strength": 123,
"strength_normalized": 123,
"manual_strength": 123
}
],
"lists": [
{
"id": "<string>",
"name": "<string>",
"status": "<string>"
}
],
"notes": [
{
"id": "<string>",
"content": "<string>"
}
],
"tags": [
{
"id": "<string>",
"name": "<string>"
}
],
"profile_info": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"full_name": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"headline": "<string>",
"about": "<string>",
"linkedin_url": "<string>",
"work_email": "<string>",
"personal_emails": [
"<string>"
],
"current_title": "<string>",
"current_function": "<string>",
"current_seniority": [
"<string>"
],
"current_company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current_company_name": "<string>",
"current_company_logo_url": "<string>",
"current_company_website": "<string>",
"current_company_size": {
"min": 123,
"max": 123
},
"current_company_industry": "<string>",
"current_company_location": "<string>",
"current_company_linkedin_url": "<string>",
"experience": [
{
"is_current": true,
"company_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"company": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"canonical_name": "<string>",
"name": "<string>",
"founded": "2023-11-07T05:31:56Z",
"industry": "<string>",
"website": "<string>",
"size": {
"min": 123,
"max": 123
},
"social_media": [
{
"network": "<string>",
"id": "<string>",
"slug": "<string>",
"url": "<string>",
"url_status": "<string>"
}
],
"locations": [
{
"name": "<string>",
"country": "<string>",
"headquarter": true
}
],
"logo": "<string>"
},
"title": "<string>",
"seniority": [
"<string>"
],
"function": "<string>",
"location": [
"<string>"
],
"description": "<string>",
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"status": "<string>"
}
],
"current_location": "<string>",
"other_locations": [
"<string>"
],
"interests": [
"<string>"
],
"skills": [
"<string>"
],
"education": [
{
"school": {
"name": "<string>",
"type": "<string>",
"id": "<string>",
"location": {
"name": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"street_address": "<string>",
"postal_code": "<string>"
},
"website": "<string>",
"linkedin_url": "<string>",
"linkedin_id": "<string>",
"social_media": [
{
"network": "<string>",
"id": "<string>",
"slug": "<string>",
"url": "<string>",
"url_status": "<string>"
}
]
},
"start_date": "2023-12-25",
"end_date": "2023-12-25",
"degrees": [
"<string>"
],
"majors": [
"<string>"
],
"minors": [
"<string>"
],
"activities": "<string>",
"grade": "<string>",
"description": "<string>"
}
],
"profiles": [
{
"network": "<string>",
"id": "<string>",
"url": "<string>"
}
],
"linkedin_experience_count": 123,
"linkedin_education_count": 123,
"social_media": [
{
"network": "<string>",
"id": "<string>",
"slug": "<string>",
"url": "<string>",
"url_status": "<string>"
}
],
"investor_data": {
"description": "<string>",
"type": [
"<string>"
],
"industry_focus": [
"<string>"
],
"stage_focus": [
"<string>"
],
"geo_focus": [
"<string>"
],
"check_size": [
"<string>"
],
"portfolio_companies": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
]
},
"smart_tags": [
"<string>"
],
"latest_role_change_at": "2023-12-25",
"latest_company_change_at": "2023-12-25",
"current_job_updated_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"last_refresh_at": "2023-11-07T05:31:56Z"
}
}
],
"notFound": [
"<string>"
]
}fields object that accepts the following values:
connections | List of team members who are connected to the given profile. The connection details are included (see Models > Profile) |
tags | Tags assigned to the profile |
lists | Lists the profile is assigned to |
notes | List of notes assigned to the profile. Private notes are not included. |
profile_info | Detailed profile data, e.g. work experience, education, etc. |
investorData is no longer a valid field in fetch requests. This information is now available as investor_data nested within the profile_info object. For more details on this structure change, please refer to the Models > Profile. documentation.The Swarm profile IDs
LinkedIn profile URL slugs
LinkedIn numeric profile IDs
LinkedIn alphanumeric entity IDs
1connections, lists, notes, tags, profile_info A list of profiles with corresponding data
List of profiles with corresponding data
Show child attributes
The unique identifier of the profile
The connections of the profile
Show child attributes
The unique identifier of the user
The email of the user
The LinkedIn name of the user
The creation date of the connection
The strength of the connection
The normalized strength of the connection
The manually set strength of the connection
The profile information
Show child attributes
The unique identifier of the profile
The full name of the profile
The first name of the profile
The last name of the profile
The title of the current job
The industry of the profile
The LinkedIn URL of the profile
The work email of the profile
The personal emails of the profile
The title of the current job
The role of the title in the current job
The person's seniority in the current job
The unique identifier of the company in the current job
The name of the company in the current job
The logo URL of the company in the current job
The website of the company in the current job
The industry of the company in the current job
The location name of the company in the current job
The LinkedIn URL of the company in the current job
The experience of the profile
Show child attributes
Whether the job is primary or not
The unique identifier of the company in the job
Show child attributes
The unique identifier of the company
The canonical name of the company
The name of the company
The founding date of the company
The industry of the company
The website of the company
The networks of the company
Show child attributes
Social media network name
Identifier on the social network
Slug / handle on the social network
Full profile URL
Status of the resolved URL
The locations of the company
Show child attributes
The logo of the company
The title of the job
The person's seniority in the job
The role/function in the job
Job location names
The description of the job
The start date of the job
The end date of the job
Experience status enum
The location name of the profile
The location names of the profile
The interests of the profile
The skills of the profile
The education of the profile
Show child attributes
Show child attributes
The name of the school
The type of the school
The unique identifier of the school
Show child attributes
The name of the location
The city of the location
The state of the location
The country of the location
The street address of the location
The postal code of the location
The website of the school
Linkedin profile URL of the school
Linkedin numeric id of the school
Social media profiles of the school
Show child attributes
Social media network name
Identifier on the social network
Slug / handle on the social network
Full profile URL
Status of the resolved URL
The start date of the education
The end date of the education
The degrees of the education
The majors of the education
The minors of the education
The activities of the education
The grade of the education
The description of the education
Total number of experience entries on LinkedIn
Total number of education entries on LinkedIn
Social media profiles
Show child attributes
Social media network name
Identifier on the social network
Slug / handle on the social network
Full profile URL
Status of the resolved URL
Investor-related data
Show child attributes
Investor description
Types (e.g. Angel, VC)
Industries of focus
Investment stages of focus
Geographies of focus
Typical check sizes
AI-generated tags for the profile
The date of the latest role change
The date of the latest company change
The update date of current job in the profile
The update date of the profile
The creation date of the profile
The last refresh date of the profile
Identifiers (ids / linkedinNames / linkedinIds / linkedinEntityIds) not found
Was this page helpful?