Transforms row
serper_name_validate
Transforms row
Person To Linkedin
Person To Linkedin is a Deepline play that automates a 7-step GTM pipeline using Serper, Dropleads and Crustdata.
Shared June 2026
- 1
Install & authenticate
$ curl -s "https://deepline.com/api/v2/sdk/install" | bash
- 2
Test out this play on my data
What this Play does
Inputs
- first_name
- last_name
- domain
- company_name
Outputs
- lines_23_182
- serper_name_validate
- lines_198_222
When to use this
- You need data from Serper, Dropleads and Crustdata 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
Person To Linkedin is a Deepline play. Inputs: first_name, last_name, domain, company_name, email. Outputs: lines_23_182, serper_name_validate, lines_198_222.
# Paste into Claude Code, Cursor, or Codex.
$ Use the deepline-plays skill to run the Deepline play "Person To Linkedin" (https://deepline.com/p/deepline/person-to-linkedin). Inputs: first_name, last_name, domain, company_name, email. Outputs: lines_23_182, serper_name_validate, lines_198_222. # describe the play deepline plays describe prebuilt/person-to-linkedin --json # run it on your data deepline plays run prebuilt/person-to-linkedin --input '{"first_name":"<value>","last_name":"<value>","domain":"<value>","company_name":"<value>","email":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/person-to-linkedin --source --out person-to-linkedin.play.ts deepline plays check person-to-linkedin.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-person-to-linkedin
Version
v1 · Shared June 2026 · Unlisted page