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
28d 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 →
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.
komplett.no API
Search and browse products from Komplett.no's electronics catalog, view detailed specifications and customer reviews, check real-time delivery options, and discover weekly deals and outlet items. Find related products, explore categories, and get all the information you need to compare and purchase electronics from Norway's leading tech retailer.
amazon.com API
Search and browse Amazon products, reviews, offers, and deals, then manage your shopping cart all through a single integration. Get detailed product information, seller profiles, and best sellers to compare prices and make informed purchasing decisions.
elkjop.no API
Search and browse Elkjøp Norway's complete product catalog with live pricing, specifications, and customer reviews, while checking real-time stock availability and delivery options across store locations. Discover weekly deals, outlet products, and recommended accessories to make informed shopping decisions.
walmart.com API
Retrieve product data from Walmart.com including pricing, descriptions, availability, reviews, and category listings. Access real-time product information to search by keyword, look up items by ID or URL, and browse department categories.
pccomponentes.com API
Search and browse PC components across categories and retrieve detailed product information including technical specifications, pricing, availability, and customer reviews. Ideal for comparing hardware options across processors, graphics cards, laptops, and more.
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.
emag.ro API
Access product data from eMAG.ro, Romania's largest online retailer. Search by keyword, browse categories, retrieve product details and reviews, and look up seller information.