What problem does it solve? Finding a company's official social profiles is error-prone: search results return similarly named companies, squatted handles, and post URLs instead of profiles, and a wrong URL silently poisons every downstream personalization workflow that scrapes behind it. ## Core Features & Use Cases - Multi-source resolution chain: Combines an internal company database, a company-search API, direct website HTML fetching, a rendering proxy for bot-blocked sites, and SERP search, with cost tags per source. - Mandatory ownership verification: A locked model prompt verifies every candidate that did not come from the company's own website, rejecting decoys, fan pages, employee profiles, and non-profile URLs like instagram.com/p/ or tiktok.com/discover/. - Platform-specific hard rules: X handles require company-site evidence only, batch API results must be chunked to the 25-per-page limit, and HTTP-200 challenge pages are detected by body content rather than status code. - Use Case: Given a list of target company domains for an outbound campaign, produce one canonical LinkedIn, X, Facebook, Instagram, YouTube, and TikTok URL per company, each with an evidence-source column, ready to feed engagement-scraping or ad-library playbooks. ## Quick Start Find the official LinkedIn, Instagram, and TikTok profile URLs for the company at example.com and verify each one belongs to that company.