# Search by keyword Etymonline Word Etymology

**Use case:** 

Extract Etymonline Word Etymology data filtered by Search by keyword. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "search",
  "query": "hello",
  "words": "hello\nworld\nlanguage\netymology\ndictionary"
}
```

## Output

```json
{
  "word": {
    "label": "Word",
    "format": "text"
  },
  "partOfSpeech": {
    "label": "POS",
    "format": "text"
  },
  "etymologyText": {
    "label": "Etymology",
    "format": "text"
  },
  "centuryFirstAttested": {
    "label": "First Attested",
    "format": "text"
  },
  "relatedWords": {
    "label": "Related",
    "format": "array"
  },
  "etymonlineUrl": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

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