# WIPO UDRP Domain Decisions Latest Results

**Use case:** 

Latest Results of WIPO UDRP Domain Decisions. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "year": "2024",
  "startCase": 1
}
```

## Output

```json
{
  "caseId": {
    "label": "caseId",
    "format": "text"
  },
  "domainNames": {
    "label": "domainNames",
    "format": "text"
  },
  "complainant": {
    "label": "complainant",
    "format": "text"
  },
  "respondent": {
    "label": "respondent",
    "format": "text"
  },
  "panelist": {
    "label": "panelist",
    "format": "text"
  },
  "decisionDate": {
    "label": "decisionDate",
    "format": "text"
  },
  "decision": {
    "label": "decision",
    "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 [WIPO UDRP Domain Decisions Scraper](https://apify.com/parseforge/wipo-arbitration-decisions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/wipo-arbitration-decisions-scraper) to learn more, explore other use cases, and run it yourself.