# Monitor competitor EU trademark filings

**Use case:** 

Track a competitor's EU trademark applications and registrations from official EUIPO data for competitive and brand intelligence.

## Input

```json
{
  "query": "Nike",
  "offices": [
    "EM"
  ],
  "niceClasses": [],
  "status": "",
  "maxResults": 25,
  "mode": "search",
  "watchLabel": "",
  "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.