@thiagorocha31/data-tools
v0.0.2
Published
Data sourcing abstractions for M&A target research and company intelligence
Readme
@thiagorocha31/data-tools
Data sourcing abstractions for M&A target research and company intelligence.
Installation
npm install @thiagorocha31/data-toolsFeatures
- Data Source Orchestration: Coordinate searches across multiple data sources
- Scraper Base Classes: Build scrapers with browser automation support
- Industry Registry: Configure industry profiles and data source mappings
- Data Quality: Validation, completeness scoring, and duplicate detection
Usage
import {
createOrchestrator,
createRegistry,
validateRecord,
US_STATES,
} from '@thiagorocha31/data-tools';Peer Dependencies
@thiagorocha31/utils>= 0.0.4
