PloidDocs
CLI

Search

Run fast people search with optional title, company, and location filters.

Search people

ploid search "AI security founders in San Francisco" \
  --limit 25 \
  --type auto
ploid search "revenue leaders" \
  --title "VP Sales" \
  --company "developer tools" \
  --location "New York"
OptionValues
--title <title>Job-title filter
--company <company>Current-company filter
--location <location>Location filter
--limit <n>1100; default 25
--type <type>instant, auto, or deep; default auto

Put --json before the command for machine-readable output.

ploid --json search "revenue leaders at developer-tool startups"

Errors and limits

Search is limited to 100 results per call and to 30 calls per minute and 300 per hour, plus the organization/API-key bucket. A timeout or temporary search failure exits with status 2; retry it with bounded backoff. People Sets are a private preview and are not currently available through the CLI. See CLI errors & rate limits.

On this page