# Etsy Trend & Shop Scout for Local Market Analysis

**Use case:** 

This task extracts Etsy trends and shop data for local research. Gain insights with 15 buyer-ready records, including source URLs and match reasons.

## Input

```json
{
  "searchKeywords": [
    "extract etsy trend & shop scout for local research",
    "etsy trend & shop scout"
  ],
  "taskIntent": "local-research-export",
  "sourceMode": "startUrls",
  "outputMode": "buyer-ready-records",
  "startUrls": [
    {
      "url": "https://ted.europa.eu/en/",
      "sourceId": "TED-SEARCH",
      "userData": {
        "sourceId": "TED-SEARCH"
      }
    }
  ],
  "maxItems": 15,
  "perSourceLimit": 25,
  "maxTotalChargeUsd": 5,
  "overallTimeoutSecs": 900,
  "requestTimeoutSecs": 30,
  "maxRequestRetries": 2,
  "sinceLastRun": false,
  "deltaMode": true
}
```

## Output

```json
{
  "marketplace": {
    "label": "Marketplace",
    "format": "string"
  },
  "listingName": {
    "label": "Listing Name",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing Url",
    "format": "string"
  },
  "signalType": {
    "label": "Signal Type",
    "format": "string"
  },
  "impactSummary": {
    "label": "Impact Summary",
    "format": "string"
  },
  "priorityActions": {
    "label": "Priority Actions",
    "format": "array"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Etsy Trend & Shop Scout](https://apify.com/zentrafoundry/etsy-trend-shop-scout) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/etsy-trend-shop-scout) to learn more, explore other use cases, and run it yourself.