USE CASE — COMPANIES

KNOW EVERY
COMPETITOR'S
PRICING BLIND SPOT.

Scrape every competitor pricing page. Auto-build a searchable knowledge base. Ask questions in plain English and find the gaps they missed.

START FOR FREE →
WHAT WE EXTRACT FROM PRICING PAGES
💰

Plan tiers & prices

Monthly, annual, per-seat — whatever structure they use

Feature lists

What's included at each tier, what's locked behind paywalls

🚫

Limits & caps

API rate limits, storage caps, user seats, usage quotas

🎁

Free tiers & trials

Freemium details, trial lengths, credit card requirements

HOW IT WORKS
01

List your competitors

Drop in every competitor URL — pricing pages, landing pages, feature pages. As many as you want.

02

We ingest everything

KnowledgeSDK scrapes, extracts, chunks, and embeds all pricing content into a searchable knowledge base.

03

Search for gaps

Ask questions like "who offers a free tier?" or "which plan includes SSO?" and get instant answers.

04

Stay current

Re-run extractions on a schedule. Get notified when a competitor changes their pricing.

THE API

EXTRACT ONCE.
QUERY FOREVER.

Point the extract endpoint at any pricing page URL. KnowledgeSDK returns structured knowledge — plans, prices, features, limits — ready to search semantically.

Re-run extractions weekly to catch pricing changes. Compare diffs over time.

EXTRACT A COMPETITOR PRICING PAGE

# Step 1 — extract pricing
curl -X POST \
  https://api.knowledgesdk.com/v1/extract \
  -H "x-api-key: knowledgesdk_live_..." \
  -d '{
    "url": "https://competitor.com/pricing",
    "store": true
  }'

SEARCH ACROSS ALL COMPETITORS

# Step 2 — ask questions
curl -X POST \
  https://api.knowledgesdk.com/v1/search \
  -H "x-api-key: knowledgesdk_live_..." \
  -d '{
    "query": "who offers SSO on starter?",
    "limit": 5
  }'

// → ranked results with source URLs
//   and exact matching content
QUESTIONS YOU CAN ASK
Which competitors offer a free tier?
Who includes SSO on their starter plan?
What's the cheapest plan with API access?
Which plans include priority support?
Who has the lowest per-seat pricing above 50 users?
Which competitors mention no credit card required?

FIND THEIR
PRICING GAPS.

Free tier available. No credit card required.

GET API KEY →