Input Analyzer avatar
Input Analyzer

Pricing

Pay per usage

Go to Store
Input Analyzer

Input Analyzer

Developed by

Lukáš Křivka

Lukáš Křivka

Maintained by Community

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

0.0 (0)

Pricing

Pay per usage

6

Total users

16

Monthly users

3

Runs succeeded

97%

Last modified

3 months ago

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
}
}