{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://keiro.cloud/#organization",
            "name": "Keiro",
            "url": "https://keiro.cloud",
            "logo": {
                "@type": "ImageObject",
                "url": "https://blogs.keiro.cloud/logo.svg",
                "width": 512,
                "height": 512
            },
            "sameAs": [
                "https://twitter.com/keirolabs",
                "https://github.com/keirolabs",
                "https://linkedin.com/company/keirolabs"
            ],
            "contactPoint": {
                "@type": "ContactPoint",
                "contactType": "customer support",
                "url": "https://keiro.cloud/dashboard/support"
            }
        },
        {
            "@type": "WebSite",
            "@id": "https://blogs.keiro.cloud/#website",
            "url": "https://blogs.keiro.cloud",
            "name": "Keiro Blog",
            "description": "AI Search API insights, tutorials, and comparisons for developers",
            "publisher": {
                "@id": "https://keiro.cloud/#organization"
            },
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://blogs.keiro.cloud/?q={search_term_string}"
                },
                "query-input": "required name=search_term_string"
            },
            "inLanguage": "en-US"
        },
        {
            "@type": "SoftwareApplication",
            "@id": "https://keiro.cloud/#product",
            "name": "Keiro API",
            "applicationCategory": "DeveloperApplication",
            "operatingSystem": "Web API",
            "description": "Cost-effective AI search API for web search, research, and content extraction. 10x cheaper than Exa, 13x cheaper than Tavily.",
            "url": "https://keiro.cloud",
            "offers": [
                {
                    "@type": "Offer",
                    "name": "Keiro Lite",
                    "price": "5.99",
                    "priceCurrency": "USD",
                    "description": "10,000 API requests per month"
                },
                {
                    "@type": "Offer",
                    "name": "Keiro Essential",
                    "price": "14.99",
                    "priceCurrency": "USD",
                    "description": "50,000 API requests per month"
                },
                {
                    "@type": "Offer",
                    "name": "Keiro Pro",
                    "price": "24.99",
                    "priceCurrency": "USD",
                    "description": "200,000 API requests per month"
                }
            ],
            "featureList": [
                "Web Search API",
                "Semantic Search",
                "Research API",
                "Content Extraction",
                "Batch Processing",
                "50% Cache Discount"
            ],
            "provider": {
                "@id": "https://keiro.cloud/#organization"
            }
        },
        {
            "@type": "ItemList",
            "@id": "https://blogs.keiro.cloud/#article-list",
            "name": "Keiro Blog Articles",
            "itemListOrder": "https://schema.org/ItemListOrderDescending",
            "numberOfItems": 5,
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "url": "https://blogs.keiro.cloud/keiro-vs-exa-complete-comparison-2025/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "url": "https://blogs.keiro.cloud/keiro-vs-tavily-web-search-api-comparison/"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "url": "https://blogs.keiro.cloud/building-rag-pipelines-with-keiro-complete-guide/"
                },
                {
                    "@type": "ListItem",
                    "position": 4,
                    "url": "https://blogs.keiro.cloud/best-web-scraping-apis-for-ai-agents-2025/"
                },
                {
                    "@type": "ListItem",
                    "position": 5,
                    "url": "https://blogs.keiro.cloud/ai-chatbots-need-real-time-web-data-keiro-api/"
                }
            ]
        }
    ]
}