Transforms row
Primary structured company search for funding, headcount, HQ, and category fit.
Transforms row
Batch recent job listings for candidate company domains so hiring evidence joins without one provider call per row.
Transforms row
Structured Company Discovery
Structured Company Discovery is a Deepline play that automates a 15-step GTM pipeline using 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
- target_count
- hq_country
- funding_rounds
- employee_count_min
- employee_count_max
- categories
- hiring_keywords
- include_hiring_evidence
Outputs
- hiring_evidence
- company_name
- domain
- headcount
- funding_round
- hq
- company_fit_evidence
- active_hiring_evidence
- source
- status
When to use this
- You need data from 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
Structured Company Discovery is a Deepline play. Inputs: target_count, hq_country, funding_rounds, employee_count_min, employee_count_max, categories, hiring_keywords, include_hiring_evidence. Outputs: hiring_evidence, company_name, domain, headcount, funding_round, hq, company_fit_evidence, active_hiring_evidence, source, status.
# Paste into Claude Code, Cursor, or Codex.
$ Use the deepline-plays skill to run the Deepline play "Structured Company Discovery" (https://deepline.com/p/deepline/structured-company-discovery). Inputs: target_count, hq_country, funding_rounds, employee_count_min, employee_count_max, categories, hiring_keywords, include_hiring_evidence. Outputs: hiring_evidence, company_name, domain, headcount, funding_round, hq, company_fit_evidence, active_hiring_evidence, source, status. # describe the play deepline plays describe prebuilt/structured-company-discovery --json # run it on your data deepline plays run prebuilt/structured-company-discovery --input '{"target_count":"<value>","hq_country":"<value>","funding_rounds":"<value>","employee_count_min":"<value>","employee_count_max":"<value>","categories":"<value>","hiring_keywords":"<value>","include_hiring_evidence":"<value>"}' --watch # change it: fork the source, edit, then check deepline plays get prebuilt/structured-company-discovery --source --out structured-company-discovery.play.ts deepline plays check structured-company-discovery.play.ts Play spec (JSON): https://deepline.com/api/v2/shared-plays/prebuilt-structured-company-discovery
Version
v1 · Shared June 2026 · Unlisted page