You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enriching leads with socials/email (Instagram, Facebook, email) needs web search — not available today. Add a web-search connector so an enrich step (#94) can look a business up and extract links.
Do
Connector wrapping Google Custom Search (free tier; key + CSE id from vault) and/or SerpAPI, exposing a web_search(query) → results[] tool.
A companion extract step (or map step, #step-library) to pull instagram.com / facebook.com / mailto: from result pages.
Rate-limited + audited; results are best-effort (note precision in output).
Acceptance
An enrich step can take a business name+suburb and populate instagram / facebook / email columns.
Child of #94, child of #84.
Enriching leads with socials/email (Instagram, Facebook, email) needs web search — not available today. Add a web-search connector so an enrich step (#94) can look a business up and extract links.
Do
web_search(query) → results[]tool.instagram.com/facebook.com/mailto:from result pages.Acceptance
instagram/facebook/emailcolumns.