All notable changes to this project will be documented in this file.
- 1000 companies/run - API mode batch increased from 100 to 1000
- 7 integration examples - Lambda (Python/Node), GCP Functions, Glue, ECS, Docker, GitHub Actions, Airflow
- Complete code samples - Ready-to-use templates in
examples/ directory
- OpenAI - Default updated to GPT-4o (from GPT-4o-mini)
- Anthropic - Default updated to Claude Haiku 4.5 (claude-haiku-4-5-20251001)
- Bedrock - Inference profile: us.anthropic.claude-haiku-4-5-20251001-v1:0
- Auto JSON mode detection - OpenAI provider tries structured output, falls back gracefully for older models
- Atomic field parsing - Each field extracted independently across all providers (Anthropic, Bedrock, OpenAI)
- Calculated confidence - Confidence based on response completeness instead of hardcoded values
- outreachAngles support - All providers now extract outreachAngles from LLM responses
- Robust error handling - Better retry logic (502/503), markdown code block stripping, partial data extraction
- Spartan rewrite - Simple English, no jargon, concise
- Video embed - YouTube demo in README
- Integrations page - Complete rewrite with all platform examples
- CRM integrations - Salesforce, HubSpot, Pipedrive via webhooks/Zapier/Make
- Field mapping - Prominent sections in README and docs
- API button - Added to homepage header
- Cleaned up - Removed 4 dev files (QUICKSTART, TESTING, TEST_README, test configs)
- Modular architecture - 17 files: components, hooks, utils, config
- 1,000 records/batch - Up from 100 (10x increase)
- Smart auto-fill - Fuzzy field matching
- Better security - Show/hide keys, local storage only, no PAT required
- Numeric fields fixed - Proper type conversion for Airtable
- Left-sidebar TOC - Professional layout on all pages
- Extension screenshots - Real UI images
- Try buttons - Quick access to Apify + Extension
- Smooth navigation - Anchor links, mobile responsive
- Email verification - Hunter.io domain search (BYOK)
- Social profiles - LinkedIn, Facebook, Twitter URLs
- Email patterns - Detect company email format
- Employee count - Extract from website text
- Founding year - Detect company age
- Industry - Classify into 12 tech categories
- Company stage - Startup, Growth, Enterprise, Public
- Outreach angles - AI-generated talking points (with ICP)
- Airtable integration - Batch, single, and API modes
- Multi-source enrichment - Google Maps + website crawler
- AI lead scoring - Rule-based + LLM (OpenAI, Claude, Bedrock)
- Webhook notifications - n8n, Make, Zapier support
- BYOK architecture - Bring your own LLM keys
- 10 concurrent records - Fast parallel processing
- 3 update modes - Append, overwrite, skip
- Custom field mapping - Input and output fields
- View filtering - Filter by Airtable views/formulas