Contract is a JSON Structure definition published by LinkedIn, describing 4 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-sales-navigator-contract-structure.json",
"name": "Contract",
"description": "Contract from LinkedIn API",
"type": "object",
"properties": {
"contract": {
"type": "string",
"description": "The URN of this Sales Navigator contract",
"example": "urn:li:salesContract:12345"
},
"name": {
"type": "string",
"description": "The name of this contract, appropriate for display to an end-user",
"example": "Enterprise Sales Contract"
},
"description": {
"type": "string",
"nullable": true,
"description": "Additional information about the contract",
"example": "Annual enterprise subscription for sales team"
},
"hasReportingAccess": {
"type": "boolean",
"description": "Indicates whether the user can export data for this contract",
"example": true
}
},
"required": [
"contract",
"name",
"hasReportingAccess"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.