# Etsy Keyword Evidence Research Real Estate MCP Tool

**Use case:** 

etsy keyword evidence research real estate for AI agents and Apify MCP: structured, source-linked records with bounded inputs for research, automation

## Input

```json
{
  "seedKeywords": [
    "etsy keyword evidence research real estate"
  ],
  "maxKeywords": 15,
  "maxSearchesPerSeed": 15,
  "expansionCharacters": "abcdefghijkl",
  "countryCode": "US"
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword",
    "format": "string"
  },
  "opportunityScore": {
    "label": "Evidence opportunity score",
    "format": "integer"
  },
  "confidence": {
    "label": "Evidence confidence",
    "format": "string"
  },
  "evidenceCount": {
    "label": "Distinct listing evidence",
    "format": "integer"
  },
  "seedKeywords": {
    "label": "Source seed keywords",
    "format": "array"
  },
  "searchUrl": {
    "label": "Etsy search URL",
    "format": "string"
  },
  "collectedAt": {
    "label": "Collected at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Etsy Keyword Evidence Research Tool](https://apify.com/khadinakbar/etsy-keyword-research-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/khadinakbar/etsy-keyword-research-tool) to learn more, explore other use cases, and run it yourself.