Haystacks internal

LinkedIn Sales Navigator scrape pipeline. Chrome extension captures a Sales Nav page; the API enriches each lead with email + company data and drops the result into HubSpot / Reply.io.

API

https://api.haystacks.coframe.xyz — FastAPI on ECS Fargate (us-west-2)

POST /process     {html, url?}  →  CSV (Content-Disposition: attachment)
GET  /healthz                   →  {"ok": true}
GET  /                          →  service info

Auth: shared secret in X-API-Key header.

Chrome extension

Sideload from haystacks/frontend/ in the growth-engine monorepo.

  1. Open chrome://extensions → Developer mode
  2. Load unpacked → pick haystacks/frontend/
  3. Pin the extension, navigate to a Sales Nav page, click the icon

Source