Website Intelligence avatar

Website Intelligence

Pricing

from $100.00 / 1,000 successful api calls

Go to Apify Store
Website Intelligence

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

Alex Jordan

Maintained by Community

Actor 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

  1. Click Try for free on this Actor's page
  2. Enter the website URL you want to analyze
  3. Optionally provide modules to limit the report to specific checks
  4. Click Start and wait for the report to finish
  5. Download results from the Output tab in JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
urlstringWebsite URL to analyze
modulesarrayOptional subset of modules such as meta_tags, json_ld, pixels, tech_stack, social_links, emails, ssl_certificate, response_headers
cachebooleanUse 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

FieldTypeDescription
meta_tagsobjectSEO, Open Graph, Twitter, and related page metadata
json_ldobjectStructured data objects discovered on the website
pixelsobjectTracking pixel detections grouped by provider
tech_stackobjectTechnology detections and GTM signals
social_linksobjectSocial profile links grouped by platform
emailsarrayPublic email addresses found on the website
ssl_certificateobjectSSL certificate details for the site
response_headersobjectUseful HTTP response header information
seo_scoreintegerSEO quality score from 0 to 100
seo_issuesarrayIssues 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.