Credit cost varies based on usage mode:
- Pagination mode: 1 credit per page
- Total results mode: 1 credit per 10 connections (rounded up)
Header Parameters
Your API key
Body Parameters
LinkedIn authentication cookie obtained from the login/verify process
Country code for proxy selection. Available: (US,UK,FR)
Starting page number for pagination mode
Ending page number for pagination mode
Number of connections to retrieve (used when not in pagination mode)
Response
Request status (success/error)
Error Responses
Notes
- The endpoint supports two modes of operation:
- Pagination mode: Specify both
start_page
andend_page
to fetch specific pages - Total results mode: Use
total_results
to specify the number of connections to fetch
- Pagination mode: Specify both
- The profile picture URL may be ‘N/A’ if not available or if the connection has no profile picture
- The job title may be ‘N/A’ if the connection hasn’t specified their current position
- When using pagination,
end_page
must be greater than or equal tostart_page