Dataset Change Checker
Pricing
$250.00 / 1,000 completed comparisons
Dataset Change Checker
Compare flat datasets with exact field changes, duplicate-key rejection, CSV output, and snapshot-size warnings for reliable automation workflows.
Dataset Change Checker
Pricing
$250.00 / 1,000 completed comparisons
Compare flat datasets with exact field changes, duplicate-key rejection, CSV output, and snapshot-size warnings for reliable automation workflows.
You can access the Dataset Change 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 '{< "before": [< {< "sku": "DEMO-101",< "price": 12.5,< "stock": 8< },< {< "sku": "DEMO-102",< "price": 7,< "stock": 0< },< {< "sku": "DEMO-103",< "price": 4,< "stock": 5< }< ],< "after": [< {< "sku": "DEMO-103",< "price": 4,< "stock": 5< },< {< "sku": "DEMO-101",< "price": 11,< "stock": 6< },< {< "sku": "DEMO-104",< "price": 9,< "stock": 2< }< ],< "keyField": "sku"<}' |<apify call deomnus/dataset-change-checker --silent --output-datasetThe Apify CLI is the official tool that allows you to use Dataset Change 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: