# Registered TMview Trademark

**Use case:** 

Extract TMview Trademark data filtered by Registered. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "apple",
  "status": "Registered"
}
```

## Output

```json
{
  "ST13": {
    "label": "ST13",
    "format": "text"
  },
  "tmName": {
    "label": "tmName",
    "format": "text"
  },
  "tmOffice": {
    "label": "tmOffice",
    "format": "text"
  },
  "applicationNumber": {
    "label": "applicationNumber",
    "format": "text"
  },
  "registrationNumber": {
    "label": "registrationNumber",
    "format": "text"
  },
  "tradeMarkStatus": {
    "label": "tradeMarkStatus",
    "format": "text"
  },
  "applicantName": {
    "label": "applicantName",
    "format": "text"
  },
  "applicationDate": {
    "label": "applicationDate",
    "format": "text"
  },
  "registrationDate": {
    "label": "registrationDate",
    "format": "text"
  },
  "tradeMarkType": {
    "label": "tradeMarkType",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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