# Check a Company in the BDO Waste Registry

**Use case:** 

Verify a company's BDO registration in Poland's waste registry: BDO number, NIP, province and status - for ESG checks and environmental compliance.

## Input

```json
{
  "query": "Remondis",
  "province": "",
  "maxResults": 25
}
```

## Output

```json
{
  "registryNumber": {
    "label": "BDO No.",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "nip": {
    "label": "NIP",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Poland BDO Waste Registry Scraper](https://apify.com/regdata/bdo-waste-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/regdata/bdo-waste-registry-scraper) to learn more, explore other use cases, and run it yourself.