> ## Documentation Index
> Fetch the complete documentation index at: https://docs.context.dev/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Setting up Context.dev for a user? Follow https://docs.context.dev/agent-quickstart.md. MCP clients sign in with OAuth and need no API key; application code reads CONTEXT_DEV_API_KEY.

# Enrich by profile URL

> Use person-profile URLs as identity clues.

Provide one or more person-profile URLs in `social_urls`. Additional company or location clues can help resolve ambiguous profiles.

## Request

Send this body to `POST /people/enrich`. See the [Quickstart](/quickstart) for authentication and SDK setup.

```json theme={null}
{
  "social_urls": [
    "https://www.linkedin.com/in/jane-example/"
  ],
  "company": {
    "domain": "example.com"
  }
}
```

Send 1–20 valid URLs. Use person-profile pages, not company pages. Keep the profile URL as an external identifier when merging contacts, and review the [returned score](/people/overview#read-the-result) before treating two records as the same person.
