Now out of stealth: the missing link between AI agents and LinkedIn data.
Profile
GET

/api/v1/profile/entity-id

10 credits

Resolve a public handle to the person entityId used by the live person endpoints (posts, comments, interests, lookalikes). Resolve once, reuse the id.

Try in Playground

Parameters

NameTypeRequiredDescription
handlestringyesPublic profile handle — the part after linkedin.com/in/. A full profile URL works too. (e.g. satyanadella)

Example request

curl -H "X-API-Key: zq_…" \
  "https://zooq.dev/api/v1/profile/entity-id?handle=satyanadella"

Example response

{
  "success": true,
  "statusCode": 200,
  "message": "Data retrieved successfully",
  "errors": null,
  "data": {
    "entityId": "ACoAAA8BYqEBCGLg_vT_ca6mMEqkpp9nVMAqfa8",
    "handle": "satyanadella"
  }
}

Successful responses are wrapped in the standard envelope. The data field carries the actual payload; errors is null on success.

Available via MCP as profile_entity_id

Add Zooq as an MCP server to Claude Desktop or Cursor and call this tool directly from your agent. See the MCP guide.

Want to try this endpoint?

300 free credits on signup, no card required. That covers 30 calls.

Get an API key →