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
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 ManoMano search or category page URL.
Example:
https://www.manomano.fr/perceuse-1146Notes:
- 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
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://api.piloterr.com/v2/manomano/search?query=string"{
"results": [
{
"url": "https://www.manomano.fr/makita-perceuse-visseuse-18v-3x3ah-ddf484rf3j",
"title": "Perceuse visseuse 18V Ø 13 mm - MAKITA - Avec 2 batteries 18V Li-Ion 5.0 Ah, chargeur, MakPak- DDF484RTJ",
"bulk": false,
"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,
"model_id": 54973303,
"offer_id": "d63853b8-314b-4de0-8cd8-fc9c993fe6f6",
"position": 1,
"article_id": 78566961,
"is_local": false,
"seller_id": 5307819,
"cpc": 0.1
},
{
"url": "https://www.manomano.fr/dewalt-perceuse-visseuse-18v-dcd778d2t",
"title": "Perceuse visseuse sans fil 18V - DEWALT - DCD778D2T",
"bulk": false,
"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"
}