# English MyMemory Translation

**Use case:** 

Extract MyMemory Translation data filtered by English. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "texts": [
    "Hello, world!",
    "Good morning",
    "How are you?",
    "Thank you very much",
    "See you soon"
  ],
  "sourceLanguage": "en",
  "targetLanguage": "es"
}
```

## Output

```json
{
  "sourceText": {
    "label": "Source",
    "format": "text"
  },
  "translatedText": {
    "label": "Translation",
    "format": "text"
  },
  "sourceLanguage": {
    "label": "From",
    "format": "text"
  },
  "targetLanguage": {
    "label": "To",
    "format": "text"
  },
  "matchScore": {
    "label": "Match",
    "format": "number"
  },
  "bestMatchSource": {
    "label": "Best match source"
  },
  "bestMatchTarget": {
    "label": "Best match target"
  },
  "bestMatchQuality": {
    "label": "Quality",
    "format": "text"
  },
  "bestMatchSubject": {
    "label": "Subject",
    "format": "text"
  },
  "bestMatchReference": {
    "label": "Best match reference"
  },
  "bestMatchModel": {
    "label": "Best match model"
  },
  "bestMatchUsageCount": {
    "label": "Best match usage count"
  },
  "bestMatchCreatedBy": {
    "label": "Best match created by"
  },
  "bestMatchCreateDate": {
    "label": "Best match create date"
  },
  "bestMatchLastUpdate": {
    "label": "Best match last update"
  },
  "alternateMatchCount": {
    "label": "Alts",
    "format": "number"
  },
  "alternateMatches": {
    "label": "Alternate matches"
  },
  "responseStatus": {
    "label": "Response status"
  },
  "quotaFinished": {
    "label": "Quota finished"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [MyMemory Translation Scraper](https://apify.com/parseforge/mymemory-translation-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/mymemory-translation-scraper) to learn more, explore other use cases, and run it yourself.