ManoMano product data API
ShopAPIS returns structured ManoMano product data — price, currency, availability, seller name and rating, competing marketplace offers, delivery estimate, average rating, review count, variants and EAN — as normalized JSON. ManoMano is the leading European specialist marketplace for DIY, home improvement, gardening and tools, operating across France, Germany, the UK, Italy and Spain, and a core source for category-level pricing intelligence outside the generalists.
ManoMano is the European leader for DIY and garden e-commerce. It draws 16M+ visits per month and operates as a vertical marketplace across five Western European markets (Lengow ). Its catalog is dominated by tools, building materials, garden equipment and home-improvement goods rather than general retail.
Why ManoMano data is hard to get
ManoMano runs a seller API for its merchants, but the competitive DIY catalog is not openly published. Its programmatic interfaces help sellers manage their own listings, so reading every competitor’s price, the third-party offer list and the review stream means parsing the live storefront against medium anti-bot difficulty. The category-specific complexity is real: DIY products are heavy, bulky and shipping-sensitive, so the headline price often understates landed cost — delivery fees vary by weight, by seller and by destination region, and bulky-goods surcharges can swing the effective price materially. ManoMano listings also mix first-party and marketplace-seller offers, with the displayed price depending on which offer currently wins. Product variants in this category are dimensional (length, diameter, wattage, pack size) rather than fashion size/color, so a clean variant model matters. ShopAPIS captures the winning offer, the competing offer list, per-variant dimensions and the effective delivery terms in one EAN-keyed record that joins to Amazon.fr, Leroy Merlin equivalents and Idealo for the same SKU.
Data fields returned
- Pricing — current price, currency (EUR / GBP), list/strike price, discount %, winning-offer price.
- Offers — competing seller offers with price, seller name, rating, condition.
- Availability — in-stock flag, delivery estimate, bulky-goods shipping cost.
- Catalog — title, brand, description, technical specifications, category path.
- Variants — dimensional options (size, wattage, pack) with per-variant price and stock.
- Social proof — average rating, review count.
- Identifiers — ManoMano product ID, EAN/GTIN, MPN, product URL.
- Images — gallery URLs.
Sample response
{
"marketplace": "manomano",
"domain": "manomano.fr",
"country": "FR",
"product_id": "ME4567890123",
"identifiers": { "ean": "3276000660187", "mpn": "PEX300" },
"title": "Perceuse-visseuse sans fil Bosch PSR 18 LI-2 + 2 batteries",
"brand": "Bosch",
"price": { "current": 129.90, "list": 169.00, "currency": "EUR", "discount_pct": 23 },
"winning_offer": { "seller": "ManoMano", "price": 129.90, "condition": "Neuf", "rating": 4.5 },
"offers_count": 6,
"availability": { "in_stock": true, "delivery_estimate": "Livraison sous 3-5 jours", "shipping_cost": 5.90 },
"rating": 4.7,
"review_count": 348,
"category": ["Outillage", "Perceuses", "Perceuses-visseuses sans fil"],
"specifications": { "Tension": "18 V", "Couple max": "63 Nm" },
"variants": [{ "title": "18V / 2 batteries", "price": 129.90, "in_stock": true }],
"images": ["https://cdn.manomano.com/images/4567890123_main.jpg"],
"url": "https://www.manomano.fr/p/perceuse-bosch-psr-18-li2-4567890123",
"fetched_at": "2026-06-05T11:14:00Z"
}Markets and domains covered
| Domain | Market | Currency | Scale |
|---|---|---|---|
| manomano.fr | France | EUR | Home market, DIY leader |
| manomano.de | Germany | EUR | DACH DIY marketplace |
| manomano.co.uk | United Kingdom | GBP | UK home-improvement |
| manomano.it | Italy | EUR | Italian DIY/garden |
| manomano.es | Spain | EUR | Spanish DIY/garden |
Use cases
- DIY category price monitoring — track tool and building-material prices against Amazon and local DIY chains. See price monitoring.
- MAP compliance — detect resellers breaching advertised-price floors on power tools and brand goods. See MAP compliance.
- Competitive intelligence — benchmark a vertical DIY channel across five markets. See competitive intelligence.
- Catalog enrichment — resolve EANs to ManoMano listings with technical specs for catalog enrichment.