What problem does it solve? When you already have a list of target company domains (from Google Maps, competitor research, or a curated account list), manually finding the right decision-makers at each company is slow and unscalable. This Skill automates domain-first contact discovery using the Blitz API. ## Core Features & Use Cases - Domain-to-people enrichment: Batch-processes a CSV or text file of company domains and returns matching employees filtered by title keywords (owner, founder, CEO, VP, etc.). - Structured CSV output: Produces a CSV with names, job titles, LinkedIn URLs, emails, and company firmographics ready for downstream email enrichment or Smartlead upload. - Rate-limit handling: Throttles at 30 requests/second with concurrency 10 and retries 429/5xx errors with exponential backoff. - Use Case: You have 5,000 restaurant domains and need owner contacts. Run the script with title filters like owner,founder,general-manager to produce a contact CSV, then feed it to an email waterfall for missing emails. ## Quick Start Export your BLITZ_API_KEY and ask the assistant to run the find-contacts script against your domains file with your desired title filters and output CSV path.