Detmir Scraper: Парсер Детский Мир avatar

Detmir Scraper: Парсер Детский Мир

Pricing

from $3.29 / 1,000 catalog records

Go to Apify Store
Detmir Scraper: Парсер Детский Мир

Detmir Scraper: Парсер Детский Мир

Scrape product listings, prices, discounts, ratings, and reviews from Detmir (detmir.ru), Russia's largest children's-goods retail chain.

Pricing

from $3.29 / 1,000 catalog records

Rating

0.0

(0)

Developer

GetAScraper

GetAScraper

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

11 hours ago

Last modified

Share

Turn Detmir categories into ready-to-use pricing, discount, and review data.
Pull product prices, discounts, ratings, and full customer reviews from Детский мир by category. No browser and no login needed.
🧸 Full catalog pricing
Current price, original price, and discount percent in the same row as every product
🏷️ Discount tracking
Spot markdowns as they happen across an entire category in one run
💬 Real customer reviews
Author, date, and full review text pulled straight from product pages
📈 Category snapshots
Price range and item count for the category alongside its product rows

Get structured data from Детский мир (detmir.ru), Russia's largest children's-goods retail chain, spanning its ELC, ABC, and Zoozavr sub-brands. Give this Actor a list of catalog category slugs and it returns one clean row per product: name, current price, original price, discount percent, star rating, review count, and full description. Turn on detail-page scraping and it also fetches every individual customer review left on each product, plus brand, SKU, stock status, and a category price-range summary. Built for price monitoring, competitive intel, sentiment research, and any tool that needs clean, structured children's-retail data without opening one product page at a time.

💬 Most catalog scrapers stop at price and rating. This one also pulls the actual review text customers left on each product, ready for sentiment work.

🔍 What does Detmir Scraper do?

This Actor pulls product data from Детский мир (detmir.ru) by catalog category.

Give it one or more category slugs, such as podguzniki for diapers, and it returns every product in that category: name, current price, original price, discount percent, star rating, review count, and a link to the product page. Turn on detail-page scraping and each product also gets brand, SKU, stock status, shipping cost, full description, and category breadcrumb path, plus every individual customer review as its own row: author, date, and full text. A category summary row rounds it out with the price range and item count Detmir reports for that category. It runs on the Apify platform with scheduling, integrations (Make, Zapier, Google Sheets), and run monitoring built in.

💡 Why use Detmir Scraper?

  • I am a deal hunter tracking children's product prices at Detmir in order to catch discount drops before they sell out.
  • I am a competitive intelligence analyst at a rival kids' retailer looking to benchmark Detmir's catalog pricing and discount depth in order to adjust my own store's pricing strategy.
  • I am a brand manager for a product sold through Detmir looking to read real customer reviews on my SKUs in order to catch sentiment issues before they show up in returns.
  • I am a reseller sourcing from Detmir's catalog looking to pull structured brand, SKU, price, and stock data in order to feed my own store or spreadsheet without copying anything by hand.

🚀 How to use Detmir Scraper

STEP 1
Pick your categories
Add one or more Detmir catalog category slugs.
STEP 2
Choose your depth
Turn on detail-page scraping to also pull reviews, brand, and stock status.
STEP 3
Run and export
Download results as a spreadsheet or table, or pull them into your own tools.

⚙️ Input

FieldTypeRequiredDescription
categorySlugsarray of category slugsYesDetmir catalog category slugs to scrape, taken from the end of the category URL. Defaults to podguzniki (diapers).
maxItemsintegerNoMaximum number of products to return across all categories. Use 0 for no limit. Defaults to 100.
scrapeDetailbooleanNoWhen enabled, each product's page is also opened to collect brand, SKU, stock status, shipping cost, category path, and every customer review. When disabled, only the faster listing-page data (name, price, discount, rating, review count) is collected. Defaults to enabled.
proxyConfigurationobjectNoProxy settings used for every request. Residential is turned on by default because Detmir's own protection can block shared proxy pools. Keep the default unless you are supplying your own proxy group.

📦 Output

Download the results as a spreadsheet, a table, or structured data ready for your own systems. Each product is one row:

{
"dataType": "product",
"productId": "4778221",
"name": "Подгузники Huggies Elite Soft 4 (8-14 кг) 54 шт.",
"url": "https://www.detmir.ru/product/index/id/4778221/",
"categorySlug": "podguzniki",
"currency": "RUB",
"price": 1759,
"originalPrice": 3229,
"discountPercent": 45,
"rating": 4.9,
"reviewCount": 1004,
"brand": "Huggies",
"sku": "4778221",
"inStock": true,
"description": "Huggies Elite Soft – первые подгузники с двумя зонами для впитывания, созданные для первых месяцев жизни малыша...",
"shippingCost": 0,
"categoryPath": "Главная > Гигиена и уход > Подгузники, салфетки и пеленки > Подгузники и Трусики > Подгузники > Подгузники Huggies",
"scrapedAt": "2026-07-10T05:18:21.681Z"
}

With detail-page scraping enabled, each customer review comes back as its own row:

{
"dataType": "review",
"productId": "4778221",
"productName": "Подгузники Huggies Elite Soft 4 (8-14 кг) 54 шт.",
"author": "Елена",
"date": "2023-10-31",
"text": "Не знаю какой Хагисс был до обновления, пишут, что был лучше, но мы уже полгода пользуемся только ими...",
"scrapedAt": "2026-07-10T05:18:21.683Z"
}

📊 Output data fields

FieldTypeDescription
dataTypestringRow type: product, review, or category for the once-per-category summary row.
productIdstringDetmir's internal product identifier.
namestringProduct name (product rows).
urlstringLink to the product page (product rows).
categorySlugstringWhich category slug this row was found under.
currencystringCurrency code for the price fields, always RUB.
pricenumberCurrent price (product rows).
originalPricenumberPrice before the discount, when Detmir shows one.
discountPercentnumberDiscount percentage off the original price, when Detmir shows one.
ratingnumberProduct's star rating out of 5 (product rows).
reviewCountnumberTotal number of reviews Detmir reports for the product.
brandstringProduct brand, collected when detail-page scraping is enabled.
skustringProduct SKU, collected when detail-page scraping is enabled.
inStockbooleanWhether the product currently shows as in stock, collected when detail-page scraping is enabled.
descriptionstringFull product description text, collected when detail-page scraping is enabled.
shippingCostnumberShipping cost Detmir lists for the product, collected when detail-page scraping is enabled.
categoryPathstringFull category breadcrumb path, collected when detail-page scraping is enabled.
productNamestringName of the product a review belongs to (review rows).
authorstringReview author's display name (review rows).
datestringDate the review was published (review rows).
textstringFull review text (review rows).
lowPricenumberLowest price found in the category (category summary row).
highPricenumberHighest price found in the category (category summary row).
offerCountnumberNumber of items Detmir reports in stock for the category (category summary row).
scrapedAtstringWhen the row was collected.

💰 Pricing

This Actor uses pay-per-result pricing: you pay for the products and reviews you actually get back, and nothing for an empty run. There is no subscription and no minimum spend. Use maxItems to control how many results a run returns, and turn scrapeDetail off when you only need listing-page pricing.

⭐ Enjoying Detmir Scraper: Парсер Детский Мир?

⭐ ⭐ ⭐ ⭐ ⭐
Catching Detmir's discounts and reviews before anyone checks by hand?
A 5-star rating takes 10 seconds and helps other deal hunters and researchers watching Russian kids' retail find it. Your feedback also tells us what to build next.
★  Rate this Actor on Apify

✨ Tips

  • Turn off scrapeDetail for a faster, lighter run when you only need listing-page price and discount data.
  • Start with a low maxItems while testing a new category, then raise it once you know what it returns.
  • Batch several category slugs into one run instead of starting a new run for each one.
  • Re-run categories you care about on a schedule to catch new discounts as Detmir posts them.

❓ FAQ, disclaimers, and support

Как собрать данные о товарах с Детского мира? Add your category slugs to categorySlugs and run the Actor. It returns every product in those categories, with prices, discounts, ratings, and, when detail-page scraping is on, full customer reviews.

Что такое парсер Детского мира? This Actor is a parser (парсер) for Детский мир. Give it category slugs and it returns structured product data: price, discount, rating, stock status, and customer reviews for each matching product.

Does it get blocked while scraping Detmir? Detmir's own protection can challenge shared proxy pools under sustained load. Residential proxy is turned on by default, which has run cleanly in testing.

Does it extract private customer data like phone numbers? No. This Actor only collects public catalog and review data that Detmir shows to any visitor: prices, ratings, and the review text authors chose to publish under a display name.

How fresh is the pricing and review data? Every run fetches live pages at the time it runs, so prices, discounts, and reviews reflect what Detmir shows that moment.

Do I need detail-page scraping turned on to get reviews and discounts? Discount percent is included on every product row regardless. Reviews, brand, SKU, stock status, and shipping cost only come back when scrapeDetail is enabled.

Is scraping Detmir product data legal? This Actor collects publicly available product data. You are responsible for complying with Detmir's Terms of Service and applicable laws in your use of the data.

Found a bug or need a field added? Open an issue on the Actor's Issues tab. Custom solutions are available on request.

🔗 Other actors