# Trademark Diligence Scraper

**Use case:** 

Extract TMview trademark details including applicants, representatives, expiry dates, and goods/services.

## Input

```json
{
  "query": "adidas",
  "maxResults": 150,
  "includeDetails": true,
  "offices": [
    "EM",
    "US",
    "GB"
  ],
  "niceClasses": [
    25
  ],
  "status": [
    "Registered",
    "Filed"
  ],
  "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.