Piloterr

Ovoko Ad

GET
/v2/ovoko/ad

Extract an Ovoko listing from a SKU URL: price, currency, images, seller, quality, vehicle make, part numbers, and warranty.

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 Ovoko listing URL. The last path segment must be a SKU slug (example: qbb17557-95c827460c-porsche-macan-...) or a known product prefix.

Accepted hosts: ovoko.fr, ovoko.pl, ovoko.de, ovoko.es, ovoko.it, ovoko.fi, ovoko.ro, rrr.lt (also www.ovoko.fr, ovoko.ltrrr.lt, ovoko.lvrrr.lt/lv).

Live product paths:

  • France: /les-pieces/
  • Poland: /czesci-samochodowe/
  • Germany: /gebrauchte-ersatzteile/
  • Spain / Italy: /parte/
  • Finland: /osat/
  • Romania: /piesa-uzata/
  • Lithuania: /autodalis/
  • United Kingdom: /en/used-part/
  • Latvia: /lv/auto-dalas/
  • Russia: /ru/zapchasti/

Rejected: search URLs, about.ovoko.com, ovoko.pt, ovoko.ee, and catalog/offer paths.

Examples:

https://ovoko.fr/les-pieces/lgn634714-1780a036-mitsubishi-asx-filtre-d-habitaclehttps://ovoko.es/parte/ovp227641-6650473120-peugeot-407-filtro-de-combustiblehttps://ovoko.pl/czesci-samochodowe/mth8663-8w0807437ab-audi-a4-s4-b9-zderzak-przednihttps://rrr.lt/en/used-part/dzb40236-peugeot-607-fuel-filterhttps://rrr.lt/ru/zapchasti/dzb40236-peugeot-607-filtr-topliva

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/ovoko/ad?query=string"
{  "id": "mth8663",  "rhd": false,  "sku": "mth8663",  "url": "https://ovoko.pl/czesci-samochodowe/mth8663-8w0807437ab-audi-a4-s4-b9-zderzak-przedni",  "sold": false,  "price": 1690.01,  "images": [    "https://images.ovoko.com/bl/542x407/mth/0/0/0/0/0/8/6/6/3/c496a92f17dc1e839aebddf482037e83-audi_a4_s4_b9_front_bumper.jpg"  ],  "seller": {    "name": "mathayus"  },  "status": "IN_STOCK",  "quality": "USED",  "vehicle": {    "make": "Audi"  },  "category": {    "name": "Zderzak przedni"  },  "currency": "PLN",  "discount": 75,  "position": "FRONT",  "warranty": null,  "attributes": [],  "part_number": "8W0807437AB",  "part_numbers": [    "8W0807437AB"  ],  "display_labels": []}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}