Alternate IT Price Scraper & Product Data API
German electronics retailer's Italian operation. Extract real-time prices, availability, product specs, and seller data from alternate.it via a simple REST API.
๐ฎ๐น
Italy
95%+
Match rate
<3s
Response time
JSON
Structured data
Get Alternate IT data in 3 steps
Send an EAN or product URL
Pass a product EAN/GTIN barcode or a direct alternate.it product URL to our API endpoint.
We scrape Alternate IT in real time
Our scraper fetches the latest pricing, availability, and product data directly from alternate.it.
Receive structured JSON
Get clean, structured data with price, shipping cost, availability status, product specs, and images.
The Alternate IT listing behind the data
Pulled live from alternate.it's product page with the /page endpoint โ the deep PDP view that complements the multi-seller /offers call.

Scraped live from alternate.it's product page via the /page endpoint.
Alternate IT API integration
Get started in minutes with code examples in your preferred language.
Live Alternate IT data via Google Shopping
Call the /offers endpoint with site=shopping.google.it and an EAN โ alternate.it comes back as a seller. You don't need a Alternate IT-specific API; one Google Shopping call surfaces every seller carrying the product.
Implementation
curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=shopping.google.it&ean=6974434222175"
https://api.shoppingscraper.com/offers?site=shopping.google.it&ean=6974434222175&api_key=your_api_key_here{"results": [{"ean": "6974434222175","sku": "8234494512552705530","url": "https://www.google.com/search?udm=28&q=Headphones%20with%20Microphone%20Nothing%20A10600061%20Black%20Transparent&dpr=1#oshopproduct=cid:8234494512552705530,pvt:hg,pvo:3,laoid:1&oshop=apv&pvs=0&gl=it&hl=it","title": "Headphones with Microphone Nothing A10600061 Black Transparent","brand": "Nothing","thumbnail": "https://encrypted-tbn0.gstatic.com/shopping?q=tbn:ANd9GcScudgFEcg0MwBpB4D9Z4SEWlon0HLk35cnoBhLK3mji97R-b3wrreakbvH1eDb0tIGROhfnboeL1iy4FZ1HpRnWR36NmWYtAThiQ3hwW67zUbhdIPSd3YL-Q","availability": "InStock","currency": "EUR","offers": [{"sellerName": "alternate.it","sellerCode": "7824386","sellerReference": "http://www.alternate.it/html/product/100147127?partner=itadwoPLA","price": "117.90","formerPrice": null,"shippingPrice": "19.9","totalPrice": "137.80","condition": "New","availability": "OutOfStock","shippingMethod": "standard"},{"sellerName": "Amazon.it","sellerCode": "101204649","sellerReference": "https://www.amazon.it/Nothing-Ear-Integrazione-Cancellazione-Equalizzatore/dp/B0CXPQKHR3?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&psc=1&smid=A11IL2PNWYJU7H&language=it_IT","price": "89.00","formerPrice": null,"shippingPrice": "0.00","totalPrice": "89.00","condition": "New","availability": "InStock","shippingMethod": "standard"},{"sellerName": "Unieuro","sellerCode": "108014492","sellerReference": "https://www.unieuro.it/online/Cuffie-e-Auricolari/Ear-pidNTHEARBK","price": "89.00","formerPrice": null,"shippingPrice": "4.9","totalPrice": "93.90","condition": "New","availability": "InStock","shippingMethod": "standard"}]}]}
Deep PDP scrape via /page
Point /page at alternate.it's product URL to pull the full listing โ description, spec sheet, every product image, and the retailer's own review score โ data the multi-seller /offers call doesn't carry.
Implementation
curl -X GET "https://api.shoppingscraper.com/page?url=http%3A%2F%2Fwww.alternate.it%2Fhtml%2Fproduct%2F100147127%3Fpartner%3DitadwoPLA&raw=true&api_key=your_api_key_here"
https://api.shoppingscraper.com/page?url=http%3A%2F%2Fwww.alternate.it%2Fhtml%2Fproduct%2F100147127%3Fpartner%3DitadwoPLA&raw=true&api_key=your_api_key_here{"shoppingscraper": {"results": [{"classification": "product","title": "Orecchio, Cuffie","brand": "Nothing","ean": "6974434222175","sku": "100147127","link": "http://www.alternate.it/html/product/100147127?partner=itadwoPLA","currency": "EUR","offers": [{"price": "117.9","formerPrice": null,"seller": "alternate.it","availability": "InStock","state": "NewCondition"}],"content": {"specs": [],"description": "Le Nothing Ear sono cuffie Bluetooth in-ear certificate Hi-Res Audio con un design trasparente pluripremiato, che rivela il loro funzionamenโฆ","images": ["https://www.alternate.it/p/600x600/7/2/Nothing_Orecchio__Cuffie@@100147127.jpg"],"reviews": {"rating": null,"count": null}},"thumbnail": "https://www.alternate.it/p/600x600/7/2/Nothing_Orecchio__Cuffie@@100147127.jpg"}]}}
What you get with Alternate IT
Every Seller's Price by EAN
Send an EAN to the Google Shopping /offers endpoint and get every seller's offer for that product โ including Alternate IT โ each with its own price, shipping cost, and total. One call returns the whole competitive set.
Price & Discount Tracking
Each offer returns the current price and the former price, so you can track the live price from Alternate IT and detect exactly when it drops below its previous one.
Total Landed Price
Offers include shipping price and total price alongside the item price โ the real all-in cost shoppers compare, not just the headline figure.
Stock & Condition Signals
Every offer carries an availability status (in stock / out of stock) and a condition (new / refurbished), so you know whether Alternate IT and competing sellers actually have the item.
Seller Identity & Direct Link
Each offer names the seller and includes a direct seller-reference link, so you can attribute every price to Alternate IT or a rival and click straight through to the listing.
EAN-Matched Product, Multi-Country
Google Shopping matches your EAN to the right product โ returning title, brand, image, and catalog SKU โ and the same EAN runs across Google Shopping country domains, so you can compare the product market by market.

Available data points
- Product title
- Brand
- EAN / GTIN barcode
- Google Shopping catalog SKU
- Product image (thumbnail)
- Seller name (per offer)
- Direct seller-reference link
- Price and former price
- Shipping price and total price
- Condition (new / refurbished)
- Availability / stock status
- Currency
Frequently Asked Questions
How do I scrape Alternate IT products?+
Send a GET request to our API with site=alternate.it and the product's EAN barcode. The API returns structured JSON with pricing, availability, and product details.
How often is Alternate IT data updated?+
Every API call fetches live data from alternate.it. For automated monitoring, set up a scheduler to check prices daily or multiple times per day.
Can I compare Alternate IT prices with other retailers?+
Yes. Use our Google Shopping or Global endpoint to get prices from multiple retailers for the same product, then compare against Alternate IT data.