LinkedIn Profile API

A hosted API that turns a LinkedIn profile URL into normalized JSON. Open /docs for the interactive contract, or:

curl -s "$HOST/profile?url=https://www.linkedin.com/in/demo/" | jq .

The demo slug is served from a recorded fixture and does not touch LinkedIn. Real slugs require a configured session (see the README).