Enrichment Quality Auditor
Pricing
Pay per usage
Go to Apify Store
Enrichment Quality Auditor
Pricing
Pay per usage
You can access the Enrichment Quality Auditor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "leads": [< {< "name": "Sarah Chen",< "email": "sarah.chen@acmecorp.com",< "phone": "+1-415-555-0182",< "company": "Acme Corp",< "title": "VP of Sales",< "domain": "acmecorp.com"< },< {< "name": "Bob Smith",< "email": "bob@mailinator.com",< "phone": "5550199",< "company": "Unknown Co",< "title": "",< "domain": ""< },< {< "name": "Maria Lopez",< "email": "m.lopez@betasoft.io",< "phone": "+44 20 7946 0958",< "company": "BetaSoft",< "title": "CTO",< "domain": "betasoft.io"< }< ]<}' |<apify call ryanclinton/enrichment-quality-auditor --silent --output-datasetThe Apify CLI is the official tool that allows you to use Enrichment Quality Auditor locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: