Company Products API — Pricing & Plan Extraction: AI Large Language Models

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
💰

Цены и стоимость

Анализ затрат

muapiappFrom $0.02 per extraction (reserved; settled down to actual cost)

Company products/plans/pricing 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.