Piloterr

Mascus Ad

Extract full details from a Mascus heavy equipment listing including machine specs, price, seller info, images, and description.

Credit cost: 1 credit per call

GET
/v2/mascus/ad

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Full Mascus heavy equipment ad URL.

Supported domains: .com, .fr, .de, .es, .it, .pl, .nl, .be, .se, .fi, .no, .dk, .pt, .cz, .hu, .ro, .bg, .hr, .sk, .si, .lt, .lv, .ee, .ru, .ua, .tr, .za, .au, .nz, .ca, .mx, .br, .ar, .in, .cn, .jp, .kr, .th, .sg, .my, .id, .ph

Example:

https://www.mascus.fr/engins-de-construction/pelles-sur-chenilles/caterpillar-320d/xeugf2of.html

Note: The URL must point to a specific equipment listing page. The alphanumeric code at the end of the URL (e.g. xeugf2of) is the unique listing identifier.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/mascus/ad?query=string"
{
  "id": "xeugf2of",
  "title": "Caterpillar 320D",
  "category": "Pelles sur chenilles",
  "price": {
    "amount": 68500,
    "currency": "EUR",
    "formatted": "68 500 €",
    "negotiable": true
  },
  "machine": {
    "brand": "Caterpillar",
    "model": "320D",
    "year": 2011,
    "hours": 9200,
    "condition": "used",
    "serial_number": "CAT0320DCBDP01234",
    "weight_kg": 22000,
    "engine": {
      "brand": "Caterpillar",
      "power_kw": 103,
      "power_hp": 140
    },
    "country_of_origin": "US"
  },
  "seller": {
    "id": "seller_fr_892",
    "name": "Engins Pro Services",
    "type": "dealer",
    "country": "FR",
    "location": {
      "city": "Toulouse",
      "country": "FR"
    },
    "phone": "+33561234567"
  },
  "images": [
    "https://static.mascus.com/img/prod/large/xeugf2of_1.jpg",
    "https://static.mascus.com/img/prod/large/xeugf2of_2.jpg"
  ],
  "description": "Caterpillar 320D en bon état général. Révision complète réalisée, bras long disponible. Pelle prête à travailler.",
  "equipment": [
    "Climatisation",
    "Attache rapide hydraulique",
    "Bras long"
  ],
  "url": "https://www.mascus.fr/engins-de-construction/pelles-sur-chenilles/caterpillar-320d/xeugf2of.html",
  "created_at": "2024-08-01T00:00:00Z",
  "updated_at": "2024-09-10T00:00:00Z"
}
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}