Dataset Quality Checker
Pricing
from $40.00 / 1,000 results
Dataset Quality Checker
Validate any Apify dataset for data quality issues. Check emails, URLs, phones, duplicates, and missing fields.
Dataset Quality Checker
Pricing
from $40.00 / 1,000 results
Validate any Apify dataset for data quality issues. Check emails, URLs, phones, duplicates, and missing fields.
You can access the Dataset Quality Checker 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 API & Integrations in Apify Console.
$echo '{< "records": [< {< "name": "Alice Corp",< "email": "alice@example.com",< "phone": "+1-555-123-4567",< "website": "https://alice.com"< },< {< "name": "Bob Inc",< "email": "bob@example.com",< "phone": "5559876543",< "website": "bob.com"< },< {< "name": "",< "email": "invalid-email",< "phone": "123",< "website": "not-a-url"< }< ],< "datasetId": "",< "apifyToken": "",< "emailFields": [< "email",< "emails",< "contact.email",< "emailAddress"< ],< "urlFields": [< "url",< "website",< "websiteUrl",< "contact.website",< "link"< ],< "phoneFields": [< "phone",< "phoneNumber",< "contact.phone",< "telephone"< ],< "nameFields": [< "name",< "companyName",< "businessName",< "title",< "business_name"< ],< "duplicateCheckFields": [< "email",< "url",< "phone",< "name"< ],< "maxRecords": 50000<}' |<apify call riad_h/dataset-quality-checker --silent --output-datasetThe Apify CLI is the official tool that allows you to use Dataset Quality Checker 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: