Wildberries Product Data Extractor — Wildberries Scraper
Extract product data from Wildberries — the largest Russian marketplace. Get prices, reviews, ratings, seller info, categories, and stock availability.
2 credits per request
~40s
9 runs
Features
Product Data
Prices
Reviews
Ratings
Stock
Seller Info
Use Cases
Price Monitoring
Competitor Analysis
Market Research
Dropshipping
What This Tool Does
The Wildberries Data Extractor extracts detailed product data from Russia's largest online marketplace, Wildberries. Provide an article number (articleId) and get back prices, ratings, seller information, size/color options, and the full product description — all in structured JSON.
How to Find Article ID
The article ID is the numeric identifier embedded in every Wildberries product URL.
Example URL:
https://www.wildberries.ru/catalog/227033326/detail.aspx
The number between /catalog/ and /detail is the article ID: 227033326.
You can also find it on the product page itself under "Артикул" in the product details section.
Use Cases
- Price monitoring — Track price changes for specific products over time to catch discounts or price increases.
- Competitor analysis — Monitor competitor listings, pricing strategies, and customer ratings at scale.
- Stock tracking — Check which size and color variants are currently in stock before placing bulk orders.
- Market research — Analyze product ratings, review counts, and seller performance in a specific category.
- Catalogue management — Export product details, images, and descriptions for your own internal database.
Data Fields
| Field | Type | Description |
|---|---|---|
| imt_name | string | Full product name as listed on Wildberries |
| price | number | Current price in RUB (after any active discount) |
| priceU | number | Original price in RUB before discount (× 100 kopecks) |
| rating | number | Average customer rating (0–5 scale) |
| feedbacks | number | Total number of customer reviews |
| seller | string | Name of the seller / brand on Wildberries |
| supplierId | number | Internal Wildberries supplier identifier |
| options | array | Size and color variants with availability flags |
| description | string | Full product description text |
| pics | number | Number of product images available |
| subjectName | string | Product category name |
Example Request
{
"articleId": "227033326"
}
Example Response
{
"imt_name": "Givenchy Irresistible Eau De Parfum",
"price": 8490,
"priceU": 1199000,
"rating": 4.8,
"feedbacks": 3142,
"seller": "Givenchy Official Store",
"supplierId": 123456,
"subjectName": "Парфюмерная вода",
"description": "Floral woody musk fragrance with rose, almond blossom, and white musks.",
"pics": 6,
"options": [
{ "name": "30 мл", "value": "30 мл", "inStock": true },
{ "name": "50 мл", "value": "50 мл", "inStock": true },
{ "name": "80 мл", "value": "80 мл", "inStock": false }
]
}
Limits and Tips
- Only public Wildberries listings are accessible. Products that require a Wildberries account or are region-locked may not return data.
- The article ID must be numeric only — do not include slashes, dashes, or other characters.
- Proxy configuration is handled automatically — no additional setup needed.
- Prices are returned in Russian Rubles (RUB).
priceUis the raw kopeck value (divide by 100 to get RUB). - Results are cached for up to 15 minutes. Re-running the same articleId may return cached data.
- Processing typically takes 15–45 seconds per product.
On this page