Wildberries Product Search Scraper avatar

Wildberries Product Search Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Wildberries Product Search Scraper

Wildberries Product Search Scraper

Scrape product listings from Wildberries.ru, Russia's largest online marketplace. Extract prices, ratings, supplier info, stock levels, and product specifications from search and category pages. Ideal for market research, price monitoring, and competitive analysis in the Russian e-commerce market.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Stealth mode

Stealth mode

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

3

Monthly active users

4 days ago

Last modified

Share

Wildberries Product Search Scraper: Extract Russian E-commerce Data

Understanding Wildberries and Its Market Data Value

Wildberries.ru dominates Russian e-commerce with millions of products across electronics, fashion, home goods, and more. Unlike Western marketplaces, Wildberries operates a unique supplier model with distinctive pricing dynamics and inventory management, making its data essential for understanding the Russian and CIS markets.

The platform reveals real-time market intelligence: product popularity through ratings and reviews, supplier performance metrics, regional stock availability, and competitive pricing. For businesses entering Russian markets, tracking competitors, or analyzing consumer trends, Wildberries data provides insights unavailable elsewhere.

Manual data collection across categories and suppliers is impractical at scale. This scraper automates extraction from search and category pages, transforming product listings into structured datasets for analysis.

What This Scraper Extracts

The Wildberries Product Search Scraper processes category and search result pages, collecting multiple product listings per page. It captures comprehensive product data including identifiers, supplier information, pricing, inventory, and customer feedback metrics.

Target Users: Market researchers analyzing Russian consumer trends, e-commerce businesses benchmarking prices and suppliers, retailers planning market entry, brand managers monitoring product performance, and data analysts tracking inventory patterns.

Input Configuration

The scraper requires category or search URLs from Wildberries—pages displaying multiple products, not individual product detail pages.

Configuration Parameters:

{
"urls": ["https://www.wildberries.ru/catalog/elektronika/smartfony-i-telefony/vse-smartfony"],
"ignore_url_failures": true,
"max_items_per_url": 50
}

urls: Array of category or search result page URLs. Use Wildberries catalog pages or search results. You can add multiple URLs to scrape different categories in one run.

ignore_url_failures: Set true to continue processing remaining URLs if some fail. Recommended for multi-URL runs.

max_items_per_url: Maximum products to extract per URL (default: 20, shown example: 50). Wildberries displays 100 items per page, so adjust based on needs.

URL Collection: Browse Wildberries, navigate to desired categories or searches, copy URLs. For comprehensive data, include multiple category variations or paginated URLs.

Output Fields Explained

Sample Output:

{
"id": 555207381,
"root": 426928957,
"kind_id": 0,
"brand": "VIVO",
"brand_id": 33526,
"site_brand_id": 0,
"colors": [
{
"name": "коричневый",
"id": 10824234
}
],
"subject_id": 515,
"subject_parent_id": 6258,
"name": "Смартфон Y29 Ростест (ЕАС) 8+128, Горячий шоколад",
"entity": "смартфоны",
"match_id": 425962423,
"supplier": "vivo official store",
"supplier_id": 4058087,
"supplier_rating": 4.9,
"supplier_flags": 12224,
"pics": 27,
"rating": 5,
"review_rating": 4.9,
"nm_review_rating": 4.9,
"feedbacks": 704,
"nm_feedbacks": 704,
"panel_promo_id": 1034530,
"volume": 8,
"weight": 0.522,
"view_flags": 135536712,
"sizes": [
{
"name": "",
"orig_name": "0",
"rank": 0,
"option_id": 763308023,
"wh": 206348,
"time1": 2,
"time2": 25,
"dtype": 6597069766664,
"price": {
"basic": 1499900,
"product": 998800,
"logistics": 0,
"return": 0
},
"sale_conditions": 2281701376,
"payload": "A4oZ4kLbae5D81qQTT70Vycjw7pvDr/UJGCBmpdUUyMzmCWkJIKyd7OShtkQnyBtNq+KeCUlKMp2vv8eWRnpqmRZU6fWyT3TauoiNHslVbkUqQDPZvtVpelcUuoq1B1nlvJsrE89Uu84Qy/XBQCKvr/HC62kleqkwu/sNTpJ6kyi1X1bKpJRg4cQ2CySEeza0Q/Kwbe7vglEE7/X+t+tT5+ibC0rSORk5KP66ozecqNIVhnZBOS28OVrk9HC"
}
],
"total_quantity": 1,
"time1": 2,
"time2": 25,
"wh": 206348,
"dtype": 6597069766664,
"dist": 224,
"logs": "NAUzQXOoPJwUUWp34mbN5FVRRoVGYCc21k24NCY52LD8YseynLEdMd0/sTdCNAyJnUrcYkgwETQOazS3n5rtHDlM",
"meta": {
"tokens": [],
"preset_id": 500050021
},
"from_url": "https://www.wildberries.ru/catalog/elektronika/smartfony-i-telefony/vse-smartfony"
}

ID: Unique product identifier. Primary key for databases and tracking.

Root / Kind ID: Product classification identifiers for categorization.

Brand / Brand ID / Site Brand ID: Brand name and identifiers. Track brand performance and filter by manufacturer.

Colors: Available color variants. Analyze color popularity and inventory.

Subject ID / Subject Parent ID: Category classification. Map products to Wildberries taxonomy.

Name: Product title as displayed. Used for search and identification.

Entity / Match ID: Internal matching identifiers for product variants.

Supplier / Supplier ID: Seller name and ID. Track supplier portfolios and performance.

Supplier Rating / Supplier Flags: Seller quality metrics. Assess supplier reliability.

Pics: Product image count. Visual content availability indicator.

Rating: Overall product rating. Customer satisfaction metric.

Review Rating / NM Review Rating: Different review score types. Multiple quality perspectives.

Feedbacks / NM Feedbacks: Review counts. Popularity and engagement metrics.

Panel Promo ID: Promotional campaign identifier. Track marketing activities.

Volume / Weight: Physical product dimensions. Shipping and logistics data.

View Flags: Display and visibility settings. Understand product presentation.

Sizes: Available size variants with details including prices and stock.

Total Quantity: Aggregate inventory across warehouses. Stock availability indicator.

Time1 / Time2: Temporal metadata. Track listing age and updates.

WH: Warehouse codes. Geographic inventory distribution.

DType: Delivery type classification. Shipping method indicator.

Dist: Distance/distribution data. Logistics information.

Logs: Activity logs and changes. Historical tracking data.

Meta: Additional metadata fields. Supplementary product information.

Step-by-Step Usage

1. Identify Categories: Determine which Wildberries categories or search results to scrape. Browse the site to find relevant URLs.

2. Configure Input: Add URLs to configuration. Set max_items_per_url based on needs (20-100). Enable ignore_url_failures for robustness.

3. Run Scraper: Launch via Apify. Monitor progress. Typical 5-URL run with 50 items each completes in 2-4 minutes.

4. Export Data: Download as JSON, CSV, or Excel. Verify data quality before analysis.

5. Handle Errors: Check activity logs for failed URLs. Validate URLs are category/search pages, not product details.

Strategic Applications

Price Monitoring: Track competitor pricing across products and categories. Identify pricing trends and seasonal changes.

Supplier Intelligence: Analyze supplier portfolios, ratings, and geographic coverage. Identify reliable partners or competitive threats.

Inventory Analysis: Monitor stock levels and warehouse distribution. Forecast demand patterns and supply chain dynamics.

Market Entry Research: Understand category competition, pricing ranges, and supplier landscape before entering Russian market.

Brand Performance: Track your brand's or competitors' product ratings, review counts, and market positioning.

Trend Analysis: Identify popular products through high ratings and feedback counts. Discover emerging categories and consumer preferences.

Best Practices

Regular Scraping: Russian market dynamics change rapidly. Schedule weekly scraping for pricing data, monthly for broader market analysis.

Category Segmentation: Scrape specific categories separately for cleaner datasets and targeted analysis.

Data Enrichment: Combine with currency conversion for international comparison. Cross-reference with reviews scraper for sentiment analysis.

Quality Checks: Validate critical fields (ID, name, price). Flag anomalies like zero stock with high ratings.

Respect Limits: Space out large scraping runs. Sustainable practices ensure continued access.

Conclusion

The Wildberries Product Search Scraper delivers essential Russian e-commerce intelligence. From pricing and inventory to supplier metrics and customer feedback, this tool provides the data foundation for competing in Russia's largest online marketplace. Start extracting Wildberries insights today.