Website Intelligence
Pricing
from $100.00 / 1,000 successful api calls
Website Intelligence
Analyze any website for SEO, tech stack, social links, emails, metadata, and tracking signals.
Pricing
from $100.00 / 1,000 successful api calls
Rating
0.0
(0)
Developer
Alex Jordan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
What does Website Intelligence do?
Website Intelligence runs multiple website analysis modules in one call and returns a combined report with meta tags, JSON-LD, tracking pixels, tech stack, social links, emails, SSL certificate data, response header signals, and an overall SEO score.
Built on the Apify platform, this Actor gives you a consolidated website audit that works well with Apify scheduling, webhooks, and downstream automations.
Why use Website Intelligence?
- Competitive research — Profile a company website in one run instead of chaining multiple tools together
- Lead enrichment — Add website signals, technologies, and contact details to company records
- SEO audits — Review metadata, technical signals, and common issues from a single report
- Sales intelligence — Spot GTM signals, buying indicators, and contact opportunities faster
- Workflow simplification — Replace multiple point lookups with one structured response
How to use Website Intelligence
- Click Try for free on this Actor's page
- Enter the website URL you want to analyze
- Optionally provide
modulesto limit the report to specific checks - Click Start and wait for the report to finish
- Download results from the Output tab in JSON, CSV, or Excel
Input
| Field | Type | Required | Description |
|---|---|---|---|
url | string | ✅ | Website URL to analyze |
modules | array | ❌ | Optional subset of modules such as meta_tags, json_ld, pixels, tech_stack, social_links, emails, ssl_certificate, response_headers |
cache | boolean | ❌ | Use cached result if available (default true) |
Example input:
{"url": "https://stripe.com","modules": ["meta_tags", "tech_stack", "emails"]}
Output
Example output:
{"meta_tags": {"title": "Stripe | Financial Infrastructure for the Internet","description": "Millions of businesses use Stripe..."},"json_ld": {"count": 2},"pixels": {"gtm": ["GTM-XXXXXX"]},"tech_stack": {"technologies": [{ "name": "Cloudflare", "category": "CDN", "confidence": 0.99 }],"gtm_signals": {"company_stage": "Growth"}},"social_links": {"linkedin": ["https://www.linkedin.com/company/stripe"]},"emails": [{ "email": "press@stripe.com", "source_url": "https://stripe.com/press" }],"ssl_certificate": {"issuer": "Let's Encrypt"},"response_headers": {"server": "cloudflare"},"seo_score": 88,"seo_issues": [],"meta": { "cache_hit": false, "execution_time_ms": 1800 }}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
Data fields
| Field | Type | Description |
|---|---|---|
meta_tags | object | SEO, Open Graph, Twitter, and related page metadata |
json_ld | object | Structured data objects discovered on the website |
pixels | object | Tracking pixel detections grouped by provider |
tech_stack | object | Technology detections and GTM signals |
social_links | object | Social profile links grouped by platform |
emails | array | Public email addresses found on the website |
ssl_certificate | object | SSL certificate details for the site |
response_headers | object | Useful HTTP response header information |
seo_score | integer | SEO quality score from 0 to 100 |
seo_issues | array | Issues identified during the SEO analysis |
Pricing / Cost estimation
$0.10 per successful API call on Apify.
- 200 successful Apify runs = $20.00
FAQ & Support
Known limitations: Very large or JavaScript-heavy websites may return partial results for some modules depending on upstream site behavior.
Need help? Open an issue in the Issues tab or contact the support team for custom solutions.