ManoMano IT Scraper API for DIY & Home Data
ManoMano is a large DIY, home and garden marketplace in Italy. Pass any manomano.it product URL to the /page endpoint and get the live listing back as structured JSON: title, price, the full image set, description, EAN, the marketplace seller and stock.
🇮🇹
Italy
/page
Live PDP endpoint
Seller
Marketplace seller named
JSON
Flat structured output
Get ManoMano IT data in 3 steps
Pass a ManoMano IT product URL
Send a GET request with the full manomano.it product URL. No per-category parser, no pre-configuration.
/page fetches the live listing
The endpoint loads ManoMano's own product page through managed proxy routing and reads its JSON-LD, OpenGraph and meta markup.
Receive flat JSON
One flat object: title, price and currency, primary image and full images array, description, EAN, the marketplace seller, availability and the extraction method used.
The ManoMano IT listing behind the data
Pulled live from ManoMano IT's product page with the /page endpoint, the deep PDP view that complements the multi-seller /offers call.
4 photosStampo in silicone per praline, cioccolatini e biscotti
Scraped live from ManoMano IT's product page via the /page endpoint.
ManoMano IT API integration
Get started in minutes with code examples in your preferred language.
Deep PDP scrape via /page
Point /page at a ManoMano IT product URL to pull the full listing: title, price, the whole image gallery, description, EAN, Italian category, marketplace seller and availability. This is a real response for a silicone baking mould sold by a third-party seller.
Implementation
curl --location --request GET "https://enterprise.shoppingscraper.com/v2/live/page?url=https%3A%2F%2Fwww.manomano.it%2Fp%2Fstampo-in-silicone-per-praline-cioccolatini-e-biscotti-221911681" \ --header "X-API-Key: your_api_key_here"
https://enterprise.shoppingscraper.com/v2/live/page?url=https%3A%2F%2Fwww.manomano.it%2Fp%2Fstampo-in-silicone-per-praline-cioccolatini-e-biscotti-221911681{"url": "https://www.manomano.it/p/stampo-in-silicone-per-praline-cioccolatini-e-biscotti-221911681","title": "Stampo in silicone per praline, cioccolatini e biscotti","brand": "AUTRES","gtin": "5906233160090","image": "https://cdn.manomano.com/pim-media/images/medium/7d0096dba4dd9a4f454dddb1155a440b328378ea.jpg","images": ["https://cdn.manomano.com/pim-media/images/medium/7d0096dba4dd9a4f454dddb1155a440b328378ea.jpg","https://cdn.manomano.com/pim-media/images/medium/e0736788456791a49c0b8963a5dcd7268679cf80.jpg","https://cdn.manomano.com/pim-media/images/medium/4f183ee20dc8268e6b03f0a247111c5d4d1e46e0.jpg"],"description": "IN STOCK: Stampo in silicone per praline, cioccolatini e biscotti al miglior prezzo. Consegna rapida in tutta Italia.","category": "Stampo per torte","price": 18.89,"price_currency": "EUR","shipping_cost": null,"price_with_shipping": 18.89,"availability": "InStock","condition": "NewCondition","seller": "shumee","structured_data_found": ["JSON-LD", "OpenGraph", "Meta", "HTML"],"extraction_method": "JSON-LD, OpenGraph, Meta, HTML","success": true}
What you get with ManoMano IT
Third-party sellers on the Italian storefront
ManoMano IT is a marketplace where most items ship from third parties, often the same pan-European sellers under different listings. /page returns the seller name (shumee in the sample), so you can track which merchants compete on the Italian catalogue.
Cross-border seller and price comparison
Because ManoMano runs DE, IT, FR and other storefronts, scraping manomano.it next to manomano.de shows you how the same seller prices the same item across markets, and where the arbitrage sits.
EAN on generic and imported goods
The sample silicone mould is listed under 'AUTRES' but still returns EAN 5906233160090. That barcode matches an imported or white-label item back to a supplier catalogue or a Google Shopping product.
Italian category labels
The scrape returns ManoMano's own Italian category (Stampo per torte in the sample), useful for classifying a large DIY and home range in the local taxonomy rather than a translated guess.
Euro pricing for the IT market
/page reads the live euro price on the Italian storefront, so you benchmark manomano.it against Italian competitors instead of mixing prices from other countries.

Available data points
- Product title
- Brand (or generic label)
- EAN barcode
- Marketplace seller name
- Primary image and full images array
- Description
- Category (Italian)
- Price and currency
- Availability / stock status
- Structured-data sources found
- Extraction method
Why scrape ManoMano IT?
ManoMano IT is the Italian face of a pan-European DIY marketplace. Its value for data teams is twofold: it opens a huge long-tail catalogue of tools, home and garden goods sold by third parties, and it lets you compare the same sellers and items across ManoMano's country storefronts. /page reaches any manomano.it listing from one product URL, names the seller behind the price and returns the Italian category, so you can monitor merchants, spot cross-border price gaps and enrich a local catalogue.
- Track the third-party sellers competing on the Italian storefront
- Compare the same seller and item against manomano.de for arbitrage
- Pull the EAN to match imported or white-label stock
- Classify products with ManoMano's own Italian category labels
What the /page endpoint returns for ManoMano IT
Point /page at a manomano.it product URL and it fetches the live listing, reads the structured markup and returns one flat JSON object. The example below is a real response for a silicone baking mould sold by a third-party seller.
- Endpoint: https://enterprise.shoppingscraper.com/v2/live/page?url={encoded_url}
- Authentication: X-API-Key request header
- Response: one flat JSON object with the extracted fields
- Core fields: title, price, image, description, availability
Frequently Asked Questions
How do I scrape a ManoMano IT product?+
Send a GET request to the /page endpoint with the full manomano.it product URL and your key in the X-API-Key header. You get back a flat JSON object with the title, price, images, description, EAN, marketplace seller and stock status.
Can I compare ManoMano IT prices with ManoMano DE?+
Yes. Run /page against both storefronts for the same item and seller to see how prices differ between the Italian and German markets. ManoMano operates several country sites off the same catalogue, so cross-border comparison is straightforward.
Does the scrape name the seller?+
Yes. ManoMano IT is a marketplace, so /page returns the third-party seller for each listing (shumee in the sample), letting you attribute the price to the actual merchant rather than to ManoMano.
What language and currency does it return?+
manomano.it returns Italian-language titles, descriptions and category labels, priced in euros for the Italian market.
Start scraping ManoMano IT today
100 free API calls. No credit card required. Works on any manomano.it product URL.