Company Products API — Pricing & Plan Extraction: AI 大语言模型

Extract a company's products, plans, and prices from its own site by domain or a direct pricing-page URL, from a single MuAPI endpoint. Extract a company's products, plans, and prices from its own site by domain or a direct pricing-page URL.

Interactive model controls

Extract a company's products, plans, and prices from its own site by domain or a direct pricing-page URL.

📝

概览

关于此模型

Company Products reads a company's own pricing or product page and returns structured rows — name, price, currency, billing frequency, pricing model, features, and audience — for competitor pricing monitoring, pricing/free-trial research, and pricing-page change tracking over time.

1Monitor a competitor's pricing and plan changes automatically
2Extract free-trial and plan details from a company's pricing page
3Build a structured pricing comparison across several competitors
4Feed pricing data into a competitive-intelligence or sales-battlecard workflow
💰

价格与价值

成本分析

muapiapp起价 $0.02 per extraction (reserved; settled down to actual cost)

Company products/plans/定价 extraction with a normalized, structured JSON response.

** 竞品价格根据相似模型架构和使用层级估算。

⚙️

技术详情

配置参数

域名string

Company domain (e.g. stripe.com). The crawler finds the pricing page itself. Provide exactly one of domain or direct_url.

默认值stripe.com
Direct Urlstring

A specific pricing or product page URL to parse instead of letting the crawler find one. Provide exactly one of domain or direct_url.

默认值-
📖

实施指南

开发者文档

How to Use Company Products

  1. Provide a domain or a direct_url: domain for a bare company domain (e.g. stripe.com) — the crawler finds the pricing page itself; direct_url to parse one specific page instead. Provide exactly one.
  2. Read the result: structured product/plan rows with name, price, currency, billing frequency, pricing model, features, and audience.
curl -X POST https://api.muapi.ai/api/v1/company-products \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "domain": "stripe.com"
  }'

常见问题

常见问答

What's the difference between domain and direct_url?

domain lets the crawler find the pricing/product page on its own from a bare company domain. direct_url parses one specific page you already know, skipping page discovery. Provide exactly one.

Does this track price changes over time automatically?

No — each call is a point-in-time snapshot. Run it on a schedule and diff the results yourself to detect changes.

What if no pricing page is found?

The request fails with a no-match error and is not charged; try direct_url with the exact pricing page instead.