# Watch: Spotify across EUIPO

**Use case:** 

Example trademark-watch task: monitors EUIPO daily for new or changed "Spotify" marks and alerts on changes. Clone it and swap in your own brand.

## Input

```json
{
  "query": "Spotify",
  "offices": [
    "EM"
  ],
  "niceClasses": [],
  "status": "",
  "maxResults": 50,
  "mode": "watch",
  "watchLabel": "spotify-eu-example",
  "similarityThresholdPct": 0,
  "alertOnNewFilings": true,
  "alertOnStatusChange": true,
  "watchMode": false
}
```

## Output

```json
{
  "mark_name": {
    "label": "Mark Name",
    "format": "string"
  },
  "applicant_name": {
    "label": "Applicant Name",
    "format": "string"
  },
  "application_date": {
    "label": "Application Date",
    "format": "string"
  },
  "registration_date": {
    "label": "Registration Date",
    "format": "string"
  },
  "application_number": {
    "label": "Application Number",
    "format": "string"
  },
  "image_url": {
    "label": "Image Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [EUIPO Trademark Search — EU Brand Clearance API](https://apify.com/nexgendata/euipo-esearch-trademarks) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nexgendata/euipo-esearch-trademarks) to learn more, explore other use cases, and run it yourself.