Input Analyzer avatar
Input Analyzer

Pricing

Pay per usage

Go to Apify Store
Input Analyzer

Input Analyzer

Analyze input field variations across any number of actor runs. Works with nested inputs as well.

Pricing

Pay per usage

Rating

5.0

(1)

Developer

Lukáš Křivka

Lukáš Křivka

Maintained by Community

Actor stats

6

Bookmarked

34

Total users

0

Monthly active users

9 months ago

Last modified

Share

Input Analyzer summarizes the occurence of field variations in list of run inputs. It also supports nested values.

Output is an object with counts of each field variation. For example:

{
"countryCode": {
"es": 3
},
"city": {
"madrid": 3
},
"searchStringsArray": {
"nightclub": 1,
"hotel": 1,
"restaurant": 1,
"cafe": 1,
"pub": 1
},
"zoom": {
"13": 3
},
"exportPlaceUrls": {
"true": 2,
"false": 1
},
"language": {
"en": 3
},
"oneReviewPerRow": {
"false": 3
},
"reviewsSort": {
"newest": 3
},
"reviewsTranslation": {
"originalAndTranslated": 3
},
"proxyConfig": {
"useApifyProxy": {
"true": 3
},
},
"allPlacesNoSearchAction": {
"": 3
}
}