For shops: list your prices
If you sell seeds, crop protection products, fertilisers or machinery, your prices can appear in product cards next to other sellers'. Buyers go straight from the card to the product page in your shop.
Getting started
- Sign up and open the seller account.
- Find your shop in our database or add a new one.
- Confirm the shop is yours. Price changes stay locked until then — this is how we protect other people's shops from outside edits.
What you get
- Offers. A list of your products and prices: add positions, edit prices by hand, export everything to a file.
- Price list upload. Import from CSV or connect a YML feed — prices refresh automatically.
- Automatic scanning. The robot reads prices from your pages. Schedule and settings live in the "Price parser" section.
- "What to fix". Issues that keep an offer off the listing: price not detected, page unavailable, sudden price change.
- Competitors. Positions where you are more expensive than other sellers, with the gap in percent.
- Statistics. Impressions, click-throughs and their daily trend.
Parser settings
- Availability markers. Your own phrases such as "out of stock" or "made to order" — the product leaves the listing properly instead of hanging there with a stale price.
- Price guard. A cap on how far a price may move in a single crawl: a jump waits for your confirmation instead of going live.
- "We redesigned the site". A button that resets what the robot learned about your markup so it relearns on the next crawls.
Questions and onboarding: [email protected] or the feedback form.
Price list formats
CSV or Excel
Five columns in this order, separated by a semicolon:
Name;Pack;Price;Currency;Link Tomato Sanka;0.5 g;25.50;UAH;https://your-shop.ua/tomato-sanka
You may keep the header row — we recognise it. The link is required: it takes the buyer to the product page. Excel is read from the first sheet, same columns. A ready-made template is in the seller account, under "Import and export".
YML or plain XML
We read every <offer> element: <name>, <price>, <currencyId> and <url>. With no name we join <typePrefix> and <model>.
The pack size comes from a parameter: <param name="Фасовка">0.5 g</param>. Names "Фасовка", "Упаковка", "Вес", "Вага", "Об’єм" and "Объём" all work. With no such parameter the offer goes live without a pack size — and that is half the point of comparing prices.
Why a row may not pass
- no product link or no price — such rows are skipped;
- no currency: there is nothing to compare the price against;
- the name does not match our catalogue — the row waits for your review. We will not attach a price to someone else's product automatically;
- the link returns a login page instead of a price list.
The "Check price list" button in the seller account shows all of this for your file and changes nothing.