001 REAL-TIME PRICING INTEL

Your competitors raised prices last week.
You didn't know.

10x cheaper than Kompyte. Built for agents, not analysts.

PriceParse tells you the moment SaaS pricing changes. Plug one API into your CRM, your Slack, or your agent stack and watch the market in real time.

100 free calls. No card. 30 seconds to your first response.

1 API call. 14 second response.
Tracks 47+ SaaS markets.
Works in Claude, Cursor, n8n, Make.
POST /v1/diff
$ curl https://api.priceparse.com/v1/diff \ -H "Authorization: Bearer pk_live_..." \ -d '{"url": "https://linear.app/pricing"}' # 2.1s response { "summary": "Business tier rose from $14 to $16 (+14%). Free tier issue limit cut from 250 to 200. New Enterprise tier added at $50.", "days_since_last_change": 6, "tier_changes": [...], "confidence": 0.95 }
002 THE DIFFERENCE

The difference one API makes.

Without PriceParse
  • You hear about pricing changes from a sales call.
  • A prospect mentions a competitor and you Google their page mid-meeting.
  • You build a scraper. It breaks two weeks later.
  • Your competitive intel is a Notion doc from Q2.
  • You guess what the market is doing.
With PriceParse
  • Slack pings you the minute a competitor moves.
  • Your CRM enriches every prospect with their current stack pricing.
  • One API. Zero scraper maintenance.
  • Your competitive intel updates itself, every day, in JSON.
  • You know what the market is doing. Before they do.
003 WHAT IT DOES

Three calls. One source of truth.

i.

Catch every price change.

Send any pricing URL. Get a structured diff and a one-sentence English summary the moment something moves. Pipe it to Slack, your CRM, or your agent loop.

POST /v1/diff {"url": "https://hubspot.com/pricing"} Result: Pro tier +€20 (+18%). Enterprise Plus added. AI add-on quietly removed from Starter.
ii.

See your whole market at once.

Ask for an industry. Get pricing trends across every tracked company in that space. Average increases, new tier launches, feature shifts, all in one JSON object.

GET /v1/pulse?industry=crm Result: 47 companies tracked. 12 price increases this month. Avg +14.3%. 5 new AI tiers launched.
iii.

Build it once. It works everywhere.

REST. MCP. No SDK lock-in. PriceParse drops into Claude, Cursor, n8n, Make, LangChain, or anywhere your team already works.

# Same API. Any environment. result = priceparse.diff(url=competitor) slack.post(f"Market alert: {result.summary}")
004 THE API

One endpoint. One JSON schema.

No SDK to install. No configuration to debug. The shape of the response is the same whether you ask for Linear or Datadog. Hub pages (AWS, Salesforce) self-flag with a 422 instead of returning garbage.

Request
shell
$ curl -X POST \ https://api.priceparse.com/v1/extract \ -H "Authorization: Bearer pk_live_…" \ -H "Content-Type: application/json" \ -d '{ "url": "https://hubspot.com/pricing" }'
Response · 200 OK
application/json
{ "tiers": [ { "name": "Starter", "price": 20, "currency": "EUR", "billing_cycle": "monthly", "features": [ "Email marketing", "Live chat" ], "limits": { "contacts": 1000, "users": 2 } } ], "addons": [], "confidence": 0.94 }
005 PRICING

Pricing that scales with your watchlist.

Every plan includes every endpoint. You pay for volume, not features.

Free
Best for testing the API and shipping a prototype.
0forever
No card required.
50 extractions / month
  • All endpoints unlocked
  • REST + MCP access
  • Same model as paid plans
Start free
Hobby
For solo builders and small teams.
29/mo
Billed monthly.
1,000 extractions / month
  • Full API access, MCP server
  • /diff and /history endpoints
  • Email support
Start Hobby
Scale
For agencies and high-volume agents running automated workflows.
299/mo
Billed monthly.
20,000 extractions / month
  • Everything in Team
  • SLA + custom integrations
  • Dedicated Slack channel
Talk to us

The more you use, the cheaper it gets. Scale costs half the per-extraction price of Hobby.

Failed calls are free. All plans include REST + MCP server access.

005.5 THE MATH

Why this costs less than your time.

A RevOps engineer at €100 per hour spends 2 to 4 hours per week manually checking 50 competitor pricing pages. That is roughly €1,200 per month of engineering time spent on a job an API should do.

PriceParse Hobby is €29 per month. The math takes care of itself.

006 FAQ

Questions we hear a lot.

I already have a scraper. Why would I pay for this?

Because scrapers break. Pricing pages get redesigned every quarter. PriceParse handles dynamic JavaScript, bot detection, layout drift, and LLM-grade extraction so your team never opens a DevTools tab again. You also get diff and pulse, which a scraper alone cannot produce.

How is this different from Crayon, Klue, or Kompyte?

Those are dashboards for human analysts. PriceParse is an API for builders and agents. They cost €30k per year. We cost €19 per month. Different audience, different price, different layer of the stack. Stack them if you want.

My industry is not on your pulse list. Can I get it added?

Yes. Email info@priceparse.com with five example competitor URLs. We turn around custom industries in 48 hours on Team and Scale plans.

How accurate is the extraction?

F1 score of 0.97 across 50 tested SaaS pricing pages. Every response includes a confidence field. If we are not sure, you will know.

What happens when I hit my monthly limit?

We return a clean 429 with your reset date. No surprise charges. No silent overage billing. You upgrade when you are ready.

Do you work with non-SaaS pricing?

We are tuned for SaaS. We can extract e-commerce, marketplaces, and physical product pricing, but accuracy drops. Try us on the free tier and judge for yourself.

007 SHIP TODAY

Your market moves every week. Start watching it.

100 free API calls. No credit card. Live in 30 seconds.