Piloterr

Ovoko Ad

GET
/v2/ovoko/ad

Extract full details from an Ovoko auto parts listing including price, part info, seller data, compatibility list, and stock availability.

Credit cost: 1 credit per call

Autorização

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 product listing URL for a specific auto part.

Supported domains: ovoko.fr, ovoko.de, ovoko.es, ovoko.it, ovoko.pl, ovoko.pt, ovoko.ro, ovoko.lt, ovoko.lv, ovoko.ee

Example:

https://www.ovoko.fr/fr/annonce/filtre-a-huile-mann-filter-w71930-128549

Note: The URL must point to a specific part listing page. Category and search pages are not supported by this endpoint: use the search endpoint instead.

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/ovoko/ad?query=string"
{  "id": "128549",  "url": "https://www.ovoko.fr/fr/annonce/filtre-a-huile-mann-filter-w71930-128549",  "part": {    "ean": "4011558744504",    "brand": "MANN FILTER",    "category": "Filtration",    "condition": "new",    "reference": "W719/30",    "weight_kg": 0.14,    "compatibility": [      "Renault Clio II",      "Renault Megane I",      "Peugeot 106",      "Peugeot 206",      "Citroën Saxo"    ],    "dimensions_mm": {      "width": 75,      "height": 67,      "length": 75    }  },  "price": {    "amount": 7.99,    "currency": "EUR",    "formatted": "7,99 €"  },  "stock": {    "quantity": 50,    "available": true,    "delivery_days": 2  },  "title": "Filtre à huile MANN FILTER W719/30",  "images": [    "https://cdn.ovoko.fr/images/w71930_main.jpg",    "https://cdn.ovoko.fr/images/w71930_side.jpg"  ],  "seller": {    "id": "seller_fr_4521",    "name": "AutoPieces Express",    "type": "professional",    "rating": 4.7,    "location": {      "city": "Metz",      "country": "FR"    },    "reviews_count": 312  },  "description": "Filtre à huile d'origine MANN FILTER W719/30. Compatible avec de nombreux modèles Renault, Peugeot et Citroën. Garantie constructeur."}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}