# Cold Email Opening Lines in Spanish

**Use case:** 

Write cold email opening lines in Spanish from each prospect's real website. Built for Spanish-language lead lists, with automatic language detection.

## Input

```json
{
  "leads": [
    {
      "websiteUrl": "https://apify.com",
      "companyName": "Constructora Garcia",
      "contactName": "Luis"
    },
    {
      "websiteUrl": "https://crawlee.dev",
      "companyName": "Clinica Dental Sonrisa"
    },
    {
      "websiteUrl": "https://apify.com",
      "companyName": "Inmobiliaria del Valle"
    }
  ],
  "senderContext": "ayudamos a negocios locales a conseguir mas clientes por internet",
  "tone": "casual",
  "language": "es",
  "variantsPerLead": 2,
  "maxLeads": 500
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "icebreaker_1": {
    "label": "Icebreaker 1",
    "format": "text"
  },
  "icebreaker_2": {
    "label": "Icebreaker 2",
    "format": "text"
  },
  "icebreaker_3": {
    "label": "Icebreaker 3",
    "format": "text"
  },
  "fact_used": {
    "label": "Fact used",
    "format": "text"
  },
  "confidence": {
    "label": "Confidence",
    "format": "text"
  },
  "signal_source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Icebreaker Generator - Personalized Cold Email First Lines](https://apify.com/jurassic_jove/icebreaker-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jurassic_jove/icebreaker-generator) to learn more, explore other use cases, and run it yourself.