# Sounds like (sl) Datamuse Word Finder

**Use case:** 

Extract Datamuse Word Finder data filtered by Sounds like (sl). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "queryType": "sounds_like",
  "seedWord": "happy",
  "partOfSpeech": "",
  "includeDefs": true,
  "includeTags": true
}
```

## Output

```json
{
  "word": {
    "label": "Word",
    "format": "text"
  },
  "queryType": {
    "label": "Relation",
    "format": "text"
  },
  "seedWord": {
    "label": "Seed",
    "format": "text"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "numSyllables": {
    "label": "Syllables",
    "format": "number"
  },
  "partsOfSpeech": {
    "label": "POS",
    "format": "object"
  },
  "frequencyPerMillion": {
    "label": "Freq (per M)",
    "format": "number"
  },
  "pronunciation": {
    "label": "Pronunciation",
    "format": "text"
  },
  "definitions": {
    "label": "Definitions",
    "format": "object"
  },
  "tags": {
    "label": "Tags",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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