Diff Dataset Fields
Pricing
Pay per usage
Go to Apify Store
Diff Dataset Fields
Compare changes in text fields between two datasets. Monitor new and updated content on websites.
0.0 (0)
Pricing
Pay per usage
1
18
5
Last modified
a year ago
Pricing
Pay per usage
Compare changes in text fields between two datasets. Monitor new and updated content on websites.
0.0 (0)
Pricing
Pay per usage
1
18
5
Last modified
a year ago
fieldToMapBy
stringOptional
Field used to find which items should be matched for comparison. Usually some identifier like url
or id
.
Default value of this property is "url"
fieldsToDiff
arrayOptional
Fields that will be compared between matched items. Usually fields like text
, description
, markdown
.
outputTypes
arrayOptional
Which items should be pushed to the default dataset
Default value of this property is ["new","removed","updated","unchanged"]
outputDatasetId
stringOptional
Enables storing the diff items into a separate dataset. Useful for tracking historical changes or integration workflows.
onlyLoadStoreDiffedFields
booleanOptional
If enabled, only the fields specified in fieldsToDiff
and fieldToMapBy
will be loaded and stored in the output diff dataset. This helps to reduce storage costs and make the run faster.
Default value of this property is false