match_company_intel
Extracts verifiable company facts from job postings and generates a research checklist for items needing further investigation.
Instructions
Derive company intelligence from job postings + produce research checklist.
Only asserts facts derivable from the provided postings (open_roles_count,
locations, remote_ratio, tech_tags). Everything else (Glassdoor rating,
funding, layoff signals, visa sponsorship) is placed in a research_checklist
with status "to_research" — never fabricated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | Company name. | |
| jobs | No | Optional list of JobPosting objects for this company. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | ||
| derived | No | ||
| research_checklist | No | ||
| notes | No |