Piloterr

ManoMano Search

GET
/v2/manomano/search

Search for products on ManoMano by category or keyword URL, returning listings with prices, ratings, and seller information.

Credit cost: 1 credit per call

Autorisierung

ApiKeyAuth
x-api-key<token>

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

In: header

Abfrageparameter

query*string

Full ManoMano search or category page URL.

Example:

https://www.manomano.fr/perceuse-1146

Notes:

  • Use any valid ManoMano search or category URL from any supported domain (manomano.fr, manomano.co.uk, manomano.de, manomano.es, manomano.it)
  • Pagination and filter parameters present in the URL are respected

Antworttext

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v2/manomano/search?query=string"
{  "results": [    {      "cpc": 0.1,      "url": "https://www.manomano.fr/makita-perceuse-visseuse-18v-3x3ah-ddf484rf3j",      "bulk": false,      "title": "Perceuse visseuse 18V Ø 13 mm - MAKITA - Avec 2 batteries 18V Li-Ion 5.0 Ah, chargeur, MakPak- DDF484RTJ",      "is_b2b": false,      "is_mmf": true,      "prices": {        "main": 277.2,        "unit": null,        "retail": 569.16,        "discount": "51",        "secondary": null      },      "rating": 4.589109,      "brand_id": 16,      "is_local": false,      "model_id": 54973303,      "offer_id": "d63853b8-314b-4de0-8cd8-fc9c993fe6f6",      "position": 1,      "seller_id": 5307819,      "article_id": 78566961    },    {      "url": "https://www.manomano.fr/dewalt-perceuse-visseuse-18v-dcd778d2t",      "bulk": false,      "title": "Perceuse visseuse sans fil 18V - DEWALT - DCD778D2T",      "is_b2b": false,      "is_mmf": false,      "prices": {        "main": 149.99,        "unit": null,        "retail": 199.99,        "discount": "25",        "secondary": null      },      "rating": 4.72,      "model_id": 12345678,      "offer_id": "abc123-def456",      "position": 2,      "article_id": 12345678    }  ]}
{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}