Clean Fill Network

Developer Platform

Build powerful integrations with our REST API

Construction development
API Access

Build with Clean Fill Network

Integrate our marketplace into your construction management software, ERP systems, or custom applications with our powerful REST API.

Quick Start

api-example.js
// Search for available fill materials
const response = await fetch('https://api.cleanfill.net/v1/listings', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  method: 'POST',
  body: JSON.stringify({
    type: 'have',
    material: 'clean_fill',
    location: { lat: 40.7128, lng: -74.0060, radius: 50 },
    minQuantity: 100
  })
});

const listings = await response.json();
console.log(`Found ${listings.total} available listings`);

API Capabilities

Listing Search

Search and filter listings by location, material type, quantity, price, and availability.

Create Listings

Programmatically create and manage fill material listings from your applications.

Webhooks

Receive real-time notifications for new listings, messages, and status changes.

Geocoding

Convert addresses to coordinates and calculate distances between sites.

Calculators

Access our volume and tonnage calculators via API for estimates.

Compliance Data

Access environmental compliance documentation and certifications.

Development excavation
Developer Tools

Official SDKs

🟨

JavaScript

Available
🐍

Python

Available
🐘

PHP

Available
🔷

.NET

Coming Soon

Need Enterprise-Grade Integration?

Get dedicated support, custom endpoints, higher rate limits, and SLA guarantees for your mission-critical integrations.

Contact Enterprise Sales