Discover/smythstoys.com API
live

smythstoys.com APIsmythstoys.com

Access the Smyths Toys product catalog via API. Search products by keyword and retrieve pricing, stock, and specs across UK, Ireland, Germany, and Netherlands.

Endpoints
2
Updated
3mo ago
Try it
Current page number
Search keyword
Region/Locale (uk, ie, de, nl)
Number of results per page
api.parse.bot/scraper/14f94093-2f34-4248-a287-e5c61542fced/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/14f94093-2f34-4248-a287-e5c61542fced/search_products' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for products by keyword query across different locales.

Input
ParamTypeDescription
pageintegerCurrent page number
queryrequiredstringSearch keyword
localestringRegion/Locale (uk, ie, de, nl)
page_sizeintegerNumber of results per page
Response
{
  "type": "object",
  "fields": {
    "products": "array"
  },
  "sample": {
    "products": [
      {
        "code": "123456",
        "name": "LEGO Star Wars Millennium Falcon",
        "price": {
          "value": 149.99
        }
      }
    ]
  }
}

About the smythstoys.com API

The Smyths Toys API provides 2 endpoints for querying the Smyths Toys product catalog across four regional locales: UK, Ireland, Germany, and the Netherlands. The search_products endpoint accepts a keyword query and returns a paginated array of matching products, while get_product_details returns structured data including name, price, and stock status for a specific product by its SKU code.

Search Products

The search_products endpoint accepts a required query string and optional parameters for locale (uk, ie, de, nl), page, and page_size. This lets you paginate through result sets and scope searches to a specific regional market. The response is an array of products, making it suitable for building catalog browsers, comparison tools, or monitoring keyword-based product availability across regions.

Product Details

The get_product_details endpoint takes a required product_code (the Smyths SKU, e.g. 123456) and an optional locale parameter. The response includes a name string, a price object reflecting the regional pricing, and a stock object indicating availability. Running the same product_code against different locales lets you compare pricing and stock status across the UK, Irish, German, and Dutch storefronts for the same item.

Regional Coverage

Both endpoints support the same four locales: uk, ie, de, and nl. Locale selection affects both the currency and stock data returned — the UK and Ireland return GBP and EUR pricing respectively, while Germany and the Netherlands return Euro-denominated results. If no locale is specified, the endpoint falls back to a default region.

Common use cases
  • Track price differences for the same toy SKU across UK, Irish, German, and Dutch storefronts using get_product_details with different locale values.
  • Monitor stock availability for specific product codes ahead of peak shopping seasons like Christmas.
  • Build a toy search interface that surfaces Smyths Toys results by keyword and locale for a regional audience.
  • Alert users when a previously out-of-stock product (from the stock object) becomes available in their preferred locale.
  • Aggregate and compare product names and prices across European markets for competitive pricing analysis.
  • Feed a product catalog database by paginating through search_products results using the page and page_size parameters.
  • Validate that a list of product codes from internal systems returns valid entries on Smyths Toys across all supported regions.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Smyths Toys have an official developer API?+
Smyths Toys does not publish a public developer API or API documentation for third-party access to their product catalog.
What does the `get_product_details` endpoint return beyond price?+
In addition to the price object (regional pricing), the response includes a name string and a stock object indicating availability for the given locale. The level of detail in the price and stock objects — such as sale prices, click-and-collect availability, or store-level stock — depends on what the product record exposes.
Does the API cover customer reviews or product ratings for Smyths Toys items?+
Not currently. The API covers product name, price, and stock data via get_product_details, and keyword-based product search via search_products. Reviews and ratings are not part of the current response shape. You can fork this API on Parse and revise it to add an endpoint targeting review data for a specific product.
Are there any limitations on which locales are supported?+
The API covers four locales: uk (United Kingdom), ie (Ireland), de (Germany), and nl (Netherlands). Other countries where Smyths Toys operates — such as Austria or Switzerland — are not currently included. You can fork this API on Parse and revise it to add support for additional locale values if Smyths Toys expands their storefront coverage.
How does pagination work in `search_products`?+
The search_products endpoint accepts integer page and page_size parameters. Increment page while keeping page_size consistent to walk through result sets. If neither parameter is supplied, the endpoint returns a default page of results.
Page content last updated . Spec covers 2 endpoints from smythstoys.com.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.