Skip to main content
When you already have a domain or LinkedIn URL, direct company endpoints return deterministic data faster than /research.

Endpoints

Tech stack

LinkedIn company profile

Site contacts

Extracts emails, phones, and social links from the company website:
Charged when emails or phones are found; free when neither is found.

LinkedIn company posts

Each page contains up to 10 posts. When pagination.token is not null, pass it back with the same company URL:
Stop when pagination.token is null. Tokens are opaque and must not be modified or reused with another company.

Job listings

Useful for hiring signals and outreach timing.

Chain enrichment in automations

Typical Clay or n8n column order:
  1. company-linkedin-url — resolve URL from domain
  2. company-linkedin — firmographics
  3. company-linkedin-posts — announcements and engagement signals
  4. company-tech-stack — stack fit scoring
  5. company-jobs — hiring signal
  6. person-searchperson-email — find buyers

When to use /research instead

Use /research when you need synthesis — e.g. “Summarize partnership angles given their stack, hiring, and recent announcements.” Use direct endpoints when you need raw fields for scoring or CRM columns.

Next step