# Search EU, German & French trademarks

**Use case:** 

Search trademark filings across the EUIPO, German (DPMA) and French (INPI) offices in one query - multi-jurisdiction brand coverage.

## Input

```json
{
  "query": "Bosch",
  "offices": [
    "EM",
    "DE",
    "FR"
  ],
  "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.