Collect
Data type:
URLs:
Multi-source Employee
https://api.coresignal.com/cdapi/v2/employee_multi_source/collect/{employee_id} https://api.coresignal.com/cdapi/v2/employee_multi_source/collect/{profile_url/shorthand_name}
Overview
Find instructions for collection endpoint usage and data collection.
Use the Multi-source Employee collection endpoints to collect data using employee IDs, profile URLs or shorthand names.
Learn how to obtain Multi-source Employee data using IDs
Learn how to obtain Multi-source Employee data using profile URLs or shorthand names
Employee ID
/v2/employee_multi_source/collect/{employee_id}
Retrieved using Employee API search endpoints.
Shorthand name
/v2/employee_multi_source/collect/{profile_url/shorthand_name}
Use profile URL or shorthand name, taken directly from the URL (e.g., john-doe from www.professiona_network.com/john-doe).
Collection using IDs
Examples in this article are prepared using Postman.
However, you can use the most convenient tool for you: terminal, Postman, or any API-compatible application.
cURL (Postman)
Use the provided request template below. Enter a valid employee_id value and your API Key.
curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/employee_multi_source/collect/{employee_id}' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'curl -X 'GET' \
'https://api.coresignal.com/cdapi/v2/employee_multi_source/collect/{employee_id}?fields=full_name&fields=follower_count' \
-H 'accept: application/json' \
-H 'apikey: {API Key}'Collection using profile URLs or shorthand names
Examples in this article are prepared using Postman.
However, you can use the most convenient tool for you: terminal, Postman, or any API-compatible application.
cURL (Postman)
Use the provided request template below. Enter a valid profile_url or shorthand_name value and your API Key.
curl -X GET "https://api.coresignal.com/cdapi/v2/employee_multi_source/collect/{profile_url/shorthand_name}"
-H "accept: application/json"
-H "apikey: {API Key}"curl -X GET "https://api.coresignal.com/cdapi/v2/employee_multi_source/collect/{profile_url/shorthand_name}?fields=full_name&fields=follower_count"
-H "accept: application/json"
-H "apikey: {API Key}"Last updated
Was this helpful?