# Search Nike trademarks in TMview aggregate results

**Use case:** 

Search Nike across US, EUIPO, and WIPO office filters and return TMview's aggregate top 10 matches with status, owner, classes, and filing details.

## Input

```json
{
  "schemaVersion": "2.0",
  "authorization": "I confirm I may process and commercially use these submitted records.",
  "sourceContext": "buyer_owned_export",
  "batchName": "trademark-multiregistry-evidence-review",
  "freshnessHours": 168,
  "records": [
    {
      "sourceRecordId": "demo-mark-001",
      "title": "EXAMPLE MARK",
      "summary": "Buyer-supplied trademark registry evidence normalized for legal review; not clearance advice.",
      "entityName": "Example Applicant LLC",
      "category": "trademark-evidence",
      "occurredAt": "2026-07-15T00:00:00.000Z",
      "url": "https://exports.example.com/trademarks/demo-mark-001",
      "sourceName": "Licensed multi-registry trademark export",
      "sourceUrl": "https://exports.example.com/trademarks",
      "sourceLicense": "Buyer confirms registry access and commercial processing rights for the submitted evidence.",
      "sourceRetrievedAt": "2026-08-01T10:00:00.000Z",
      "changesMade": "Office codes, dates, identifiers, and classes normalized; no registry request made.",
      "attributes": {
        "office": "US",
        "st13": "US-EXAMPLE-0001",
        "applicationNumber": "98123456",
        "registrationNumber": null,
        "status": "pending",
        "filingDate": "2026-07-15T00:00:00.000Z",
        "registrationDate": null,
        "applicant": "Example Applicant LLC",
        "niceClasses": [
          "009",
          "035"
        ],
        "goodsServices": [
          "Downloadable software",
          "Business data analysis"
        ]
      }
    }
  ],
  "queries": [
    "nike"
  ],
  "offices": [
    "US",
    "EM",
    "WO"
  ],
  "maxResultsPerQuery": 10,
  "exactMatch": false,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record Type",
    "format": "text"
  },
  "found": {
    "label": "Found",
    "format": "boolean"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "entityName": {
    "label": "Entity Name",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "occurredAt": {
    "label": "Occurred At",
    "format": "date"
  },
  "office": {
    "label": "Office",
    "format": "text"
  },
  "st13": {
    "label": "St13",
    "format": "text"
  },
  "applicationNumber": {
    "label": "Application Number",
    "format": "text"
  },
  "registrationNumber": {
    "label": "Registration Number",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "filingDate": {
    "label": "Filing Date",
    "format": "date"
  },
  "registrationDate": {
    "label": "Registration Date",
    "format": "date"
  },
  "applicant": {
    "label": "Applicant",
    "format": "text"
  },
  "niceClasses": {
    "label": "Nice Classes",
    "format": "array"
  },
  "goodsServices": {
    "label": "Goods Services",
    "format": "array"
  },
  "sourceName": {
    "label": "Source Name",
    "format": "text"
  },
  "freshness": {
    "label": "Freshness",
    "format": "object"
  },
  "decisionConfidence": {
    "label": "Decision Confidence",
    "format": "object"
  },
  "decision": {
    "label": "Decision",
    "format": "object"
  },
  "billing": {
    "label": "Billing",
    "format": "object"
  },
  "url": {
    "label": "Url",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Trademark Search — USPTO, EUIPO, WIPO & Selected TMview Offices](https://apify.com/zinin/trademark-multiregistry) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/trademark-multiregistry) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/zinin/trademark-multiregistry.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
