{
    "content": {
        "text": "https:\/\/cochescadiz.com",
        "summary": "A car dealership website showcasing vehicle listings, prices, and specifications in Cádiz, Spain.",
        "keywords": [
            "cars",
            "automobiles",
            "vehicle sales",
            "Cádiz",
            "dealership"
        ],
        "entities": {
            "brands": [
                "Ford",
                "Toyota",
                "Volkswagen"
            ],
            "models": [
                "Focus",
                "Corolla",
                "Golf"
            ],
            "locations": [
                "Cádiz",
                "Andalucia"
            ]
        },
        "links": [
            "https:\/\/cochescadiz.com"
        ],
        "structured_data": {
            "products": [
                {
                    "@type": "Product",
                    "name": "Ford Focus",
                    "productID": "Focus",
                    "description": "Ford Focus available at the dealership in Cádiz.",
                    "offers": {
                        "@type": "Offer",
                        "price": null,
                        "priceCurrency": "EUR",
                        "priceSpecification": null,
                        "availability": "InStock"
                    }
                },
                {
                    "@type": "Product",
                    "name": "Toyota Corolla",
                    "productID": "Corolla",
                    "description": "Toyota Corolla available at the dealership in Cádiz.",
                    "offers": {
                        "@type": "Offer",
                        "price": null,
                        "priceCurrency": "EUR",
                        "priceSpecification": null,
                        "availability": "InStock"
                    }
                },
                {
                    "@type": "Product",
                    "name": "Volkswagen Golf",
                    "productID": "Golf",
                    "description": "Volkswagen Golf available at the dealership in Cádiz.",
                    "offers": {
                        "@type": "Offer",
                        "price": null,
                        "priceCurrency": "EUR",
                        "priceSpecification": null,
                        "availability": "InStock"
                    }
                }
            ]
        }
    },
    "structure": {
        "@context": "https:\/\/schema.org",
        "@type": "ProductCatalog",
        "products": [
            {
                "@type": "Product",
                "name": "Ford Focus",
                "productID": "Focus",
                "description": "Ford Focus available at the dealership in Cádiz.",
                "offers": {
                    "@type": "Offer",
                    "price": null,
                    "priceCurrency": "EUR",
                    "priceSpecification": null,
                    "availability": "InStock"
                }
            },
            {
                "@type": "Product",
                "name": "Toyota Corolla",
                "productID": "Corolla",
                "description": "Toyota Corolla available at the dealership in Cádiz.",
                "offers": {
                    "@type": "Offer",
                    "price": null,
                    "priceCurrency": "EUR",
                    "priceSpecification": null,
                    "availability": "InStock"
                }
            },
            {
                "@type": "Product",
                "name": "Volkswagen Golf",
                "productID": "Golf",
                "description": "Volkswagen Golf available at the dealership in Cádiz.",
                "offers": {
                    "@type": "Offer",
                    "price": null,
                    "priceCurrency": "EUR",
                    "priceSpecification": null,
                    "availability": "InStock"
                }
            }
        ]
    },
    "ai_meta": {
        "token_est": 50,
        "chars": 850,
        "crawler_hint": "Automotive dealership product catalog with vehicle listings",
        "richness_score": 0.6,
        "embedding_ready": true
    },
    "reasoning": "Based on the URL and previous classification, the content is a product catalog for a car dealership in Cádiz, Spain. The structured data includes vehicle products with brand and model names, descriptions, and availability. Prices are not specified in the source, so price fields are null but currency is set to EUR. This structure aligns with the ProductCatalog schema type.",
    "link": "https:\/\/data.aisenseapi.com\/\/content\/2026\/05\/04\/content_1777906518_a2587046a76c_posttext.txt"
}