Discover/verkkokauppa.com API
live

verkkokauppa.com APIverkkokauppa.com

Access Verkkokauppa.com product data via API: search, pricing, availability, reviews, outlet/clearance listings, and full category browsing across Finland's largest electronics retailer.

Endpoints
11
Updated
10d ago
Try it
Page number (1-indexed).
Sort order. Accepted values: -score, -popularity, price, -price.
Search keyword.
api.parse.bot/scraper/e51a9cee-df5a-492b-bb34-75d4f2a85f7e/<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/e51a9cee-df5a-492b-bb34-75d4f2a85f7e/search_products?page=1&sort=-score&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 11 totalclick to expand

Search for products by keyword query on Verkkokauppa.com. Returns paginated results with product data, included category/campaign details, and pagination metadata.

Input
ParamTypeDescription
pageintegerPage number (1-indexed).
sortstringSort order. Accepted values: -score, -popularity, price, -price.
queryrequiredstringSearch keyword.
Response
{
  "type": "object",
  "fields": {
    "data": "array of product objects with attributes including name, price, images, rating, and category relationships",
    "meta": "object containing totalResults and search variant info",
    "included": "array of related resources such as sales categories, brands, and campaigns"
  },
  "sample": {
    "data": {
      "data": [
        {
          "id": "1014773",
          "type": "products",
          "attributes": {
            "name": "HP Laptop 17-cn3014no",
            "price": {
              "current": 479.99,
              "original": 479.99
            }
          }
        }
      ],
      "meta": {
        "totalResults": 500
      },
      "included": [
        {
          "id": "laptops",
          "type": "salesCategories"
        }
      ]
    },
    "status": "success"
  }
}

About the verkkokauppa.com API

The Verkkokauppa.com API provides 11 endpoints covering product search, detailed specs, real-time pricing, store-level stock availability, customer reviews, and category/sale/outlet browsing for Finland's largest electronics retailer. The get_product_details endpoint alone returns name, brand, description, specifications, images, price, and warehouse availability in a single call, while get_store_availability breaks down stock by shipment, pickup, and individual store locations.

Product Search and Filtering

The search_products endpoint accepts a query string and an optional sort parameter (-score, -popularity, price, -price) and returns paginated data arrays of product objects alongside included resources such as brands, sales categories, and campaigns. For more targeted queries, search_with_filters adds a filters input that accepts a JSON string of attribute key-value pairs — for example {"base+brand": "Samsung"} — allowing brand or attribute-scoped searches without a keyword. Both endpoints expose meta.totalResults for building pagination controls.

Product Details, Pricing, and Availability

get_product_details returns a single product's full attribute set: name, description, brand, price, specifications, images, and an availability object with warehouse and store-level stock data, plus rating_stats containing review count, average rating, and rating distribution. When only price and availability are needed, get_product_price_and_availability provides a lighter payload with current and original prices, tax rate, and any active discount details without the full spec overhead.

get_store_availability returns a dedicated availability snapshot per product, including boolean flags (isReleased, isSoldOut, isShippingAllowed) and a stocks object broken into shipment, pickup, and per-store sub-objects, each with individual counts and availability flags. An updatedAt ISO timestamp indicates data freshness.

Categories, Sales, Outlet, and Reviews

get_category_list returns the full category tree as data (top-level categories with label, slug, and productCount) and included child categories, giving you the category_id slugs needed by get_category_products. The search_products_on_sale and get_clearance_products endpoints surface discount-priced items; get_outlet_products specifically covers customer-return stock and adds an outlet-specific customerReturnsInfo and condition field to each product object. Note that outlet and review endpoints return a 0-indexed pageNo in the response, even though they accept 1-indexed page input.

get_product_reviews returns an array of reviews objects, each with rating, reviewText, userNickname, submissionTime, and secondaryRatings. Products with no reviews return an empty array with totalItems: 0. Reviews may include syndicated content from related product variants.

Common use cases
  • Track real-time price drops on specific product IDs using get_product_price_and_availability for deal-alert tooling.
  • Build a Finnish electronics price comparison tool by pulling search results across multiple category slugs from get_category_products.
  • Monitor per-store stock levels with get_store_availability to surface which Helsinki or Tampere locations have an item in stock for pickup.
  • Aggregate customer review sentiment using reviewText and rating fields from get_product_reviews across product categories.
  • Populate a deal-discovery feed by combining search_products_on_sale, get_clearance_products, and get_outlet_products for discount and return stock.
  • Sync a product catalog with full specs and images by iterating categories via get_category_list and fetching details through get_product_details.
  • Filter competitor or brand-specific listings using the filters parameter in search_with_filters with a base+brand key.
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 Verkkokauppa.com have an official public developer API?+
Verkkokauppa.com does not publish a documented public developer API for third-party use. This Parse API provides structured access to the product, pricing, availability, and review data available on the site.
What does get_outlet_products return that regular search endpoints don't?+
Outlet product objects include customerReturnsInfo and condition fields specific to returned stock, and the response uses a distinct schema with pageNo (0-indexed), numPages, totalItems, and a products array — rather than the data/meta/included structure used by search and category endpoints.
Does the API cover product questions and answers, or seller/third-party listings?+
Not currently. The API covers product details, customer reviews, pricing, availability, and category/sale browsing. Verkkokauppa.com is a single-seller retailer, so there are no third-party marketplace listings. Product Q&A is not exposed. You can fork this API on Parse and revise it to add a product Q&A endpoint if that data becomes useful.
How does pagination work across different endpoints?+
Search, category, sale, and clearance endpoints accept a 1-indexed page integer and return meta.totalResults. The get_outlet_products and get_product_reviews endpoints also accept 1-indexed page input but return a 0-indexed pageNo in the response along with numPages and totalItems, so callers should use the response numPages field rather than inferring page count from totalResults.
Is historical pricing data available through the API?+
Not currently. Endpoints return current price, original price (when a discount is active), and tax details, but no historical price series. You can fork this API on Parse and revise it to log or persist pricing responses over time to build your own price history.
Page content last updated . Spec covers 11 endpoints from verkkokauppa.com.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
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.
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.
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.
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.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
Verkkokauppa.com API – Products, Prices & Reviews · Parse