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]](https://images.apifyusercontent.com/KiqBxjT2_LQBFnrRMoK0vEOhXkBkv87rpVi26IM_X7c/rs:fill:250:250/cb:1/aHR0cHM6Ly9hcGlmeS1pbWFnZS11cGxvYWRzLXByb2QuczMudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vQ0UzdXRQY05XdzNMYjAyS3AtYWN0b3ItQW1pYlZzc1dOYVdtOEw0SEctT3ZpQk1nQmt3Vi1zZW9fc2FsZXNfaWNvbl8xNzg1MDU5OTE2NDUxLmpwZw.webp)

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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
๐ B2B Website SEO Meta, Sales Intelligence & Design Auditor
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
- ๐ฏ Automated Cold Pitch Reasons
- ๐ฅ Input Parameters
- ๐ค Output Dataset Example
- ๐ป Integration Examples
- ๐ณ Pricing & Pay-Per-Event
- โ Frequently Asked Questions
๐ 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
| Parameter | Type | Default | Description |
|---|---|---|---|
domainsText | String | Required | List of domain names or URLs separated by newlines. |
maxThreads | Integer | 15 | Parallel execution threads. |
timeout | Integer | 10 | Request 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 ApifyClientclient = 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.