Web scraping is particularly interesting for retail listings. This is where a small price difference can make a huge difference to your sales volume. You can use web scraping wether you’re selling the exact same product, or an alternative. Some … Read More
API – Retail and Ecommerce
Collect all the important product data from a webpage
Extract accurate and structured data from any retail website, without getting blocked !
Using all the latest tricks, the web scraping Retail and Ecommerce API allows you to retrieve every detail you need : product description, price and currency, shipping fee, stock, EAN, etc…
Because we know that some websites are tougher to scrape, we’ve also included some advanced options. The headless browser allows you to render javascript websites, and get the full HTML body provides you fully organized data.
No matter what subscription plan you choose you have access to all features including Premium Proxies.
For this API, you can get:
Check our documentation
Here is an example of a product page :
Here is the data retrieved with the API when scraping the URL of that specific product page ⤵
{
"error": null,
"data": {
"title": "Purificateur d'air Dyson Pure Cool Link™ (Bleu/Gris)",
"description": "Les meilleures offres pour Purificateur d'air Dyson Pure Cool Link™ (Bleu/Gris) sont sur ✓ Comparez les prix et les spécificités des produits neufs et d'occasion ✓ Pleins d'articles en livraison gratuite!",
"image": "https://i.ebayimg.com/images/g/IosAAOSw6~xgftNa/s-l300.jpg",
"price": 229,
"shippingFees": null,
"currency": "EUR",
"isInStock": true,
"EAN13": "5025155024522",
"ASIN": null,
"ISBN": null,
"color": "Bleu/gris",
"brand": "Dyson",
"category": {
"name": "Plus Dyson Pure Cool Purificateur de Table - Bleu/Gris ...",
"url": "https://www.ebay.fr/p/5031226256"
},
"categories": [
{
"name": "Électroménager",
"url": "https://www.ebay.fr/b/Electromenager-/20710"
},
{
"name": "Chauffage, clim, ventilation",
"url": "https://www.ebay.fr/b/Chauffage-clim-ventilation-/69197"
},
{
"name": "Qualité air intérieur, ventilateurs",
"url": "https://www.ebay.fr/b/Qualite-air-interieur-ventilateurs-/185114"
},
{
"name": "Ventilateurs",
"url": "https://www.ebay.fr/b/Ventilateurs-/20612"
},
{
"name": "Plus Dyson Pure Cool Purificateur de Table - Bleu/Gris ...",
"url": "https://www.ebay.fr/p/5031226256"
}
],
"siteURL": "https://www.ebay.fr/itm/184780336687",
"siteHtml": null,
"productHasVariations": null,
"error": null,
"statusCode": 200,
"isFinished": null,
"isDead": null,
"htmlLength": 287777,
"captchaFound": true,
"isHtmlPage": true,
"host": "www.ebay.fr",
"deliveryDate": "",
"originalPrice": null,
"bytesReceived": 70441,
"uncompressedBytesReceived": 289724
}
}{
"error": null,
"data": {
"title": "Purificateur d'air Dyson Pure Cool Link™ (Bleu/Gris)",
"description": "Les meilleures offres pour Purificateur d'air Dyson Pure Cool Link™ (Bleu/Gris) sont sur ✓ Comparez les prix et les spécificités des produits neufs et d'occasion ✓ Pleins d'articles en livraison gratuite!",
"image": "https://i.ebayimg.com/images/g/IosAAOSw6~xgftNa/s-l300.jpg",
"price": 229,
"shippingFees": null,
"currency": "EUR",
"isInStock": true,
"EAN13": "5025155024522",
"ASIN": null,
"ISBN": null,
"color": "Bleu/gris",
"brand": "Dyson",
"category": {
"name": "Plus Dyson Pure Cool Purificateur de Table - Bleu/Gris ...",
"url": "https://www.ebay.fr/p/5031226256"
},
"categories": [
{
"name": "Électroménager",
"url": "https://www.ebay.fr/b/Electromenager-/20710"
},
{
"name": "Chauffage, clim, ventilation",
"url": "https://www.ebay.fr/b/Chauffage-clim-ventilation-/69197"
},
{
"name": "Qualité air intérieur, ventilateurs",
"url": "https://www.ebay.fr/b/Qualite-air-interieur-ventilateurs-/185114"
},
{
"name": "Ventilateurs",
"url": "https://www.ebay.fr/b/Ventilateurs-/20612"
},
{
"name": "Plus Dyson Pure Cool Purificateur de Table - Bleu/Gris ...",
"url": "https://www.ebay.fr/p/5031226256"
}
],
"siteURL": "https://www.ebay.fr/itm/184780336687",
"siteHtml": null,
"productHasVariations": null,
"error": null,
"statusCode": 200,
"isFinished": null,
"isDead": null,
"htmlLength": 287777,
"captchaFound": true,
"isHtmlPage": true,
"host": "www.ebay.fr",
"deliveryDate": "",
"originalPrice": null,
"bytesReceived": 70441,
"uncompressedBytesReceived": 289724
}
}
Try this API for free
Get started today with free scrapes !
No payment info required.
User feedbacks

And see it for yourself !
IMPORTANT :
If you are testing on a retail site, do not paste the URL of the homepage or a page with multiple products,
you have to paste a single product page URL 😉
Latest articles

How to scrape product listings from Rakuten?
Historically, ScrapingBot’s first API is the Retail API. It allows you to collect all the details you need from a product page: price, shipping fee, description, brand, and more! Our last retail website scraping example was on the number 1 … Read More

How to scrape an eBay product page
Scraping product pages from Ebay can be interesting for various uses, wether you want to monitor your competitor’s prices, supply a price comparison to your readers, or simply study the fluctuations of the market. Collecting manually all the important data … Read More