Resolve profile URL
POST
https://myagentmail.com/linkedin/profiles/lookupFor agents View as Markdown
Resolve a LinkedIn profile URL to its profileId, name, headline, and
location. Use the returned profileId with /connections for the most
reliable connection-request results.
Request body
Content-Type: application/json
sessionIdrequired string | |
profileUrlrequired string |
Responses
200Profile data.
404Session not found.
429Daily quota exceeded for this session.
Authentication
Send your API key in the X-API-Key header (or Authorization: Bearer <key>). Any prefix accepted by this endpoint — tk_, wk_, ak_, or sa_ — is documented in the key prefix table.