VOOZH about

URL: https://apify.com/lukaskrivka/input-analyzer

โ‡ฑ Input Analyzer ยท Apify


Pricing

Pay per usage

Go to Apify Store

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

42

Total users

1

Monthly active users

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

You might also like

Dynamic Input

useful-tools/dynamic-input

Actor for calling other Actors with dynamic input

26

Keboola Input Mapping

drobnikj/keboola-input-mapping

It parses the input table from Apify <> Keboola extractor and maps the data into another task or actor input.

๐Ÿ‘ User avatar

Jakub Drobnรญk

25

Example Secret Input

apify/example-secret-input

This Apify actor showcases how to use secret fields in the actor input.

Forward Dataset to Actor or Task

valek.josef/forward-dataset-to-actor-or-task

Forwards contents of specified dataset to a specified field on the input of another Actor or task.

๐Ÿ‘ User avatar

Josef Vรกlek

22

Github Users Scraper

getdataforme/github-users-actor

This actor works well and helps to scrape the users on github repository.

24

Related articles

Your Apify Actor's input schema is its UI. Here's how I design mine after 20+ Actors.
Read more