WebAnalzer avatar
WebAnalzer

Pricing

from $5.00 / 1,000 results

Go to Apify Store
WebAnalzer

WebAnalzer

complete web technology detection and analysis tool that can analyze single or multiple websites to extract detailed information about their technology stack, business details, and technical characteristics - You can parse OpenAI key for deeper or else it will can scan site from web to get results

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ruturaj Sharbidre

Ruturaj Sharbidre

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Web Analyzer

A comprehensive web technology detection and analysis tool that can analyze websites to extract detailed information about their technology stack, business details, and technical characteristics.

Features

  • Technology Detection: Identifies frameworks, libraries, CMS, analytics, etc.
  • Business Intelligence: Extracts emails, phone numbers, social media profiles.
  • Technical Analysis: SSL info, DNS records, Server IP.
  • SEO Analysis: Meta tags, responsiveness, schema types.
  • API & CLI: Use as a command-line tool or a REST API.

Use Cases

  • Competitor Analysis: Instantly identify the technology stack of competitor websites to understand their infrastructure and capabilities.
  • Lead Generation: Extract contact information including emails, phone numbers, and social media profiles from business websites.
  • SEO & Performance Auditing: Check for essential SEO tags, responsiveness, and server configurations.
  • Security Assessment: Quickly verify SSL certificate details and server IP information.
  • Market Research: Aggregate data on technology adoption trends across a list of target URLs.

Input

The actor accepts the following input configuration:

  • Start URLs: A list of URLs to analyze.
  • Depth: analysis depth ("quick" or "deep").
  • OpenAI API Key (Optional): Your OpenAI API key for enhanced AI-driven summaries and insights.
  • Gemini API Key (Optional): Your Google Gemini API key for alternative AI analysis.

Output

The results are saved in JSON format containing the following structured data:

{
"url": "https://example.com",
"technologies": [
{
"name": "React",
"version": "18.2.0",
"category": "UI Framework",
"confidence": 100
}
],
"company": {
"name": "Example Corp",
"description": "Leading provider of example solutions."
},
"contacts": {
"emails": ["contact@example.com"],
"phones": ["+1-555-0123"],
"socialMedia": {
"twitter": "https://twitter.com/example",
"linkedin": "https://linkedin.com/company/example"
}
},
"technical": {
"server": {
"ip": "192.0.2.1"
},
"certificate": {
"issuer": "DigiCert",
"validTo": "2025-01-01"
}
},
"summary": "This website is a modern web application built with React, hosted on AWS. It allows users to..."
}

License

ISC