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 →Monthly, annual, per-seat — whatever structure they use
What's included at each tier, what's locked behind paywalls
API rate limits, storage caps, user seats, usage quotas
Freemium details, trial lengths, credit card requirements
Drop in every competitor URL — pricing pages, landing pages, feature pages. As many as you want.
KnowledgeSDK scrapes, extracts, chunks, and embeds all pricing content into a searchable knowledge base.
Ask questions like "who offers a free tier?" or "which plan includes SSO?" and get instant answers.
Re-run extractions on a schedule. Get notified when a competitor changes their pricing.
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