Dataset Dedupe + Schema Cleanup
Under maintenancePricing
Pay per usage
Go to Apify Store
Dataset Dedupe + Schema Cleanup
Under maintenanceClean, deduplicate, normalize, and schema-check JSON datasets with a simple structured input.
Dataset Dedupe + Schema Cleanup
Under maintenancePricing
Pay per usage
Clean, deduplicate, normalize, and schema-check JSON datasets with a simple structured input.
JSON records to clean; maximum 5,000 records and 1 MB serialized input.
[ { "id": "1", "email": "test@example.com", "name": "Example User" }, { "id": "1", "email": "test@example.com", "name": "Example User" }]Fields whose values identify duplicate records.
[ "id"]Optional field type requirements: string, number, boolean, or required.
{}