Website Url Keyword Extractor avatar

Website Url Keyword Extractor

Pricing

from $70.00 / 1,000 results

Go to Apify Store
Website Url Keyword Extractor

Website Url Keyword Extractor

Advanced SEO actor for deep keyword insights from any URL. Features Cloudflare bypass, hybrid scraping, and NLP-driven analysis (RAKE, TF-IDF). Extract LSI, long-tail, and commercial intent keywords. Includes e-commerce modes and visual HTML reports for competitive research and planning.

Pricing

from $70.00 / 1,000 results

Rating

5.0

(2)

Developer

sharjeel akhtar

sharjeel akhtar

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

3

Monthly active users

2 months ago

Last modified

Share

Keyword Extractor Pro - Advanced SEO Analysis Actor ๐Ÿ”

Extract comprehensive keyword insights from any URL with advanced analysis including competition levels, LSI keywords, commercial intent, and more!

โœจ Features

  • ๐ŸŒ Universal URL Support: Works with articles, e-commerce sites, blogs, and general web pages
  • ๐Ÿ›ก๏ธ Cloudflare Bypass: Advanced stealth techniques to bypass Cloudflare and other protections
  • ๐Ÿ”„ Hybrid Scraping Strategy: Smart fallback mechanism that switches to HTTP scraping (got-scraping) if browser automation is blocked
  • ๐ŸŽฏ Dual Extraction Modes:
    • Article Mode: TF-IDF, RAKE, entity extraction, heading analysis
    • E-commerce Mode: Search suggestions, product keywords, category analysis
    • Auto-Detect: Automatically determines the best approach
  • ๐Ÿ“Š Advanced Categorization:
    • Top keywords by frequency
    • Long-tail keywords (3+ words)
    • LSI (semantically related) keywords
    • Competition analysis (high/medium/low)
    • Commercial intent detection
    • Question-based keywords
  • ๐Ÿ“„ Beautiful HTML Reports: Visual reports with charts, tables, and export options
  • ๐Ÿ’พ Multiple Export Formats: JSON, CSV, and interactive HTML

๐Ÿš€ Quick Start

Input Configuration

{
"url": "https://example.com/article-or-product-page",
"extractionMode": "auto",
"maxKeywords": 50,
"analysisDepth": "standard",
"includeSearchSuggestions": true,
"generateReport": true
}

Input Fields

FieldTypeDescriptionDefault
urlStringRequired. The URL to analyze-
extractionModeStringExtraction strategy: auto, article, ecommerce, generalauto
maxKeywordsIntegerMaximum keywords per category (10-200)50
analysisDepthStringAnalysis depth: quick, standard, deepstandard
includeSearchSuggestionsBooleanExtract search autocomplete suggestionstrue
generateReportBooleanGenerate HTML report with visualizationstrue

Advanced Options

{
"advancedOptions": {
"useProxy": true,
"waitForSelector": "article",
"minKeywordLength": 3,
"excludeStopwords": true,
"language": "en",
"customStopwords": ["example", "test"]
}
}

๐Ÿ“Š Output Format

Dataset Output

Each actor run produces a comprehensive JSON object:

{
"url": "https://example.com",
"contentType": "article",
"extractedAt": "2025-12-30T20:47:08Z",
"keywords": {
"topKeywords": [...],
"longTailKeywords": [...],
"lsiKeywords": [...],
"questionKeywords": [...],
"commercialKeywords": [...],
"competitionKeywords": {
"high": [...],
"medium": [...],
"low": [...]
},
"searchSuggestions": [...],
"all": [...]
},
"seoMetrics": {
"totalKeywords": 150,
"uniqueKeywords": 95,
"avgKeywordLength": 2.3,
"competitionBreakdown": {...}
},
"pageMetadata": {
"title": "...",
"metaDescription": "...",
"headingsCount": {...}
},
"reportUrl": "https://api.apify.com/v2/..."
}

Keyword Object Structure

Each keyword includes:

{
"keyword": "example keyword",
"frequency": 5,
"prominence": 85,
"difficulty": 45,
"seoScore": 78,
"competition": "medium",
"isLongTail": false,
"isQuestion": false,
"hasCommercialIntent": false,
"methods": ["rake", "tfidf", "heading"]
}

๐Ÿ“ˆ Use Cases

1. SEO Content Analysis

Analyze your own content to discover keyword opportunities and optimize for search engines.

2. Competitor Research

Extract keywords from competitor pages to understand their targeting strategy.

3. E-commerce Optimization

Capture search suggestions from e-commerce sites to understand customer search behavior.

4. Content Planning

Identify question-based keywords for FAQ sections and long-tail opportunities.

5. PPC Campaign Research

Find commercial intent keywords for paid advertising campaigns.

๐ŸŽจ HTML Report Features

The generated HTML report includes:

  • Executive Summary: Key metrics at a glance
  • Visual Charts: Competition distribution, keyword trends
  • Categorized Tables: Keywords organized by type and importance
  • SEO Insights: Automated recommendations based on analysis
  • Export Options: Download as JSON or print as PDF
  • Responsive Design: Beautiful on all devices

๐Ÿ”ง Technical Details

Extraction Methods

  1. RAKE: Rapid Automatic Keyword Extraction algorithm
  2. TF-IDF: Term Frequency-Inverse Document Frequency scoring
  3. NLP Entities: Named entity recognition (people, places, organizations)
  4. Meta Analysis: Meta tags, title, and description parsing
  5. DOM Analysis: Heading hierarchy and structure
  6. Co-occurrence: LSI keyword detection through semantic relationships

Cloudflare Bypass Techniques

  • User-Agent rotation
  • Navigator property mocking
  • Playwright stealth mode
  • Smart Fallback: Automatic switch to header-mimicking HTTP requests (got-scraping) for stubborn sites
  • Apify proxy integration
  • Cookie and session handling

๐Ÿ“ Examples

Example 1: Analyze a Blog Post

{
"url": "https://techblog.com/ai-trends-2025",
"extractionMode": "article",
"analysisDepth": "deep",
"generateReport": true
}

Example 2: E-commerce Product Page

{
"url": "https://shop.com/products/laptop",
"extractionMode": "ecommerce",
"includeSearchSuggestions": true,
"maxKeywords": 100
}

Example 3: Competitor Analysis

{
"url": "https://competitor.com/services",
"extractionMode": "auto",
"analysisDepth": "deep",
"advancedOptions": {
"useProxy": true,
"language": "en"
}
}

๐Ÿค Support

For issues, questions, or feature requests, please contact support or open an issue in the actor's repository.

๐Ÿ“„ License

Apache-2.0

๐Ÿท๏ธ Keywords

SEO, keyword extraction, keyword research, content analysis, competition analysis, LSI keywords, long-tail keywords, e-commerce SEO, Cloudflare bypass, web scraping, NLP, TF-IDF, RAKE


Made with โค๏ธ for SEO professionals and content marketers