Lookup LinkedIn company
Starts a provisional LinkedIn company lookup job. Returns immediately with an id — poll GET /v1/lookup/linkedin/{job_id} until the status is completed. Provide at least one of name, website, or linkedin_url. Matching priority: LinkedIn URL → website → name.
id, or pass webhook_url for a callback.Examples
By website
By LinkedIn URL
Request body
name, website, or linkedin_url.
Related endpoints
Authorizations
Include your API key in the x-api-key header.
Body
At least one of name, website, or linkedin_url is required.
Company name. Name-only matches are low confidence.
1"Stripe"
Company website or domain.
1"https://stripe.com"
LinkedIn company URL.
1"https://www.linkedin.com/company/stripe"
HTTPS URL to receive webhook callbacks when the job completes or fails. Kernel will POST the job result to this URL with an X-Kernel-Signature header for verification.
^https://"https://example.com/webhooks/kernel"

