# ExisEcho - Fuzzy Logic Deduplication System > ExisEcho is the world's most flexible and fastest fuzzy logic based deduplication system. Find duplicates in any data source with advanced matching algorithms. ## What is ExisEcho? ExisEcho is a powerful duplicate detection software that uses fuzzy matching algorithms to find similar records in your data. Unlike exact matching, fuzzy matching can identify duplicates even when there are typos, abbreviations, name variations, or formatting differences. ## Key Features - **Trigram Similarity Scoring**: Advanced algorithm that compares text patterns for accurate matching - **Jaro-Winkler Algorithm**: Optimized for short strings like names and codes - **Phonetic Matching**: Finds matches that sound alike (Smith = Smyth) - **Configurable Preprocessing**: 11+ options including synonym expansion, title removal, case normalization - **Multiple Data Sources**: Excel, CSV, SQL Server, PostgreSQL, MySQL, SQLite, and more - **Cross-Source Matching**: Compare records between two different data sources - **High Performance**: Process millions of records efficiently ## Products ### Desktop Application - Windows application for interactive duplicate detection - Visual results with similarity scores - Export to Excel, CSV, or back to database - Download: https://www.fuzzy-logic.com/Downloads ### REST API - Integrate fuzzy matching into your applications - Endpoints: /api/match (single source), /api/compare (cross-source) - Unit-based pricing (1 unit = 2 records) - Documentation: https://www.fuzzy-logic.com/Api ### Playground - Try the matching algorithm free online - No authentication required - Test preprocessing options - URL: https://www.fuzzy-logic.com/Playground ## Preprocessing Options - Equate Synonyms (Bob = Robert, Corp = Corporation) - Remove Honorifics (Mr., Mrs., Dr., etc.) - Remove Punctuation - Remove Articles (the, a, an) - Remove All Blanks - Remove Consecutive Blanks - Remove Digits - Remove Non-Digits - Ignore Case - Ignore Word Order - Phonetic Matching ## Pricing - **Starter**: $99/year - 5,000 API units/month - **Professional**: $299/year - 25,000 API units/month (Most Popular) - **Enterprise**: $599/year - 100,000 API units/month - **Perpetual License**: $799 one-time - Desktop app lifetime license ## API Quick Reference ### Match Endpoint (Find duplicates in single dataset) ``` POST /api/match Header: X-API-Key: your-api-key Body: { "records": [...], "columns": [...], "threshold": 0.7 } ``` ### Compare Endpoint (Cross-match two datasets) ``` POST /api/compare Header: X-API-Key: your-api-key Body: { "sourceRecords": [...], "targetRecords": [...], "columns": [...], "threshold": 0.7 } ``` ## Contact - Website: https://www.fuzzy-logic.com - Email: exisllc@gmail.com - Company: Exis, LLC ## Links - Home: https://www.fuzzy-logic.com/ - Downloads: https://www.fuzzy-logic.com/Downloads - API Documentation: https://www.fuzzy-logic.com/Api - Playground: https://www.fuzzy-logic.com/Playground - Pricing: https://www.fuzzy-logic.com/Purchase - FAQ: https://www.fuzzy-logic.com/Faq - Contact: https://www.fuzzy-logic.com/Contact - Privacy Policy: https://www.fuzzy-logic.com/Privacy - Terms of Service: https://www.fuzzy-logic.com/Terms