Discover/x-kom API
live

x-kom APIx-kom.pl

Access x-kom.pl product data via API: search, category browsing, product details, reviews, Q&A, promotions, flash deals, and store locations.

Endpoint health
verified 4d ago
search_products
get_product_details
get_product_questions
get_hot_shot
get_categories
9/9 passing latest checkself-healing
Endpoints
9
Updated
19d ago

What is the x-kom API?

The x-kom.pl API exposes 9 endpoints covering the full product catalog of one of Poland's largest electronics retailers. You can retrieve structured product data — including prices in PLN, specifications, photos, and availability — via endpoints like get_product_details, search_products, and get_hot_shot. Customer reviews with star ratings, Q&A threads, active promotions, and physical store locations with geo-coordinates are all accessible without any account or authentication on your end.

Try it
Page number for pagination (1-based)
Sort order for results.
Results per page (max 30)
Search keyword (e.g. 'laptop', 'mysz gamingowa')
api.parse.bot/scraper/fe6e6b4a-c5c7-4687-86dd-fdc23768d1e3/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/fe6e6b4a-c5c7-4687-86dd-fdc23768d1e3/search_products?page=1&sort=AvailabilityStatus+desc%2CAccuracyB+desc&limit=10&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
Python SDK · recommended

Typed, relational, agent-ready

A generated client with real types, enums, and the links between objects — the structure a flat JSON response can't carry. Autocompletes in your editor and reads cleanly to coding agents.

  • Fully typed · autocompletes
  • Objects link to objects
  • Typed errors & pagination

Typed Python client. Set up the SDK in your uv project, then pull this API’s typed client:

uv add parse-sdk
uv run parse init
uv run parse add --marketplace x-kom-pl-api

uv run parse add --marketplace pulls a pinned snapshot of this canonical API — it won’t change underneath you. To customize it, subscribe and swap to your own copy.

from parse_apis.x_kom.pl_api import XKom, Sort

xkom = XKom()

# Search for laptops sorted by price ascending
for item in xkom.productsummaries.search(query="laptop", sort=Sort.PRICE_ASC, limit=5):
    print(item.name, item.price, item.producer.name)
    # Navigate to full product details
    full = item.details()
    print(full.product_description, full.availability_status)
    # Read reviews for this product
    for review in full.reviews.list(limit=3):
        print(review.author_name, review.rating, review.body)
    break

# Browse current promotions
for promo in xkom.productsummaries.promotions(limit=3):
    print(promo.name, promo.price, promo.old_price)

# Get today's flash deal
deal = xkom.hotshots.current()
print(deal.price, deal.old_price, deal.promotion_gain_text, deal.is_active)
print(deal.product.name, deal.product.price)

# List category groups
for group in xkom.groups.list():
    print(group.name, group.icon_name)
    for cat in group.categories:
        print(cat.name_singular, cat.products_count)
    break

# Find stores
for store in xkom.stores.list(limit=3):
    print(store.name, store.address.city, store.geo_location.latitude)
All endpoints · 9 totalmissing one? ·

Full-text search over x-kom.pl product catalog. Returns paginated product listings matching the query keyword. Each result includes pricing, producer, category, ratings, and availability. Paginates via integer page counter; server-side ordering via the sort param.

Input
ParamTypeDescription
pageintegerPage number for pagination (1-based)
sortstringSort order for results.
limitintegerResults per page (max 30)
queryrequiredstringSearch keyword (e.g. 'laptop', 'mysz gamingowa')
Response
{
  "type": "object",
  "fields": {
    "Page": "integer current page number",
    "Items": "array of product summary objects with Id, Name, Price, Producer, Category, MainPhoto, CommentsRating, CommentsCount, FeatureSummary, AvailabilityStatus, WebUrl",
    "Groups": "array of product group/category facets with Id, Name, ProductCount",
    "TotalCount": "integer total number of matching products",
    "TotalPages": "integer total number of pages"
  },
  "sample": {
    "data": {
      "Page": 1,
      "Items": [
        {
          "Id": "1370452",
          "Name": "MacBook Pro M5/32GB/1TB/Mac OS Srebrny 10R GPU",
          "Price": 10999,
          "WebUrl": "https://www.x-kom.pl/p/1370452-laptop-14-apple-macbook-pro-m5-32gb-1tb-mac-os-srebrny-10r-gpu.html",
          "Category": {
            "Id": "2980",
            "NameSingular": "Laptop 14\""
          },
          "OldPrice": null,
          "Producer": {
            "Id": "357",
            "Name": "Apple"
          },
          "MainPhoto": {
            "Url": "https://cdn.x-kom.pl/i/setup/images/prod/big/product-large,,2025/10/pr_2025_10_16_10_25_57_444_00.jpg"
          },
          "CommentsCount": 28,
          "CommentsRating": 6,
          "FeatureSummary": [
            "Procesor: Apple M5",
            "Pamięć: 32 GB"
          ],
          "AvailabilityStatus": "Available"
        }
      ],
      "Groups": [
        {
          "Id": "2",
          "Name": "Laptopy i komputery",
          "ProductCount": 8992
        }
      ],
      "TotalCount": 9094,
      "TotalPages": 304
    },
    "status": "success"
  }
}

About the x-kom API

Product Search and Category Browsing

The search_products endpoint accepts a query string (e.g. 'laptop' or 'mysz gamingowa') and returns paginated results with TotalCount, TotalPages, and an Items array. Each item includes Id, Name, Price, Producer, Category, and MainPhoto. Results can be sorted and paginated with sort, page, and limit parameters. The get_category_products endpoint works similarly but filters by group_id (e.g. '4' for smartphones) or category_id (e.g. '159' for laptops), and both endpoints return Groups facets that show product counts per sub-category.

Product Details, Reviews, and Q&A

get_product_details returns the full product record for a given product_id, including a Photos array with Url and ThumbnailUrl fields, a Features array of specification objects, an HTML ProductDescription, and the current Price in PLN. If the product ID does not exist, the endpoint returns a stale_input signal with kind input_not_found. get_product_reviews returns paginated review Items with AuthorName, Body, Rating, RatingFivePoints, and CreateTime, plus a Statistics object covering rating distributions. get_product_questions returns customer Q&A threads with each question's Body, Author, Answers, and a Statistics block counting questions with and without answers.

Promotions and Flash Deals

get_hot_shot returns the currently active "Gorący strzał" daily flash deal, including OldPrice, the discounted Price, PromotionEnd as an ISO datetime, and a full nested Product object. get_promotions returns a paginated list of all products currently in promotion, structured identically to the category endpoint response. Both endpoints are useful for price-tracking and deal-alert applications.

Categories and Physical Stores

get_categories returns the full category tree: an array of groups, each containing a Categories array with Id, NameSingular, NamePlural, and ProductsCount. This is useful for mapping x-kom's taxonomy before issuing category-level queries. get_stores returns each physical salon with Name, Email, a structured Address object (Lines, City, PostCode, Country), OpenHours strings, and a GeoLocation object with Latitude and Longitude.

Reliability & maintenanceVerified

The x-kom API is a managed, monitored endpoint for x-kom.pl — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when x-kom.pl changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official x-kom.pl API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
4d ago
Latest check
9/9 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Track flash deal prices over time using get_hot_shot fields Price, OldPrice, and PromotionEnd
  • Build a price comparison tool by querying search_products or get_product_details for PLN prices across product categories
  • Aggregate and analyze customer sentiment from get_product_reviews using Rating, RatingFivePoints, and Statistics distributions
  • Populate a category navigator by pulling the full taxonomy tree from get_categories including per-category ProductsCount
  • Monitor active promotions inventory by paginating through get_promotions and recording product IDs and prices
  • Build a store locator by combining get_stores GeoLocation coordinates with Address and OpenHours data
  • Answer pre-purchase questions programmatically by surfacing get_product_questions answers alongside product specs
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 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 x-kom.pl have an official public developer API?+
x-kom.pl does not publish an official public developer API or API documentation for third-party use. This Parse API provides structured access to the same product, review, and store data visible on the site.
What does `get_product_details` return when a product ID doesn't exist?+
When the supplied product_id does not correspond to an active product, the endpoint returns a stale_input response with kind set to input_not_found rather than throwing an HTTP error. Your integration should check for this field before processing the response body.
Does the API cover product stock levels or warehouse availability?+
The get_product_details endpoint includes availability data within the product record, but real-time stock quantities per warehouse or per SKU variant are not broken out as discrete response fields. You can fork this API on Parse and revise it to add an endpoint that targets more granular inventory data if your use case requires it.
Is historical pricing data accessible through this API?+
No endpoint returns historical price timeseries. The API reflects current prices: Price in product listings, OldPrice and Price in get_hot_shot, and current promotional prices in get_promotions. You can fork this API on Parse and revise it to store snapshots and build a price history layer on top.
How does pagination work across endpoints that return product lists?+
Endpoints like search_products, get_category_products, get_product_reviews, and get_product_questions all accept page and limit parameters and return TotalCount and TotalPages in the response. You can iterate from page 1 up to TotalPages to retrieve a full result set. Default page size varies by endpoint when limit is not specified.
Page content last updated . Spec covers 9 endpoints from x-kom.pl.
Related APIs in EcommerceSee all →
allegro.pl API
Search listings, browse categories, retrieve product details, and get autocomplete suggestions from Allegro.pl, Poland's largest e-commerce marketplace.
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.
amazon.pl API
Search and browse products across Amazon Poland to find categories, product details, pricing, and current deals. Get real-time suggestions and access promotional offers to help you discover and compare items on the Polish Amazon marketplace.
verkkokauppa.com API
Search and browse products from Verkkokauppa.com to find items across categories, check real-time prices and availability, read customer reviews, and discover deals in outlet and clearance sections. Filter products by your preferences and get detailed product information including specifications and store stock levels.
flanco.ro API
Access product listings, pricing, availability, promotions, customer reviews, and store information from Flanco.ro, Romania's leading electronics retailer. Search by keyword or browse the full category hierarchy to retrieve structured product data.
pepper.pl API
Browse deals, coupons, and product categories from Pepper.pl, a popular Polish community marketplace, with the ability to search specific offers and read community comments. Filter deals by category, view detailed information about each offer, and discover the latest coupon codes available.
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.
ozon.kz API
Browse and search thousands of products on Ozon.kz, view detailed product information, reviews, and seller details across category listings. Get instant search suggestions and explore the complete category tree to discover items that match your needs.