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