# PeeringDB Data Center Facility Scraper

**Use case:** 

Extract data center facility records from PeeringDB with locations and network presence as structured data.

## Input

```json
{
  "entity": "fac",
  "maxItems": 5,
  "country": "",
  "name": ""
}
```

## Output

```json
{
  "id": {
    "label": "Id",
    "format": "number"
  },
  "entity": {
    "label": "Entity",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "aka": {
    "label": "Aka",
    "format": "text"
  },
  "asn": {
    "label": "Asn",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "text"
  },
  "irr_as_set": {
    "label": "Irr as set",
    "format": "text"
  },
  "info_type": {
    "label": "Info type",
    "format": "text"
  },
  "info_prefixes4": {
    "label": "Info prefixes4",
    "format": "number"
  },
  "info_prefixes6": {
    "label": "Info prefixes6",
    "format": "number"
  },
  "info_ratio": {
    "label": "Info ratio",
    "format": "text"
  },
  "info_scope": {
    "label": "Info scope",
    "format": "text"
  },
  "info_unicast": {
    "label": "Info unicast",
    "format": "text"
  },
  "info_multicast": {
    "label": "Info multicast",
    "format": "text"
  }
}
```

## About this Actor

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