# North Data Vendor Due Diligence Scraper

**Use case:** 

Run North Data due-diligence checks for vendor names and export public company registry, address, and identifier data.

## Input

```json
{
  "queries": [
    "Siemens",
    "Bosch",
    "SAP",
    "Allianz",
    "Bayer"
  ],
  "startUrls": [
    {
      "url": "https://www.northdata.com/Siemens%20AG,%20M%C3%BCnchen/HRB%206684"
    }
  ],
  "maxItems": 100,
  "includeDetails": true,
  "requestDelayMillis": 300
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "registerInfo": {
    "label": "Register info"
  },
  "registerCourt": {
    "label": "Register court"
  },
  "registerNumber": {
    "label": "Register number"
  },
  "city": {
    "label": "City"
  },
  "country": {
    "label": "Country"
  },
  "address": {
    "label": "Address"
  },
  "previousNames": {
    "label": "Previous names"
  },
  "identifiers": {
    "label": "Identifiers"
  },
  "lei": {
    "label": "LEI"
  },
  "euid": {
    "label": "EUID"
  },
  "corporatePurpose": {
    "label": "Corporate purpose"
  },
  "financialMetrics": {
    "label": "Financial metrics"
  },
  "latitude": {
    "label": "Latitude"
  },
  "longitude": {
    "label": "Longitude"
  },
  "northDataId": {
    "label": "North Data ID"
  },
  "searchScore": {
    "label": "Search score"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceType": {
    "label": "Source type"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [North Data Company Search Scraper](https://apify.com/automation-lab/northdata-company-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/northdata-company-search-scraper) to learn more, explore other use cases, and run it yourself.