SEO Meta & Web Design Auditor [Site Audit Scraper] avatar

SEO Meta & Web Design Auditor [Site Audit Scraper]

Pricing

from $4.00 / 1,000 domain seo auditeds

Go to Apify Store
SEO Meta & Web Design Auditor [Site Audit Scraper]

SEO Meta & Web Design Auditor [Site Audit Scraper]

Extract Meta Title, Description, H1, OG tags, Schema, CTA Buttons, Demo/Trial intent signals, Testimonials, Case Studies, and automated Web Dev Pitch reasons.

Pricing

from $4.00 / 1,000 domain seo auditeds

Rating

0.0

(0)

Developer

sadique shaikh

sadique shaikh

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

๐Ÿ“ˆ B2B Website SEO Meta, Sales Intelligence & Design Auditor

Apify Actor Pay Per Event

Analyze website SEO meta tags, OpenGraph data, conversion intent signals, social proof elements, and generate automated design scores with personalized cold email pitch angles.


๐Ÿ“Œ Table of Contents


๐ŸŒŸ Key Features

  • ๐Ÿ” SEO Meta Tags: Title, Description, H1 Heading.
  • ๐Ÿ–ผ๏ธ Social Sharing OpenGraph: OG Title, OG Image URL preview.
  • ๐Ÿ“ Structured Data: Schema.org JSON-LD detection.
  • ๐ŸŽฏ Sales Intent Triggers: Detects "Book Demo", "Free Trial", "Request Quote", "Schedule Meeting".
  • ๐Ÿ† Social Proof Verification: Customer Testimonials, Client Logos, Case Studies.
  • ๐ŸŽจ Automated Design Rating: Evaluates visual hierarchy and layout style (Score 1 to 5).
  • ๐Ÿ“ฑ Mobile Responsiveness Check: Viewport tag analysis.
  • ๐Ÿ“„ 1-Page Brochure Site Detection: Identifies minimal single-page websites.

๐ŸŽฏ Automated Cold Pitch Reasons

The engine automatically produces cold outreach pitch reasons:

  • Missing Mobile Viewport Tag -> "Website is not mobile responsive"
  • Missing HTTPS SSL -> "Website lacks secure HTTPS SSL certificate"
  • Single Page Site -> "Minimal 1-page site needs multi-page conversion funnel"
  • Outdated Layout -> "Design score 1/5 - strong candidate for web redesign pitch"

๐Ÿ“ฅ Input Parameters

ParameterTypeDefaultDescription
domainsTextStringRequiredList of domain names or URLs separated by newlines.
maxThreadsInteger15Parallel execution threads.
timeoutInteger10Request timeout per URL in seconds.
{
"domainsText": "stripe.com\nshopify.com",
"maxThreads": 15,
"timeout": 10
}

๐Ÿ“ค Output Dataset Example (JSON)

{
"domain": "example.com",
"status": "Online",
"load_time_sec": 1.20,
"seo_title": "Enterprise B2B Software Solutions",
"seo_description": "Transform your sales pipeline with automated intelligence.",
"seo_h1": "Accelerate Sales Growth",
"og_title": "Enterprise B2B Software",
"og_image": "https://example.com/og-preview.png",
"has_schema_org": true,
"has_cta_buttons": true,
"intent_book_demo": true,
"intent_free_trial": true,
"intent_request_quote": false,
"social_proof_testimonials": true,
"design_score": 4,
"design_style": "Modern",
"is_1_page_website": false,
"responsive_mobile": true,
"pitch_web_dev": false,
"pitch_reasons": []
}

๐Ÿ’ป Integration Examples

Node.js / JavaScript

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({ token: 'YOUR_API_KEY' });
const run = await client.actor('validatormails/b2b-seo-sales-audit-scraper').call({
domainsText: 'stripe.com\nshopify.com',
maxThreads: 15
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient('YOUR_API_KEY')
run = client.actor('validatormails/b2b-seo-sales-audit-scraper').call(run_input={
'domainsText': 'stripe.com\nshopify.com',
'maxThreads': 15
})
for item in client.dataset(run['defaultDatasetId']).iterate_items():
print(item)

๐Ÿ’ณ Pricing & Pay-Per-Event (PPE)

  • $0.0050 per domain processed ($5.00 per 1,000 domains).
  • You only pay for successful website audits.