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.
Get real-time rates for your land shipments.
Register and manage your cargo orders easily.
Perform multiple quotations efficiently.
Get valuable insights through advanced data analysis.
Track the status and location of your shipments in real time.
Access and manage all documentation related to your shipments.
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
Rate any land transport service yourself. No waiting!
You can check the status and traceability of your shipments with total reliability from your Client Area.
Whatever time it is, contract international groupage online, easy, fast and secure.
Let our algorithms and automation work for you, with no margin for error.
We have an extensive network of agreements throughout Europe, Transit companies, Freight forwarders, Agents, Warehouses...
We plant 1 tree for every shipment we make! This is how we offset CO2 emissions.
We adapt to your payment conditions. Pay by direct debit or bank transfer.
Delivery documents, CMRs and scanned delivery notes available in your Client Area.
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
}