Web Technology Lookup avatar
Web Technology Lookup
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Web Technology Lookup

Web Technology Lookup

alexey/web-technology-lookup

Identifies technologies on websites, such as CMS, web frameworks, ecommerce platforms, JavaScript libraries, analytics tools and more.

Find out what websites are built with. Know your prospects platform before you talk to them. Improve your conversions with validated market adoption.

Input

Can be any combination of website URLs:

1{
2    "startUrls": [
3        { "url": "https://www.apify.com" }
4    ]
5}

Output

Framework details, i.e.

1[
2	{
3		"url": "https://www.apify.com/",
4		"name": "Sentry",
5		"description": "Sentry is an open-source platform for workflow productivity, aggregating errors from across the stack in real time.",
6		"confidence": 100,
7		"website": "https://sentry.io/",
8		"categories": [
9			"Issue trackers"
10		]
11	},
12	{
13		"url": "https://www.apify.com/",
14		"name": "Algolia",
15		"description": "Algolia offers a hosted web search product delivering real-time results.",
16		"confidence": 100,
17		"website": "http://www.algolia.com",
18		"categories": [
19			"Search engines"
20		]
21	}
22]
Developer
Maintained by Community