# Men's 7s World Rugby Rankings

**Use case:** 

Extract World Rugby Rankings data filtered by Men's 7s. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "rankingType": "MRUS"
}
```

## Output

```json
{
  "position": {
    "label": "position",
    "format": "text"
  },
  "teamName": {
    "label": "teamName",
    "format": "text"
  },
  "abbreviation": {
    "label": "abbreviation",
    "format": "text"
  },
  "countryCode": {
    "label": "countryCode",
    "format": "text"
  },
  "points": {
    "label": "points",
    "format": "text"
  },
  "previousPosition": {
    "label": "previousPosition",
    "format": "text"
  },
  "previousPoints": {
    "label": "previousPoints",
    "format": "text"
  },
  "effectiveDate": {
    "label": "effectiveDate",
    "format": "date"
  },
  "rankingType": {
    "label": "rankingType",
    "format": "text"
  },
  "sourceUrl": {
    "label": "sourceUrl",
    "format": "link"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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