# Superlative > Data cleaning, deduplication, and network intelligence tools on Apify. 15 serverless actors for cleaning lead data, deduplicating records, auditing email domains, and scoring prospects. Free to use. Instant API via Standby mode. Available as MCP tools for AI agents. Superlative builds tools for GTM (go-to-market) teams that scrape lead data and need to clean it before outreach. Two product lines: **Superclean** (data cleaning) and **Supernet** (domain/network intelligence), plus **Superlead** (lead scoring). All actors run on the Apify platform and are available via: - Apify MCP Server (mcp.apify.com) for AI agent tool use - Standby HTTP API for sub-second single-item requests - Batch API for processing thousands of items ## Actors - [Superclean Company Names](https://apify.com/superlativetech/superclean-company-names): Normalize company names from CRM and lead exports. Fix casing, strip legal suffixes, abbreviate brands. Input: string[]. Output: {id, input, output, confidence}. Free to use (AI model token costs apply). - [Superclean Job Titles](https://apify.com/superlativetech/superclean-job-titles): Normalize job titles for lead scoring. Fix abbreviations, standardize seniority levels. Input: string[]. Output: {id, input, output, confidence}. Free to use (AI model token costs apply). - [Superclean Person Names](https://apify.com/superlativetech/superclean-person-names): Clean person names for cold email. Fix casing, handle McDonald/O'Brien patterns. Input: string[]. Output: {id, input, output, confidence}. Free to use (AI model token costs apply). - [Superclean Product Names](https://apify.com/superlativetech/superclean-product-names): Clean product names from e-commerce data. Remove promos, prices, SKUs. Input: string[]. Output: {id, input, output, confidence}. Free to use (AI model token costs apply). - [Superclean Places](https://apify.com/superlativetech/superclean-places): Parse and normalize locations. Standardize city, state, country. Input: string[]. Output: {id, input, output, city, stateOrProvince, country, confidence}. Free to use. - [Superclean URLs](https://apify.com/superlativetech/superclean-urls): Normalize URLs. Strip tracking params, fix protocols, extract domains. Input: string[]. Output: {id, input, output, confidence}. Free to use. - [Superclean Phone Numbers](https://apify.com/superlativetech/superclean-phone-numbers): Format and validate phone numbers. Detect type, normalize formats. Input: string[]. Output: {id, input, output, confidence}. Free to use. - [Superclean Emails](https://apify.com/superlativetech/superclean-emails): Validate emails, fix domain typos, detect disposable and free providers, verify MX records. Input: string[]. Output: {id, input, output, isValid, domain, hasMx, isDisposable, isFreeProvider, suggestedFix, confidence}. Free to use. - [Superclean Dedupe](https://apify.com/superlativetech/superclean-dedupe): Deduplicate lead records using fuzzy matching. Exact email/phone, Jaro-Winkler names, token-set companies. Input: {records: object[]}. Output: {id, record, clusterId, clusterSize, isCanonical, duplicateOf, matchScore, matchReasons, confidence}. Free to use. - [Supernet DNS Lookup](https://apify.com/superlativetech/dns-lookup): Query DNS records. A, AAAA, MX, TXT, CNAME, NS, SOA, PTR. Input: {domains: string[]}. Output: DNS records per domain. Free to use. - [Supernet Domain Health](https://apify.com/superlativetech/supernet-domain-health): Email reputation audit. SPF, DKIM, DMARC, blacklists, SSL, MTA-STS, BIMI. Input: {domains: string[]}. Output: {domain, score, band, issues, diagnostics}. Free to use. - [Supernet WHOIS Lookup](https://apify.com/superlativetech/supernet-whois-lookup): Domain registration data. Registrar, dates, nameservers, contact info. Input: {domains: string[]}. Output: 20-field WHOIS record. Free to use. - [HTTP API](https://apify.com/superlativetech/http-api): Make HTTP requests from workflows. Any REST API with headers, auth, payloads. Input: {requests: object[]}. Output: HTTP responses. Free to use. - [OpenRouter BYOK](https://apify.com/superlativetech/open-router): Route messages through 300+ LLMs via OpenRouter. Bring your own API key. Input: {messages: string[], model: string, api_key: string}. Output: LLM responses. Free to use (bring your own OpenRouter key). - [Superlead ICP Scorer](https://apify.com/superlativetech/superlead-icp-scorer): Score leads against your Ideal Customer Profile with AI. 0-100 scoring with fit bands. Input: {leads: object[], icp: string}. Output: {score, band, reasoning}. Free to use (AI model token costs apply). ## Documentation - [Agent Integration Guide](https://superlative.tech/docs/agents/): MCP setup, Standby API, batch API, pipeline examples - [Domain Health Remediation Guide](https://superlative.tech/docs/domain-health/): Fix SPF, DKIM, DMARC, blacklist, and SSL issues ## Apify Store - [Superlative on Apify](https://apify.com/superlativetech): All actors published on the Apify marketplace