# Measurement Lab NDT Server

**Use case:** 

Extract Measurement Lab NDT Server data filtered by . Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "country": "",
  "formats": [
    "ndt7"
  ]
}
```

## Output

```json
{
  "machine": {
    "label": "Machine",
    "format": "text"
  },
  "hostname": {
    "label": "Hostname",
    "format": "text"
  },
  "format": {
    "label": "Format",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "downloadUrl": {
    "label": "Download (WSS)",
    "format": "link"
  },
  "uploadUrl": {
    "label": "Upload (WSS)",
    "format": "link"
  },
  "downloadUrlInsecure": {
    "label": "Download (WS)",
    "format": "link"
  },
  "uploadUrlInsecure": {
    "label": "Upload (WS)",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Measurement Lab NDT Server Scraper](https://apify.com/parseforge/measurement-lab-ndt-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/measurement-lab-ndt-scraper) to learn more, explore other use cases, and run it yourself.