search_google_xray
Google X-Ray search for public LinkedIn profiles via Google operators (site:linkedin.com/in). Useful when you don't want to consume LinkedIn search limits, and it CAN target a specific person (put the name/company in keywords). Found profiles are saved into your contacts (in a 'Google X-Ray' list, deduplicated by profile URL). Returns JSON { found, saved, rejected_low_quality, contacts, … } where each item in contacts has contact_id, full_name, profile_url (note: this tool returns contacts/profile_url, unlike search_linkedin_people which returns results/linkedin_url). Saved leads are UNVERIFIED cached snippets — run enrich_contacts before trusting the current company. To move them into the CRM, add them to a campaign with add_contacts_to_campaign (auto-creates CRM leads) or use a CRM tool like set_deal_stage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-100, default 10) | |
| jobTitle | Yes | Job title to search for | |
| keywords | No | Additional keywords to include in search. Optional. | |
| location | No | Location filter (e.g. 'Praha', 'Brno'). Optional. | |
| excludeWords | No | Words to exclude from search. Optional. |