🇪🇸 SpainToys & GamesReal-Time API

Juguetilandia Price Scraper & Product Data API

Popular Spanish toy retailer chain. Extract real-time prices, availability, product specs, and seller data from juguetilandia.es via a simple REST API.

🇪🇸

Spain

95%+

Match rate

<3s

Response time

JSON

Structured data

How It Works

Get Juguetilandia data in 3 steps

1

Send an EAN or product URL

Pass a product EAN/GTIN barcode or a direct juguetilandia.es product URL to our API endpoint.

2

We scrape Juguetilandia in real time

Our scraper fetches the latest pricing, availability, and product data directly from juguetilandia.es.

3

Receive structured JSON

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

Source Product Page

The Juguetilandia listing behind the data

Pulled live from Juguetilandia's product page with the /page endpoint — the deep PDP view that complements the multi-seller /offers call.

juguetilandia.com
Lego Creator Ramos de Flores Silvestres Lego 10313
Juguetilandia

Lego Creator Ramos de Flores Silvestres Lego 10313

€53.99€59.99
In stock5· 1 reviews
View on Juguetilandia

Scraped live from Juguetilandia's product page via the /page endpoint.

API

Juguetilandia API integration

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

Live Juguetilandia data via Google Shopping

Call the /offers endpoint with site=shopping.google.es and an EAN — Juguetilandia comes back as a seller. You don't need a Juguetilandia-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.es&ean=5702017416663"
GEThttps://api.shoppingscraper.com/offers?site=shopping.google.es&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=es&hl=es",
"title": "LEGO 10313 Wildflower Bouquet",
"brand": "LEGO",
"thumbnail": "https://encrypted-tbn1.gstatic.com/shopping?q=tbn:ANd9GcQ47Nny4n9d8mLMKg54Wh85esP0qYKesa8v6V3leWr8ASH7EqGa7s5l77mEbs18qdMQ0l-2YKa8CmKRJC_si2kATGMWdim4",
"availability": "InStock",
"currency": "EUR",
"offers": [
{
"sellerName": "Juguetilandia",
"sellerCode": "7974278",
"sellerReference": "https://www.juguetilandia.com/producto/lego-creator-ramos-de-flores-silvestres-lego-10313-120507.htm",
"price": "53.99",
"formerPrice": "59.99",
"shippingPrice": "3.99",
"totalPrice": "57.98",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Wallapop",
"sellerCode": "5326626632",
"sellerReference": "https://es.wallapop.com/item/lego-10313-wildflower-bouquet-1215641567",
"price": "45.00",
"formerPrice": null,
"shippingPrice": "8.0",
"totalPrice": "53.00",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Amazon.es",
"sellerCode": "101204688",
"sellerReference": "https://www.amazon.es/LEGO-10313-Silvestres-Artificiales-Manualidades/dp/B00BLHX6J8?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&psc=1&smid=A1AT7YVPFBWXBL&language=es_ES",
"price": "47.80",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "47.80",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
}
]
}
]
}

Deep PDP scrape via /page

Point /page at Juguetilandia'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%2Fwww.juguetilandia.com%2Fproducto%2Flego-creator-ramos-de-flores-silvestres-lego-10313-120507.htm&raw=true&api_key=your_api_key_here"
GEThttps://api.shoppingscraper.com/page?url=https%3A%2F%2Fwww.juguetilandia.com%2Fproducto%2Flego-creator-ramos-de-flores-silvestres-lego-10313-120507.htm&raw=true&api_key=your_api_key_here
API Response
{
"shoppingscraper": {
"results": [
{
"classification": "product",
"title": "Lego Creator Ramos de Flores Silvestres Lego 10313",
"brand": "LEGO",
"ean": "5702017416663",
"sku": "1999968878",
"link": "https://www.juguetilandia.com/producto/lego-creator-ramos-de-flores-silvestres-lego-10313-120507.htm",
"currency": "EUR",
"offers": [
{
"price": "53.99",
"formerPrice": "59.99",
"seller": "Juguetilandia",
"availability": "InStock",
"state": "NewCondition"
}
],
"content": {
"specs": [],
"description": "Si quieres decorar tu casa, con un bonito y permanente <b>Ramo de Flores Silvestre</b>, tienes que conseguir este fantástico pack de <b>Lego…",
"images": [
"https://cdn.juguetilandia.com/images/articulos/1999968878g00.jpg"
],
"reviews": {
"rating": 5.0,
"count": 1
}
},
"thumbnail": "https://cdn.juguetilandia.com/images/articulos/1999968878g00.jpg"
}
]
}
}
Features

What you get with Juguetilandia

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 Juguetilandia — 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 Juguetilandia 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 Juguetilandia 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 Juguetilandia 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 Juguetilandia products?+

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

How often is Juguetilandia data updated?+

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

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

Start scraping Juguetilandia today

100 free API calls. No credit card required.