{
  "name": "Argenius",
  "description": "Web development, mobile app development, and digital marketing company in Delhi, India.",
  "url": "https://argenius.in/",
  "contact": {
    "email": "info@argenius.in",
    "phone": "+91-63927-02800",
    "url": "https://argenius.in/contact-us"
  },
  "actions": [
    {
      "id": "contact",
      "name": "Contact Argenius",
      "description": "Send a project enquiry for website, app, or digital marketing services.",
      "method": "GET",
      "url": "https://argenius.in/contact-us",
      "parameters": {
        "type": "object",
        "properties": {
          "service": {
            "type": "string",
            "description": "Requested service",
            "enum": ["Website Development", "Mobile App Development", "SEO & Digital Marketing", "UI/UX Design", "Other"]
          }
        }
      }
    },
    {
      "id": "request-quote",
      "name": "Request a free quote",
      "description": "Open the contact page to request pricing for a website or mobile app.",
      "method": "GET",
      "url": "https://argenius.in/contact-us",
      "parameters": {
        "type": "object",
        "properties": {
          "budget": {
            "type": "string",
            "description": "Approximate project budget in INR"
          },
          "platform": {
            "type": "string",
            "description": "Target platform or project type",
            "enum": ["Website", "Android", "iOS", "Flutter", "Ecommerce", "SEO"]
          }
        }
      }
    },
    {
      "id": "browse-web-services",
      "name": "Browse web development services",
      "description": "View website development services across India.",
      "method": "GET",
      "url": "https://argenius.in/web-development-company-in-india",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "id": "browse-app-services",
      "name": "Browse mobile app development services",
      "description": "View Android, iOS, Flutter, and React Native app development services.",
      "method": "GET",
      "url": "https://argenius.in/mobile-app-development-company-in-india",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "id": "whatsapp",
      "name": "Chat on WhatsApp",
      "description": "Start a WhatsApp conversation with Argenius sales.",
      "method": "GET",
      "url": "https://wa.me/916392702800",
      "parameters": {
        "type": "object",
        "properties": {
          "text": {
            "type": "string",
            "description": "Optional prefilled message"
          }
        }
      }
    }
  ]
}
