This n8n workflow performs automated LinkedIn profile enrichment by converting a LinkedIn profile URL into a structured profile summary page. It starts when a webhook receives a POST request containing a LinkedIn profile URL from an external source. The workflow sends this URL to the Apollo People Match API to retrieve enriched profile and company information associated with that LinkedIn account. The returned data includes details such as name, title, email, location, company information, role history, and organization insights. The workflow then cleans and normalizes the API response to extract only the most relevant profile fields. After structuring the data, the system generates a styled HTML profile card that presents the enriched information in a clean and readable format. Finally, the workflow returns the generated HTML page through the webhook response, allowing the requester to instantly view a formatted LinkedIn profile summary in the browser without manually researching the profile.