# EUIPO Trademark Scraper for Class 25

**Use case:** 

Scrape EUIPO TMview trademark records by brand, office EM, status, and Nice class filters.

## Input

```json
{
  "query": "nike",
  "maxResults": 100,
  "includeDetails": true,
  "offices": [
    "EM"
  ],
  "niceClasses": [
    25
  ],
  "status": [
    "Registered"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "markName": {
    "label": "Trademark name"
  },
  "officeCode": {
    "label": "Office"
  },
  "status": {
    "label": "Status"
  },
  "applicationNumber": {
    "label": "Application #"
  },
  "registrationNumber": {
    "label": "Registration #"
  },
  "niceClasses": {
    "label": "Nice classes"
  },
  "applicants": {
    "label": "Applicants / owners"
  },
  "applicationDate": {
    "label": "Application date"
  },
  "registrationDate": {
    "label": "Registration date"
  },
  "expiryDate": {
    "label": "Expiry date"
  },
  "st13": {
    "label": "ST13"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [EUIPO TMview Trademarks Scraper](https://apify.com/automation-lab/euipo-tmview-trademarks-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/euipo-tmview-trademarks-scraper) to learn more, explore other use cases, and run it yourself.