Lemanapro Scraper
Pricing
from $3.00 / 1,000 results
Lemanapro Scraper
Scrape Lemanapro.ru (Leroy Merlin Russia) product data - search by keyword, browse by category, or fetch full product details: price, availability, rating, images, brand, SKU.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
Scrape Lemanapro.ru — Leroy Merlin's rebranded Russian home-improvement and DIY retailer — for product data. Search by keyword, browse a category, or fetch full details for specific product URLs: price, old/discounted price, currency, brand, availability, rating, review count, image gallery, SKU, category breadcrumbs, a full specifications table, and live delivery/stock info.
What this actor does
- Three modes:
search,byCategory,productDetails - Rich product data: title, price, old price + discount %, currency, brand, availability, rating, review count, image gallery, SKU
- Full product-page detail (mode=
productDetails): category breadcrumb trail, a specifications/characteristics table, and live delivery/stock info (available quantity, delivery region, pickup and courier-delivery estimates), in addition to everything listing mode returns - Curated category list with a free-text override for any catalogue slug
- Empty fields are omitted — every record only contains fields that were actually found
Output per product
title— product nameprice,currency— numeric price and currency code (e.g.RUB)oldPrice,discountPercent— pre-discount price and computed discount percentage, when the product is on salebrand— manufacturer / brand namesku— article / SKU numberavailability—In stock,Out of stock,Preorder, orLimited availabilityrating— average customer rating (0-5)reviewCount— number of customer reviewsimageUrl,images[]— product photo URL(s);images[]is a full gallery (mode=productDetails)description— product description (mode=productDetails, where available)breadcrumbs,categoryPath,category— full category breadcrumb trail, the trail minus the trailing product-name crumb, and its last segment (mode=productDetails)specifications[]—{name, value}pairs from the product's characteristics table (mode=productDetails, where the page exposes one)stockAvailabilityText— live stock-quantity sentence from the product page's delivery widget, e.g."Доступно для заказа 156 кор."(mode=productDetails)deliveryRegion— the delivery region the price/stock above applies to, e.g."Москва, Московская область"(mode=productDetails)pickupText— in-store/pickup-point availability sentence, e.g."Самовывоз сегодня бесплатно"(mode=productDetails, where offered)deliveryEstimateText— courier-delivery estimate sentence, e.g."Доставим сегодня от 390 ₽"(mode=productDetails, where offered)productUrl— canonical product page URLrecordType: "product",scrapedAt
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | string | search | search / byCategory / productDetails |
searchQuery | string | ламинат | Free-text search query (mode=search) |
category | string | – | Curated category (mode=byCategory) |
customCategorySlug | string | – | Any catalogue slug, overrides category |
productUrls | array | – | Product page URLs (mode=productDetails) |
maxItems | int | 10 | Hard cap on emitted products (1–500) |
proxyConfiguration | object | Residential (RU) | Required — see "Why does this actor need a residential proxy?" in the FAQ |
Example: search by keyword
{"mode": "search","searchQuery": "ламинат","maxItems": 20}
Example: browse a category
{"mode": "byCategory","category": "plitka-keramicheskaya","maxItems": 50}
Example: fetch specific products
{"mode": "productDetails","productUrls": ["https://lemanapro.ru/product/laminat-artens-12345678/"]}
Use cases
- Price monitoring — track Lemanapro prices for building materials and home-improvement goods
- Market research — compare product ranges, brands, and availability across categories
- Catalog enrichment — pull structured product data (images, SKUs, ratings) for cross-listing
- Competitive intelligence — monitor a Russian DIY retailer's assortment and pricing over time
- Fulfillment/logistics research — see live stock quantity, pickup and courier-delivery estimates per product (mode=
productDetails)
Other Russian marketplace actors by CrawlerBros
FAQ
Why does this actor need a residential proxy? Lemanapro.ru blocks traffic from non-residential and non-Russian IP addresses with an anti-bot / WAF layer — a Russian residential proxy is required for every request to load successfully, so proxyConfiguration is a required input pinned to RESIDENTIAL + RU by default.
Does this actor respect Lemanapro's robots.txt? robots.txt disallows crawling /search/, which mode=search uses — that path is the only keyword-search entry point the storefront itself exposes to end users, so this actor uses it the same way a visitor's browser would. Browsing by category (byCategory) and fetching specific product pages by URL (productDetails) use paths that are not disallowed.
What's the difference between category and customCategorySlug? category is a curated dropdown of common top-level categories. customCategorySlug lets you target any other catalogue slug as it appears in a Lemanapro category URL (lemanapro.ru/catalogue/<slug>/) — it overrides category when set.
Can I fetch a product by URL directly? Yes — use mode=productDetails with one or more URLs in productUrls.
Are prices in Russian rubles? Yes, currency is normally RUB.
What if a field is missing from a record? Only fields that were actually found on the page are included — empty/unavailable fields are omitted rather than shown as null or "N/A".
What region does stockAvailabilityText / deliveryRegion reflect? Whatever region the scraping session's residential proxy IP resolved to (normally Moscow, since the proxy is pinned to Russia broadly, not a specific city) — deliveryRegion is included on every productDetails record precisely so you can see which region the stock/delivery figures apply to. This actor does not currently support requesting a different delivery region.
Is this actor affiliated with Lemanapro or Leroy Merlin? No, this is a third-party actor that reads Lemanapro.ru's publicly browsable storefront pages; it is not affiliated with, endorsed by, or operated by Lemanapro or Leroy Merlin.