USE CASE — COMPANIES

STEAL YOUR
COMPETITORS'
SEO PLAYBOOK.

Index every page your competitors rank for. Extract their keyword strategy, content structure, and meta patterns — then close the gap fast.

START FOR FREE →
WHAT WE EXTRACT FROM COMPETITOR SITES
🏷️

Title & meta tags

Page title, meta description, OG tags — what they tell search engines

🔤

Heading structure

H1–H6 hierarchy, keyword density, topic clusters

📝

Body content

Full page text for semantic keyword analysis and gap identification

🔗

Internal link anchors

How they structure and label their internal links

HOW IT WORKS
01

List target domains

Add competitor URLs or entire sitemaps. We crawl and extract every indexable page automatically.

02

Build the knowledge base

All content is chunked, embedded, and stored in your searchable index — no setup required.

03

Find keyword gaps

Search "what topics do competitors cover that we don't?" and get specific answers with sources.

04

Build your content plan

Export the insights, feed them into your content calendar, and close the gap systematically.

THE API

ONE SITEMAP.
ENTIRE STRATEGY.

Use the sitemap endpoint to discover all competitor URLs, then bulk-extract them. Every page becomes searchable knowledge — titles, headings, body, meta tags.

Run semantic search across the entire corpus to find content gaps, keyword patterns, and topics you haven't covered yet.

STEP 1 — DISCOVER ALL PAGES

# Get full sitemap
curl -X POST \
  https://api.knowledgesdk.com/v1/sitemap \
  -H "x-api-key: knowledgesdk_live_..." \
  -d '{ "url": "https://competitor.com" }'

// → returns all URLs on the domain

STEP 2 — EXTRACT & INDEX EACH PAGE

# Extract and store for search
for url in urls:
  POST /v1/extract
  { "url": url, "store": true }

# Then search across all content
POST /v1/search
{ "query": "topics they rank for that I don't" }
QUESTIONS YOU CAN ASK
What topics do competitors rank for that I don't cover?
How do they structure their /blog category pages?
What H1 patterns appear most frequently?
Which competitors target 'free' keywords in titles?
What do their meta descriptions have in common?
Which pages target comparison vs brand keywords?

CLOSE THE
SEO GAP.

Free tier available. No credit card required.

GET API KEY →