AgentAPI
Add step in Claude Code
Transformation

Transforms row

Add step in Claude Code
apify_run_actor_sync logo
Apify Run Actor Sync

Resolve a company domain to a LinkedIn company URL.

Add step in Claude Code
Transformation

Transforms row

Add step in Claude Code
apify_run_actor_sync logo
Apify Run Actor Sync

Scrape LinkedIn employee profiles from the resolved company page.

Add step in Claude Code
Transformation

Transforms row

Add step in Claude Code
5steps·1provider·SQLyou own

Company Domain To Linkedin Employees

Company Domain To Linkedin Employees is a Deepline play that automates a 5-step GTM pipeline using Apify.

Shared June 2026

  1. 1

    Install & authenticate

    $ curl -s "https://deepline.com/api/v2/sdk/install" | bash

  2. 2

    Test out this play on my data

What this Play does

Inputs

  • domain
  • max_items
  • profile_depth

Outputs

  • lines_167_171
  • linkedin_company_url_from_domain
  • lines_187_196
  • linkedin_company_employees
  • lines_217_223

When to use this

  • You need data from Apify in one pass.
  • You want a repeatable pipeline instead of one-off lookups.
  • You want an agent or teammate to run the same workflow on demand.

Agent instructions

Company Domain To Linkedin Employees is a Deepline play. Inputs: domain, max_items, profile_depth. Outputs: lines_167_171, linkedin_company_url_from_domain, lines_187_196, linkedin_company_employees, lines_217_223.

# Paste into Claude Code, Cursor, or Codex.

$ Use the deepline-plays skill to run the Deepline play "Company Domain To Linkedin Employees" (https://deepline.com/p/deepline/company-domain-to-linkedin-employees). Inputs: domain, max_items, profile_depth. Outputs: lines_167_171, linkedin_company_url_from_domain, lines_187_196, linkedin_company_employees, lines_217_223. # describe the play deepline plays describe prebuilt/company-domain-to-linkedin-employees --json # run it on your data deepline plays run prebuilt/company-domain-to-linkedin-employees --input '{"domain":"<value>","max_items":"<value>","profile_depth":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/company-domain-to-linkedin-employees --source --out company-domain-to-linkedin-employees.play.ts deepline plays check company-domain-to-linkedin-employees.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-company-domain-to-linkedin-employees

Version

v1 · Shared June 2026 · Unlisted page