๐Ÿ‡ฌ๐Ÿ‡ง United KingdomDepartment StoreReal-Time API

Very Price Scraper & Product Data API

Major UK online department store. Extract real-time prices, availability, product specs, and seller data from very.co.uk via a simple REST API.

๐Ÿ‡ฌ๐Ÿ‡ง

United Kingdom

95%+

Match rate

<3s

Response time

JSON

Structured data

How It Works

Get Very data in 3 steps

1

Send an EAN or product URL

Pass a product EAN/GTIN barcode or a direct very.co.uk product URL to our API endpoint.

2

We scrape Very in real time

Our scraper fetches the latest pricing, availability, and product data directly from very.co.uk.

3

Receive structured JSON

Get clean, structured data with price, shipping cost, availability status, product specs, and images.

Source Product Page

The Very listing behind the data

Pulled live from George at ASDA's product page with the /page endpoint โ€” the deep PDP view that complements the multi-seller /offers call.

direct.asda.com
LEGO Icons Wildflower Bouquet Set for Adults 10313
George at ASDA

LEGO Icons Wildflower Bouquet Set for Adults 10313

ยฃ33.23ยฃ41.54
In stock4.8ยท 380 reviews
View on George at ASDA

Scraped live from George at ASDA's product page via the /page endpoint.

API

Very API integration

Get started in minutes with code examples in your preferred language.

Live Very data via Google Shopping

Call the /offers endpoint with site=shopping.google.co.uk and an EAN โ€” very.co.uk comes back as a seller. You don't need a Very-specific API; one Google Shopping call surfaces every seller carrying the product.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=shopping.google.co.uk&ean=5702017416663"
GEThttps://api.shoppingscraper.com/offers?site=shopping.google.co.uk&ean=5702017416663&api_key=your_api_key_here
API Response
{
"results": [
{
"ean": "5702017416663",
"sku": "1083505197665243410",
"url": "https://www.google.com/search?udm=28&q=LEGO%2010313%20Wildflower%20Bouquet&dpr=1#oshopproduct=cid:1083505197665243410,pvt:hg,pvo:3,laoid:1&oshop=apv&pvs=0&gl=gb&hl=en",
"title": "LEGO 10313 Wildflower Bouquet",
"brand": "LEGO",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcQXNqZ5HYtbc-AmMm5Nn51tvQzukdDvcEwBubufMFMXq-Cv_Q5iMtdCTKA4GLSDv42ceuTyw9ggYezCDTsKAGC_PAIcJ7Ss",
"availability": "InStock",
"currency": "GBP",
"offers": [
{
"sellerName": "George at ASDA",
"sellerCode": "6328581",
"sellerReference": "https://direct.asda.com/george/toys-character/lego/lego-icons-wildflower-bouquet-set-for-adults-10313/051274999,default,pd.html",
"price": "33.23",
"formerPrice": "41.54",
"shippingPrice": "3.75",
"totalPrice": "36.98",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Smyths Toys",
"sellerCode": "100917180",
"sellerReference": "https://www.smythstoys.com/uk/en-gb/toys/lego-and-bricks/adult-lego/adult-lego-art-design-and-travel/lego-botanical-collection-10313-wildflower-bouquet-set/p/215703",
"price": "38.99",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "38.99",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "LEGO.com/en-gb",
"sellerCode": "424202",
"sellerReference": "https://www.lego.com/en-gb/product/wildflower-bouquet-10313",
"price": "54.99",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "54.99",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
}
]
}
]
}

Deep PDP scrape via /page

Point /page at George at ASDA'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.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/page?url=https%3A%2F%2Fdirect.asda.com%2Fgeorge%2Ftoys-character%2Flego%2Flego-icons-wildflower-bouquet-set-for-adults-10313%2F051274999%2Cdefault%2Cpd.html&raw=true&api_key=your_api_key_here"
GEThttps://api.shoppingscraper.com/page?url=https%3A%2F%2Fdirect.asda.com%2Fgeorge%2Ftoys-character%2Flego%2Flego-icons-wildflower-bouquet-set-for-adults-10313%2F051274999%2Cdefault%2Cpd.html&raw=true&api_key=your_api_key_here
API Response
{
"shoppingscraper": {
"results": [
{
"classification": "product",
"title": "LEGO Icons Wildflower Bouquet Set for Adults 10313",
"brand": "LEGO",
"ean": "5702017416663",
"sku": "051274999",
"link": "https://direct.asda.com/george/toys-character/lego/lego-icons-wildflower-bouquet-set-for-adults-10313/051274999,default,pd.html",
"currency": "GBP",
"offers": [
{
"price": "33.23",
"formerPrice": "41.54",
"seller": "George at ASDA",
"availability": "InStock",
"state": "NewCondition"
}
],
"content": {
"specs": [],
"description": "Giving and receiving flowers is always joyful, and this LEGO Icons Wildflower Bouquet (10313) crafts set for adults puts a creative spin on โ€ฆ",
"images": [
"https://asda.scene7.com/is/image/Asda/5702017416663?hei=300&amp;wid=300&amp;qlt=85&amp;fmt=pjpg&amp;resmode=sharp2&amp;op_usm=1.1,0.5,0,0&amp;defaultimage=default_details_George_rd"
],
"reviews": {
"rating": 4.8,
"count": 380
}
},
"thumbnail": "https://asda.scene7.com/is/image/Asda/5702017416663?hei=300&amp;wid=300&amp;qlt=85&amp;fmt=pjpg&amp;resmode=sharp2&amp;op_usm=1.1,0.5,0,0&amp;defaultimage=default_details_George_rd"
}
]
}
}
Features

What you get with Very

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 Very โ€” 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 Very 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 Very 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 Very 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.

ShoppingScraper mascot
Data

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 Very products?+

Send a GET request to our API with site=very.co.uk and the product's EAN barcode. The API returns structured JSON with pricing, availability, and product details.

How often is Very data updated?+

Every API call fetches live data from very.co.uk. For automated monitoring, set up a scheduler to check prices daily or multiple times per day.

Can I compare Very 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 Very data.

Start scraping Very today

100 free API calls. No credit card required.