Piloterr

Ovoko Search

GET
/v2/ovoko/search

Search Ovoko used-parts listings from a search URL and retrieve title, price, OEM codes, seller, vehicle text, and pagination.

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 search URL. Only search pages are accepted (not category, catalog, or offer pages).

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).

Search paths: /chercher (FR), /szukaj (PL), /suche (DE), /buscar (ES), /ricerca (IT), /haku (FI), /cautare (RO), /paieska (LT), /en/search (UK), /lv/meklesana (LV), /ru/poisk (RU).

Rejected: about.ovoko.com, ovoko.pt, ovoko.ee, and paths such as /oferta/ or /katalog-czesci/.

Examples:

https://ovoko.pl/szukaj?q=Porsche+Macan+uszczelka+klapy+bagaznika&exact=1https://ovoko.fr/chercher?q=filtrehttps://ovoko.es/buscar?q=filtrohttps://rrr.lt/en/search?q=filterhttps://rrr.lt/ru/poisk?q=filtr

Notes:

  • Append &page=2 (or ?page=2) to paginate. The response exposes pagination.next.
  • Every market returns the same listing keys. Use each result url with the Ovoko Ad endpoint.
  • Search id is the lowercase SKU and matches Ad id / sku.

Corpo da resposta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/ovoko/search?query=string"
{  "results": [    {      "id": "qbb17557",      "url": "https://ovoko.pl/czesci-samochodowe/qbb17557-95c827460c-porsche-macan-95c-uszczelka-tylnej-klapy-bagaznika",      "image": "https://images.ovoko.com/tr/fill/1024x768/qbb/0/0/0/0/1/7/5/5/7/6e97a74672da438c268a980449538b78-porsche_macan__95c__seal_rubber__tailgate_.jpg",      "price": 200.01,      "title": "Uszczelka tylnej klapy bagażnika",      "seller": {        "name": "FIRMA HANDLOWA - JAKUB SYCZ"      },      "vehicle": "Porsche Macan (95C)  2024  0cm3  0kW Manualna",      "currency": "PLN",      "part_number": "95C827460C",      "part_numbers": [        "95C827460C"      ]    }  ],  "pagination": {    "next": "https://ovoko.pl/szukaj?q=Porsche+Macan+uszczelka+klapy+bagaznika&exact=1&page=2",    "page": 1,    "per_page": 15,    "total_pages": 667,    "total_results": 10000  }}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}