-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature
SecretAIRY has an OpenClaw integration stub (backend/app/services/research/openclaw_scrape.py) but the actual OpenClaw API integration needs testing and hardening.
Current State
- ✅ OpenClaw container running (
openclaw-sbx-agent-main) - ✅ Fallback to direct HTTP fetch with HTML stripping
- ✅ Career page URL pattern matching
⚠️ OpenClaw API endpoint discovery needs verification- ❌ LinkedIn profile scraping (LinkedIn blocks most scrapers)
- ❌ Org chart extraction
- ❌ Recruiter email/phone extraction from career pages
What OpenClaw Should Do
- Scrape company career pages — find recruiter contact info, team pages, hiring manager names
- LinkedIn profile enrichment — verify discovered contacts, get current titles, mutual connections
- Company org chart — understand reporting structure to identify decision makers
- Job posting validation — verify a role is still open before calling about it
Architecture
Research Engine
├── Gemini + Google Search (company intel) ✅
├── Exa API (contact discovery on LinkedIn) ✅
└── OpenClaw (deep browser scraping) ⚠️ IN PROGRESS
├── Career page scraper
├── LinkedIn profile enricher
└── Org chart extractor
Labels
feature, openclaw, research
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request