Latvian Price Aggregator APIs
Generate and manage XML product feeds for Latvia's two major price comparison platforms: Salidzini.lv and KurPirkt.lv.
Platform Overview
| Aspect |
Salidzini.lv |
KurPirkt.lv |
| Daily visitors |
~47,000 |
30,000-45,000 |
| Monthly visitors |
~1.3 million |
N/A |
| Listed shops |
N/A |
1,200+ |
| Feed format |
XML (UTF-8) |
XML (UTF-8) |
| Feed update |
At least daily |
Regular (daily recommended) |
| Contact |
Web form on shops_info.php |
kurpirkt@kurpirkt.lv / +371 26533032 |
| Registration |
Online form |
Email application |
Both platforms use similar XML feed formats with minor differences in field names and requirements. If a shop targets both platforms, a single feed generator can produce both formats with minimal adjustments.
Quick Start
To integrate with either platform:
- Generate an XML feed from your product database (see format details in reference files)
- Host the feed at a public URL (e.g.,
https://yourshop.lv/export/salidzini.xml)
- Auto-update the feed at least once daily via a scheduled script/cron job
- Place the aggregator's banner on your shop's homepage
- Submit your application through the platform's registration process
- Validate your feed using the platform's validator (Salidzini provides one at their shops_info page)
Feed Format Comparison
Both platforms use <root> as the root element and <item> for each product. The key differences:
| Field |
Salidzini.lv |
KurPirkt.lv |
Notes |
| Product name |
<name> (required) |
<name> (required) |
Max 200 chars on Salidzini |
| Product URL |
<link> (required) |
<link> (required) |
Max 500 chars, full URL |
| Price |
<price> (required) |
<price> (required) |
EUR, dot decimal separator |
| Image |
<image> |
<image> |
White bg, no logos/watermarks |
| Brand |
<brand> |
<manufacturer> |
Different tag name |
| Category |
<category_full> |
<category_full> |
Hierarchy with >> (Salidzini) or > (KurPirkt) |
| Category link |
<category_link> |
<category_link> |
Optional on KurPirkt |
| Stock |
<in_stock> |
<in_stock> |
Numeric quantity |
| Used/refurbished |
<used> |
<used> |
Value 1 for used items |
| Delivery cost |
<delivery_latvija> |
<delivery_cost_riga> |
Different tag name & scope |
| Delivery days |
<delivery_days_latvija> |
N/A |
Salidzini only |
| In-store pickup days |
<delivery_days_shop> |
N/A |
Salidzini only |
| Service fee |
<service_fee> |
N/A |
Salidzini only |
| Model |
<model> |
N/A |
Salidzini only |
| Color |
<color> |
N/A |
Salidzini only |
| MPN |
<mpn> |
N/A |
Salidzini only |
| EAN/GTIN |
<ean> |
N/A |
Salidzini only |
| Adult content |
<adult> |
N/A |
yes/no, required for adult shops |
| OTC medicine |
<over_the_counter_medicine> |
N/A |
Salidzini only, value 1 |
Reference Files
For detailed per-platform documentation, field specifications, code examples, and validation rules:
references/salidzini.md - Complete Salidzini.lv feed specification, all fields, rules, and examples
references/kurpirkt.md - Complete KurPirkt.lv feed specification and registration process
references/integration-guide.md - Code examples for generating feeds in Node.js, PHP, Python; dual-feed strategy; validation; scheduling
Read the relevant reference file when you need detailed field-level documentation or implementation code.
Common Rules (Both Platforms)
Pricing
- All prices in EUR with VAT included
- Use dot (
.) as decimal separator
- Price must be the final price a consumer pays (excluding delivery)
- Include any additional fees in the price
Product Names
- Include brand/manufacturer, model, and product code
- Keep names concise and descriptive
- No promotional text ("Free shipping", "Best price", "Sale", etc.)
- No vague phrases ("Best choice", "Highest quality", "Buy now")
Images
- Must show the actual product appearance
- White background, no frames
- No shop logos, prices, watermarks, or promotional overlays
- No text like "In stock", "Gift", "0% credit"
- If no product image available, leave the
<image> tag empty
- Salidzini: min 500x500px recommended, max 16MB
Prohibited Content
- Alcohol and tobacco products (Salidzini)
- Products with delivery times exceeding 30 days (Salidzini)
- Duplicate product entries
- Products not available for purchase/delivery in Latvia
Feed Technical Requirements
- UTF-8 encoding (declared in XML header)
- Feed response time must be under 5 minutes (Salidzini)
- Host at a stable public URL on your registered domain
- Auto-generate and update at least daily
- CDATA sections supported:
<name><![CDATA[Product Name]]></name>
1---2name: lv-aggregators-api3description: Use this skill whenever the user wants to work with Latvian price comparison / aggregator platforms, specifically Salidzini.lv or KurPirkt.lv. Triggers include: creating or generating XML product feeds, integrating an e-commerce store with Latvian aggregators, exporting product catalogs for salidzini or kurpirkt, validating XML feed format, debugging feed errors, setting up product data export for Latvian price comparison sites, or any mention of "salidzini", "kurpirkt", "cenu salīdzināšana", "preču eksports", "XML feed Latvia", "Latvian marketplace integration", or "price aggregator feed". Also use when the user mentions e-commerce product feeds for the Latvian market, product data export in LV context, or wants to list products on Latvian comparison shopping engines, even without naming a specific platform.4---56# Latvian Price Aggregator APIs78Generate and manage XML product feeds for Latvia's two major price comparison platforms: **Salidzini.lv** and **KurPirkt.lv**.910## Platform Overview1112| Aspect | Salidzini.lv | KurPirkt.lv |13|--------|-------------|-------------|14| Daily visitors | ~47,000 | 30,000-45,000 |15| Monthly visitors | ~1.3 million | N/A |16| Listed shops | N/A | 1,200+ |17| Feed format | XML (UTF-8) | XML (UTF-8) |18| Feed update | At least daily | Regular (daily recommended) |19| Contact | Web form on shops_info.php | kurpirkt@kurpirkt.lv / +371 26533032 |20| Registration | Online form | Email application |2122Both platforms use similar XML feed formats with minor differences in field names and requirements. If a shop targets both platforms, a single feed generator can produce both formats with minimal adjustments.2324## Quick Start2526To integrate with either platform:27281. **Generate an XML feed** from your product database (see format details in reference files)292. **Host the feed** at a public URL (e.g., `https://yourshop.lv/export/salidzini.xml`)303. **Auto-update** the feed at least once daily via a scheduled script/cron job314. **Place the aggregator's banner** on your shop's homepage325. **Submit your application** through the platform's registration process336. **Validate** your feed using the platform's validator (Salidzini provides one at their shops_info page)3435## Feed Format Comparison3637Both platforms use `<root>` as the root element and `<item>` for each product. The key differences:3839| Field | Salidzini.lv | KurPirkt.lv | Notes |40|-------|-------------|-------------|-------|41| Product name | `<name>` (required) | `<name>` (required) | Max 200 chars on Salidzini |42| Product URL | `<link>` (required) | `<link>` (required) | Max 500 chars, full URL |43| Price | `<price>` (required) | `<price>` (required) | EUR, dot decimal separator |44| Image | `<image>` | `<image>` | White bg, no logos/watermarks |45| Brand | `<brand>` | `<manufacturer>` | **Different tag name** |46| Category | `<category_full>` | `<category_full>` | Hierarchy with `>>` (Salidzini) or `>` (KurPirkt) |47| Category link | `<category_link>` | `<category_link>` | Optional on KurPirkt |48| Stock | `<in_stock>` | `<in_stock>` | Numeric quantity |49| Used/refurbished | `<used>` | `<used>` | Value `1` for used items |50| Delivery cost | `<delivery_latvija>` | `<delivery_cost_riga>` | **Different tag name & scope** |51| Delivery days | `<delivery_days_latvija>` | N/A | Salidzini only |52| In-store pickup days | `<delivery_days_shop>` | N/A | Salidzini only |53| Service fee | `<service_fee>` | N/A | Salidzini only |54| Model | `<model>` | N/A | Salidzini only |55| Color | `<color>` | N/A | Salidzini only |56| MPN | `<mpn>` | N/A | Salidzini only |57| EAN/GTIN | `<ean>` | N/A | Salidzini only |58| Adult content | `<adult>` | N/A | `yes`/`no`, required for adult shops |59| OTC medicine | `<over_the_counter_medicine>` | N/A | Salidzini only, value `1` |6061## Reference Files6263For detailed per-platform documentation, field specifications, code examples, and validation rules:6465- **`references/salidzini.md`** - Complete Salidzini.lv feed specification, all fields, rules, and examples66- **`references/kurpirkt.md`** - Complete KurPirkt.lv feed specification and registration process67- **`references/integration-guide.md`** - Code examples for generating feeds in Node.js, PHP, Python; dual-feed strategy; validation; scheduling6869Read the relevant reference file when you need detailed field-level documentation or implementation code.7071## Common Rules (Both Platforms)7273### Pricing74- All prices in **EUR with VAT** included75- Use **dot** (`.`) as decimal separator76- Price must be the final price a consumer pays (excluding delivery)77- Include any additional fees in the price7879### Product Names80- Include brand/manufacturer, model, and product code81- Keep names concise and descriptive82- No promotional text ("Free shipping", "Best price", "Sale", etc.)83- No vague phrases ("Best choice", "Highest quality", "Buy now")8485### Images86- Must show the actual product appearance87- **White background**, no frames88- No shop logos, prices, watermarks, or promotional overlays89- No text like "In stock", "Gift", "0% credit"90- If no product image available, leave the `<image>` tag empty91- Salidzini: min 500x500px recommended, max 16MB9293### Prohibited Content94- Alcohol and tobacco products (Salidzini)95- Products with delivery times exceeding 30 days (Salidzini)96- Duplicate product entries97- Products not available for purchase/delivery in Latvia9899### Feed Technical Requirements100- **UTF-8 encoding** (declared in XML header)101- Feed response time must be under **5 minutes** (Salidzini)102- Host at a stable public URL on your registered domain103- Auto-generate and update at least daily104- CDATA sections supported: `<name><![CDATA[Product Name]]></name>`