Piloterr

Mascus Ad

GET
/v2/mascus/ad

Get full details for a Mascus used equipment listing: specs, price, seller and description.

Credit cost: 1 credit per call

Autorización

ApiKeyAuth
x-api-key<token>

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

In: header

Parámetros de consulta

query*string

Full Mascus listing URL. Usually taken from results[].url in search.

Example:

https://www.mascus.fr/travaux-publics/broyeur-dechets/doppstadt-ak-435-profi/hocmgmfi.html

Works on all Mascus country sites (mascus.fr, mascus.de, mascus.com, …).

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/mascus/ad?query=string"
{  "brand": "Doppstadt",  "model": "AK 435 Profi",  "meta_data": {    "meta_title": "Doppstadt AK 435 Profi, 2012, France - Mascus France"  },  "catalog_name": "construction",  "company_city": "saint-genis-laval",  "company_name": "RHONE ENVIRONNEMENT",  "user_currency": "EUR",  "company_country": "FR",  "asset_details_info": [    {      "label": "Année",      "value": "2012"    }  ],  "asset_pricing_info": [    {      "label": "Prix",      "value": "108 000 EUR"    }  ],  "price_in_user_currency": 108000}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}