Input Analyzer

Input Analyzer

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

DEVELOPER_TOOLSOPEN_SOURCEApify

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:

1{
2	"countryCode": {
3		"es": 3
4	},
5	"city": {
6		"madrid": 3
7	},
8	"searchStringsArray": {
9		"nightclub": 1,
10		"hotel": 1,
11		"restaurant": 1,
12		"cafe": 1,
13		"pub": 1
14	},
15	"zoom": {
16		"13": 3
17	},
18	"exportPlaceUrls": {
19		"true": 2,
20		"false": 1
21	},
22	"language": {
23		"en": 3
24	},
25	"oneReviewPerRow": {
26		"false": 3
27	},
28	"reviewsSort": {
29		"newest": 3
30	},
31	"reviewsTranslation": {
32		"originalAndTranslated": 3
33	},
34	"proxyConfig": {
35		"useApifyProxy": {
36			"true": 3
37		},
38	},
39	"allPlacesNoSearchAction": {
40		"": 3
41	}
42}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!