Crawlzodocs
API referenceLinkedIn

Member profile (extended)

An extended member profile record addressed by URL.

Temporarily unavailable. This endpoint is not currently serving requests. Use linkedin-profile or linkedin-profile-v4, which return the same member.

An extended member profile record. Where linkedin-profile returns the headline record, this one carries the longer form of the same profile.

No example response is shown for this endpoint.

POST
/v1/scrapers/linkedin-profile-v2

Authorization

ApiKeyAuth
X-API-Key<token>

Your API key. Sent on every request.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/scrapers/linkedin-profile-v2" \  -H "Content-Type: application/json" \  -d '{    "url": "https://www.linkedin.com/in/suhana-parveen-599b94224"  }'
{}