# Uk Waste Carriers Register (`devon_gtme/uk-waste-carriers-register`) Actor

Monitor the Environment Agency's official Waste Carriers, Brokers & Dealers register (England). Track NEW, EXPIRING and LAPSED registrations, or search by name, postcode or CBDU number. Trigger data and supplier verification for equipment suppliers, insurers, compliance and B2B prospecting.

- **URL**: https://apify.com/devon\_gtme/uk-waste-carriers-register.md
- **Developed by:** [Devon Kellar](https://apify.com/devon_gtme) (community)
- **Categories:** Lead generation, Automation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $2.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js/docs.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python/docs.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## UK Waste Carriers Register — New & Expiring Registrations Monitor

Monitor the **Environment Agency's official Waste Carriers, Brokers & Dealers register** for England — the legal register every business that transports, brokers or deals in waste must appear on. Registration numbers look like `CBDU######` (upper tier) and `CBDL######` (lower tier). This actor turns the register into a clean, structured B2B trigger feed.

### What you can track

- **New registrations (last N days)** — every newly registered waste carrier is a **brand-new or newly formalised business** in waste, skip hire, house clearance, grab hire, man-and-van, construction or demolition. ~250 new registrations appear every day.
- **Expiring soon (next N days)** — upper-tier registrations last 3 years and must be renewed. Businesses approaching expiry are **renewal and compliance leads**.
- **Recently lapsed (last N days)** — registrations whose expiry date has just passed. These businesses may be **trading illegally without realising** — a perfect compliance-service conversation opener.
- **Search the register** — look up any business by name, address/postcode, or registration number.

### Who uses this data

- **Equipment & vehicle suppliers** — new carriers need skips, grab lorries, tippers, balers, PPE and weighbridge kit; catch them the week they register
- **Insurance brokers** — every new waste carrier needs fleet, liability and environmental insurance
- **Waste management software & compliance platforms** — new registrants are greenfield accounts with no incumbent supplier
- **Skip hire & waste brokerages** — map new competitors and potential subcontractors by area
- **Compliance & training providers** — expiring and lapsed registrations are warm, time-sensitive outreach
- **Procurement & risk teams** — instant **supplier verification**: feed in a company name and confirm it is legally allowed to carry your waste (duty-of-care checks)

### What you get

Flat, export-ready records:

| Field | Example |
|---|---|
| `registrationNumber` | CBDU648033 |
| `businessName` | PAVERPRINT DRIVEWAYS & PATIOS LIMITED |
| `tradingName` | AJ Skips |
| `companyNumber` | 04751916 |
| `applicantType` | Company / Sole trader / Partnership |
| `tier` | Upper / Lower |
| `registrationType` | Carrier Dealer / Carrier, Broker, Dealer |
| `registrationDate` | 2026-07-14 |
| `expiryDate` | 2029-07-14 (lower tier never expires) |
| `status` | Active / Expired / Active (does not expire) |
| `daysToExpiry` | 1093 |
| `address` / `locality` / `postcode` | LADDS GARDEN VILLAGE, BATH ROAD, READING / READING / RG10 9SB |
| `registerUrl` | Direct link to the official register entry |

`companyNumber` (where present) joins straight onto Companies House for directors, accounts and contact enrichment.

### Typical usage

- **Weekly new-business feed:** mode `newRegistrations`, `daysBack` 7, [schedule](https://docs.apify.com/platform/schedules) weekly — every new waste business in England, in your inbox
- **Renewal pipeline:** mode `expiringSoon`, `expiringWithinDays` 60, filter `regime` = upper-tier
- **Compliance sweep:** mode `recentlyLapsed`, `daysBack` 30
- **Territory watch:** any mode + `addressSearch` = your town or postcode area
- **Verify a supplier:** mode `search`, `nameSearch` or `numberSearch` = the company you're checking

No API key, no login — the Environment Agency's public register API is free and official.

### Export & integrations

Results land in an Apify dataset — export **CSV, Excel, JSON**, or connect Google Sheets, Make, Zapier, Slack, and webhooks via Apify integrations.

### Data source & fair use

Data comes from the [Environment Agency Public Registers](https://environment.data.gov.uk/public-register/view/search-waste-carriers-brokers) service and is published under the Environment Agency's conditional licence / Open Government Licence framework. This register covers **England** (Scotland, Wales and Northern Ireland run separate schemes). This actor is not affiliated with the Environment Agency. It queries the official API politely (rate-limited, no scraping of the website itself) and registrations are public record by law.

---

**Need something more custom?** Waste carrier registrations cross-referenced with Companies House data, director details, enriched phone/email contacts, dedupe against your CRM, or a fully managed monitoring pipeline — message me via my Apify profile and I'll build it.

# Actor input Schema

## `mode` (type: `string`):

What to fetch. **New registrations** = registered in the last N days (new-business trigger). **Expiring soon** = upper-tier registrations whose expiry date falls within the next N days (renewal/compliance leads). **Recently lapsed** = expiry date passed within the last N days and not visibly renewed. **Search register** = query by name / address / registration number (verification & prospecting).
## `daysBack` (type: `integer`):

New registrations mode: fetch registrations dated within the last N days. Recently lapsed mode: fetch registrations that expired within the last N days. Ignored in other modes.
## `expiringWithinDays` (type: `integer`):

Expiring soon mode: fetch registrations whose expiry date falls within the next N days. Ignored in other modes.
## `nameSearch` (type: `string`):

Full or partial business/person name (e.g. "skip hire"). Words are prefix-matched; use *word to match inside a word. Main filter in Search mode; also narrows the date-window modes.
## `addressSearch` (type: `string`):

Full or partial address — postcode ("SW9" or "SW9 0AD"), town, or street (e.g. "station road birmingham"). Works in every mode.
## `numberSearch` (type: `string`):

Full or partial registration number, e.g. "CBDU128084" or "CBDU". Use this to verify whether a company is legally registered to carry waste. Search mode only.
## `regime` (type: `string`):

Filter by tier and registration type. Upper tier = businesses carrying other people's waste professionally (3-year renewable registrations). Lower tier = carrying own waste / exempt bodies (never expires).
## `maxResults` (type: `integer`):

Maximum records to return.

## Actor input object example

```json
{
  "mode": "newRegistrations",
  "daysBack": 7,
  "expiringWithinDays": 60,
  "regime": "any",
  "maxResults": 1000
}
````

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "newRegistrations",
    "daysBack": 7,
    "expiringWithinDays": 60,
    "regime": "any",
    "maxResults": 1000
};

// Run the Actor and wait for it to finish
const run = await client.actor("devon_gtme/uk-waste-carriers-register").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "newRegistrations",
    "daysBack": 7,
    "expiringWithinDays": 60,
    "regime": "any",
    "maxResults": 1000,
}

# Run the Actor and wait for it to finish
run = client.actor("devon_gtme/uk-waste-carriers-register").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "newRegistrations",
  "daysBack": 7,
  "expiringWithinDays": 60,
  "regime": "any",
  "maxResults": 1000
}' |
apify call devon_gtme/uk-waste-carriers-register --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=devon_gtme/uk-waste-carriers-register",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Uk Waste Carriers Register",
        "description": "Monitor the Environment Agency's official Waste Carriers, Brokers & Dealers register (England). Track NEW, EXPIRING and LAPSED registrations, or search by name, postcode or CBDU number. Trigger data and supplier verification for equipment suppliers, insurers, compliance and B2B prospecting.",
        "version": "0.1",
        "x-build-id": "dmvtSpNCeAezQ9RQ1"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/devon_gtme~uk-waste-carriers-register/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-devon_gtme-uk-waste-carriers-register",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/devon_gtme~uk-waste-carriers-register/runs": {
            "post": {
                "operationId": "runs-sync-devon_gtme-uk-waste-carriers-register",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/devon_gtme~uk-waste-carriers-register/run-sync": {
            "post": {
                "operationId": "run-sync-devon_gtme-uk-waste-carriers-register",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "properties": {
                    "mode": {
                        "title": "Mode",
                        "enum": [
                            "newRegistrations",
                            "expiringSoon",
                            "recentlyLapsed",
                            "search"
                        ],
                        "type": "string",
                        "description": "What to fetch. **New registrations** = registered in the last N days (new-business trigger). **Expiring soon** = upper-tier registrations whose expiry date falls within the next N days (renewal/compliance leads). **Recently lapsed** = expiry date passed within the last N days and not visibly renewed. **Search register** = query by name / address / registration number (verification & prospecting).",
                        "default": "newRegistrations"
                    },
                    "daysBack": {
                        "title": "Days Back",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "New registrations mode: fetch registrations dated within the last N days. Recently lapsed mode: fetch registrations that expired within the last N days. Ignored in other modes.",
                        "default": 7
                    },
                    "expiringWithinDays": {
                        "title": "Expiring Within (days)",
                        "minimum": 1,
                        "maximum": 365,
                        "type": "integer",
                        "description": "Expiring soon mode: fetch registrations whose expiry date falls within the next N days. Ignored in other modes.",
                        "default": 60
                    },
                    "nameSearch": {
                        "title": "Name Search",
                        "type": "string",
                        "description": "Full or partial business/person name (e.g. \"skip hire\"). Words are prefix-matched; use *word to match inside a word. Main filter in Search mode; also narrows the date-window modes."
                    },
                    "addressSearch": {
                        "title": "Address Search",
                        "type": "string",
                        "description": "Full or partial address — postcode (\"SW9\" or \"SW9 0AD\"), town, or street (e.g. \"station road birmingham\"). Works in every mode."
                    },
                    "numberSearch": {
                        "title": "Registration Number Search",
                        "type": "string",
                        "description": "Full or partial registration number, e.g. \"CBDU128084\" or \"CBDU\". Use this to verify whether a company is legally registered to carry waste. Search mode only."
                    },
                    "regime": {
                        "title": "Tier / Registration Type",
                        "enum": [
                            "any",
                            "upper-tier",
                            "lower-tier",
                            "carrier-broker-dealer",
                            "carrier-dealer",
                            "broker-dealer"
                        ],
                        "type": "string",
                        "description": "Filter by tier and registration type. Upper tier = businesses carrying other people's waste professionally (3-year renewable registrations). Lower tier = carrying own waste / exempt bodies (never expires).",
                        "default": "any"
                    },
                    "maxResults": {
                        "title": "Max Results",
                        "minimum": 1,
                        "maximum": 50000,
                        "type": "integer",
                        "description": "Maximum records to return.",
                        "default": 1000
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
