Universal Website Meta Scraper — SEO & Links Analysis avatar

Universal Website Meta Scraper — SEO & Links Analysis

Pricing

$12.99/month + usage

Go to Apify Store
Universal Website Meta Scraper — SEO & Links Analysis

Universal Website Meta Scraper — SEO & Links Analysis

Extract meta data from any website instantly. Get title, description, headings, links, images, OG tags & status code. Perfect for SEO analysis, lead gen, and auditing. No coding required.

Pricing

$12.99/month + usage

Rating

0.0

(0)

Developer

Scrape Pilot

Scrape Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

🌐 Extract complete meta data from any website — Title, Description, Headings, Links, Images, Open Graph tags, and more. Perfect for SEO audits, competitor analysis, lead generation, and website monitoring. No coding required.


✨ Key Features

FeatureDescription
🔍 Deep Meta ExtractionGet title, meta description, H1, H2 headings
🔗 Link AnalysisExtract all outbound links with counts
🖼️ Image ScrapingGet all image URLs with counts
📱 Social Media TagsExtract Open Graph (OG) title & image
🌍 Multi-LanguageDetects website language automatically
Fast & LightweightReturns data in seconds
🛡️ Anti-BlockingUses realistic user-agents & headers
📊 Status CheckReturns HTTP status code (200, 404, etc.)

✅ Output Fields

FieldTypeDescriptionExample
urlStringScraped website URLhttps://example.com
titleStringPage title tagExample Domain
meta_descriptionStringMeta description tagThis domain is for use...
h1StringMain H1 headingWelcome to My Site
h2_headingsArrayAll H2 headings (up to 10)["About", "Services"]
links_countIntegerTotal number of links15
sample_linksArrayFirst 10 links (array)["https://..."]
images_countIntegerTotal number of images5
sample_imagesArrayFirst 5 images (array)["https://..."]
og_titleStringOpen Graph title (Social)Example Domain
og_imageStringOpen Graph image (Social)https://.../image.jpg
languageStringWebsite language codeen-US
status_codeIntegerHTTP status code200
scraped_atStringTimestamp of scraping2026-03-11T15:30:00Z

🚀 How to Use

  1. Enter Website URL
    Paste any website URL (e.g., https://techcrunch.com, https://example.com)

  2. Set Max Pages (Optional)
    Default is 1 page. Increase if you want to scrape multiple URLs (future feature).

  3. Proxy Configuration (Optional)
    Most websites work without proxy. Enable proxy only if you face blocking.

  4. Click Start
    Wait a few seconds and download your dataset.


🧪 Test URLs

Try these URLs to test the actor:

WebsiteURL
Examplehttps://example.com
Tech Newshttps://techcrunch.com
Newshttps://www.bbc.com
Docshttps://apify.com
E-commercehttps://www.amazon.com

📊 Use Cases

Use CaseDescription
🔍 SEO AuditCheck title, meta description, headings
📈 Competitor ResearchAnalyze competitor website structure
🤖 Lead GenerationExtract links & contact pages
📋 Website MonitoringTrack changes in meta tags over time
🔗 Link BuildingFind outbound links for outreach
📱 Social Preview CheckVerify Open Graph tags for Facebook/Twitter
🛒 E-commerce AnalysisCheck product page meta data

💡 Example Output

[
{
"url": "https://techcrunch.com",
"title": "TechCrunch | Startup and Technology News",
"meta_description": "Reporting on the business of technology, startups, venture capital funding, and Silicon Valley",
"h1": "",
"h2_headings": ["Latest News", "Most Popular", "AI", "Startups"],
"links_count": 249,
"sample_links": ["https://techcrunch.com/events/...", "https://techcrunch.com/category/ai/"],
"images_count": 59,
"sample_images": ["https://techcrunch.com/wp-content/..."],
"og_title": "TechCrunch | Startup and Technology News",
"og_image": "https://techcrunch.com/wp-content/.../tc-logo.png",
"language": "en-US",
"status_code": 200,
"scraped_at": "2026-03-11T15:39:04.560066Z"
}
]