Crawler Results Deduplicate avatar
Crawler Results Deduplicate
Deprecated

Pricing

Pay per usage

Go to Apify Store
Crawler Results Deduplicate

Crawler Results Deduplicate

Deprecated

This acts takes crawler execution results and deduplicates them.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Petr Cermak

Petr Cermak

Maintained by Community

Actor stats

1

Bookmarked

10

Total users

1

Monthly active users

5 years ago

Last modified

Share

act-crawler-results-deduplicate

This acts takes crawler execution results and deduplicates them.

Example input:

{
"_id": "EXECUTION_ID",
"data": "{
\"compareKey\": \"YOUR_COMPARE_KEY\"
}"
}

The optional "data" attribute must be a stringified JSON and can contain a "compareKey" attribute. This key is used to select an object attribute for comparison. If no key is provided, whole object will be used for comparison. It is expected to be called from a crawler webhook.