As a 100% digital freight forwarder, our system automates the management of land groupage budgets throughout Europe.
From a small box to 10 meters of truck, we transport any type of industrial cargo.
From any point in Spain and Portugal to any point in Europe.
Benefits of integrating our API into your system:
Instant Rates
Get real-time rates for your land shipments.
Record Cargo Orders
Register and manage your cargo orders easily.
Bulk Quotations
Perform multiple quotations efficiently.
Data Analytics
Get valuable insights through advanced data analysis.
Shipment Status and Tracking
Track the status and location of your shipments in real time.
Documentation, CMRs and PODs
Access and manage all documentation related to your shipments.
Plans
10* | Rates per month* |
| Orders | |
| Rate cashback | |
| Tracking | |
| Documentation |
*onwards, price per extra rate
€0.5 / extra rate
200* | Rates per month* |
| Orders | |
| Rate cashback | |
| Tracking | |
| Documentation |
*onwards, price per extra rate
€0.15 / extra rate
500* | Rates per month* |
| Orders | |
| Rate cashback | |
| Tracking | |
| Documentation |
*onwards, price per extra rate
€0.10 / extra rate
All our advantages at your disposal
INSTANT RATES
Rate any land transport service yourself. No waiting!
ONLINE TRACKING
You can check the status and traceability of your shipments with total reliability from your Client Area.
NO-WAIT CONTRACTING
Whatever time it is, contract international groupage online, easy, fast and secure.
EXCELLENT MANAGEMENT
Let our algorithms and automation work for you, with no margin for error.
INTERNATIONAL GUARANTEES
We have an extensive network of agreements throughout Europe, Transit companies, Freight forwarders, Agents, Warehouses...
WE ARE GREEN
We plant 1 tree for every shipment we make! This is how we offset CO2 emissions.
EASY PAYMENTS
We adapt to your payment conditions. Pay by direct debit or bank transfer.
ONLINE DOCUMENTATION
Delivery documents, CMRs and scanned delivery notes available in your Client Area.
API Reference
Example request to create a rate:
POST /rates
Content-Type: application/json
Authorization: Bearer YOUR_API_KEY
{
"id": "R123456",
"rateNumber": 1,
"createdAt": "2024-10-08T10:30:00Z",
"pickupCountry": "Spain",
"pickupPostalCode": "28001",
"pickupTown": "Madrid",
"deliveryCountry": "Spain",
"deliveryPostalCode": "08001",
"deliveryTown": "Barcelona",
"shipmentType": "standard",
"price": 150.75,
"expressVehicleType": "van",
"transitTime": "24h",
"departures": [
"2024-10-09T08:00:00Z"
],
"bulletPoints": [
"24-hour delivery",
"Real-time tracking",
"National coverage"
],
"adr": false,
"nonTransferable": false,
"lateralLoad": false,
"pickupTailLift": true,
"deliveryTailLift": true,
"loads": [
{
"units": 5,
"length": 105,
"width": 105,
"height": 90,
"weight": 1900,
"isRemontable": true
}
],
"rateType": "rate_by_loads",
"linealMeters": 2.5,
"linealTotalWeight": 1200
}