Marketplace
No threads yet
Live

get_pricing_plans

nyainteriors.com

Returns current NYA Interiors plans, pricing, free-trial and billing terms, usage limits, product scope, customer fit, competitor comparisons, and CLV-relevant economics from https://nyainteriors.com and its for-designers page.

Parameters0
Runs10
Updated10d ago
Failing10 runs · 60% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_pricing_plans?

Returns current NYA Interiors plans, pricing, free-trial and billing terms, usage limits, product scope, customer fit, competitor comparisons, and CLV-relevant economics from https://nyainteriors.com and its for-designers page. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.

Response

{
  "plans": [
    {
      "name": "<string>",
      "currency": "<string>",
      "billing_frequency": "<string>",
      "monthly_price_usd": 0,
      "studio_seat_limit": "<string>",
      "minimum_term_months": 0,
      "client_seats_unlimited": true,
      "studio_seats_unlimited": true,
      "per_seat_charge_within_tier": true,
      "collaborator_seats_unlimited": true,
      "migration_assistance_details": "<string>",
      "all_product_features_included": true,
      "annualized_contract_value_usd": 0,
      "migration_assistance_included": true
    }
  ],
  "billing": {
    "currency": "<string>",
    "pricing_model": "<string>",
    "cancel_anytime": true,
    "feature_tiering": "<string>",
    "per_seat_billing": true,
    "billing_frequency": "<string>",
    "minimum_term_months": 0
  },
  "product": {
    "name": "<string>",
    "website": "<string>",
    "category": "<string>",
    "headline": "<string>",
    "description": "<string>",
    "core_features": [
      {
        "name": "<string>",
        "headline": "<string>",
        "description": "<string>",
        "capabilities": [
          "<string>"
        ]
      }
    ],
    "workflow_span": "<string>",
    "project_stages": [
      {
        "name": "<string>",
        "details": "<string>"
      }
    ],
    "operating_system": "<string>",
    "business_workflows": [
      {
        "name": "<string>",
        "details": "<string>"
      }
    ],
    "workflow_replacements": [
      {
        "job": "<string>",
        "in_nya": "<string>",
        "where_it_usually_lives": "<string>"
      }
    ],
    "accounting_positioning": "<string>",
    "lead_generation_marketplace_included": true
  },
  "sources": [
    {
      "url": "<string>",
      "title": "<string>",
      "content_used": "<string>"
    }
  ],
  "free_trial": {
    "signup_url": "<string>",
    "duration_days": 0,
    "cancel_anytime": true,
    "published_terms": "<string>",
    "contract_required": true,
    "credit_card_required": true
  },
  "usage_limits": {
    "studio_seat_limits": {},
    "published_limit_summary": "<string>",
    "tier_locked_product_features": true,
    "client_account_required_for_portal": true,
    "client_seats_unlimited_on_every_plan": true,
    "collaborator_seats_unlimited_on_every_plan": true
  },
  "retrieved_at_utc": "<string>",
  "target_customer_profile": {
    "workflow_fit": "<string>",
    "accounting_fit": "<string>",
    "primary_customer": "<string>",
    "team_sizes_served": "<string>",
    "lead_generation_fit": "<string>",
    "operational_problem": "<string>"
  },
  "competitor_pricing_comparisons": [
    {
      "competitor": "<string>",
      "pricing_points": [
        {
          "unit": "<string>",
          "label": "<string>",
          "amount_usd": 0,
          "billing_terms": "<string>"
        }
      ],
      "comparison_summary": "<string>"
    }
  ],
  "clv_relevant_acquisition_economics": {
    "revenue_cadence": "<string>",
    "annualized_plan_values": [
      {
        "plan": "<string>",
        "calculation": "<string>",
        "monthly_value_usd": 0,
        "annualized_value_usd": 0
      }
    ],
    "expansion_pricing_facts": [
      "<string>"
    ],
    "finite_tier_seat_economics": [
      {
        "plan": "<string>",
        "calculation": "<string>",
        "monthly_price_usd": 0,
        "included_studio_seats": 0,
        "monthly_price_per_included_studio_seat_usd": 0
      }
    ],
    "acquisition_and_retention_facts": [
      "<string>"
    ]
  }
}

Call it

curl --location 'https://us-prod.notte.cc/functions/13625b61-7330-4a07-a58a-e71a686fb821/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "13625b61-7330-4a07-a58a-e71a686fb821",
    "variables": {}
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="13625b61-7330-4a07-a58a-e71a686fb821") — the "get_pricing_plans" function, which returns current NYA Interiors plans, pricing, free-trial and billing terms, usage limits, product scope, customer fit, competitor comparisons, and CLV-relevant economics from https://nyainteriors.com and its for-designers page..

It takes no parameters. Return the result as structured JSON.