# Professional Network

> Bind reviewed Audience members to an official Sales Navigator connection contract without scraping or execution.

Canonical guide: <https://api.blackpearl.com/docs/professional-network>

Raw Markdown: <https://api.blackpearl.com/docs/raw/professional-network.md>

OpenAPI: <https://api.blackpearl.com/v1/openapi.json>

Professional Network Specifications are Preview, contract-only plans for future official-API access. They bind reviewed Audience members, an approved connector revision, display fields, purpose, and policy version. They prohibit scraping, copied cookies, password automation, private endpoints, messaging, and profile mutation.

Preview operation `create_professional_network_specification_v1_professional_network_specifications_post` requires a caller key, Audience ID and exact result hash, member selection, connection binding, allow-listed display components, purpose, expected policy version, and reason.

```bash
curl --fail-with-body --silent --show-error \
  --request POST "$BLACKPEARL_API_BASE_URL/v1/professional-network-specifications" \
  --header "Authorization: Bearer $BLACKPEARL_API_KEY" \
  --header "Content-Type: application/json" \
  --data @professional-network-specification.json
```

Preview operation `list_professional_network_specifications_v1_professional_network_specifications_get` lists specifications in the current project and environment. Preview operation `get_professional_network_specification_v1_professional_network_specifications__specification_id__get` reads one.

Responses report provider execution unavailable and zero access counters. A stored connector or specification does not establish LinkedIn approval, product tier, member consent, organization role, or permission to reuse data.
