# Feodotracker JSON sample export

**Use case:** 

Run a ready-made Feodotracker JSON example on Apify: real output, small default cost, export JSON/CSV/Excel or schedule. Parent Actor: feodotracker-json-scraper

## Input

```json
{
  "maxResults": 3
}
```

## Output

```json
{
  "status": {
    "label": "Status",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "number"
  },
  "port": {
    "label": "Port",
    "format": "text"
  },
  "as_name": {
    "label": "As Name",
    "format": "text"
  },
  "malware": {
    "label": "Malware",
    "format": "text"
  },
  "as_number": {
    "label": "As Number",
    "format": "text"
  },
  "first_seen": {
    "label": "First Seen",
    "format": "text"
  },
  "ip_address": {
    "label": "Ip Address",
    "format": "text"
  },
  "last_online": {
    "label": "Last Online",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Feodotracker Json Scraper](https://apify.com/benthepythondev/feodotracker-json-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/feodotracker-json-scraper) to learn more, explore other use cases, and run it yourself.