Wildberries Products Search Scraper
Pricing
$19.99/month + usage
Go to Apify Store

Wildberries Products Search Scraper
Scrape products from Wildberries.ru with automatic pagination and comprehensive product data extraction including prices, ratings, reviews, and promotions.
Pricing
$19.99/month + usage
Rating
0.0
(0)
Developer

PowerAI
Maintained by Community
Actor stats
1
Bookmarked
3
Total users
2
Monthly active users
3 days ago
Last modified
Categories
Share
🛒 Wildberries Products Search Scraper
This actor allows you to scrape products from Wildberries.ru by providing a search URL. It automatically handles pagination and extracts comprehensive product information including images, prices, ratings, reviews, and promotional details.
Features
- URL-based Scraping: Extract products by providing a complete Wildberries search URL
- Automatic Pagination: Automatically navigates through pages and loads more products until reaching the end or max items limit
- Comprehensive Product Data: Extract detailed information about each product including:
- Product images and detail page URLs
- Brand names and product names
- Current and original prices
- Discount percentages and sale information
- Customer ratings and review counts
- Promotional labels and delivery information
- Smart Deduplication: Automatically removes duplicate products based on detail page URLs
Input Parameters
| Field | Type | Required | Description |
|---|---|---|---|
searchUrl | string | Yes | Complete Wildberries search URL to scrape |
maxItems | integer | No | Maximum number of products to fetch (default: unlimited) |
proxyConfiguration | object | No | Proxy settings for the actor |
How to Get Search URL
- Go to Wildberries.ru
- Use the search bar to find products (enter keywords, categories, etc.)
- Copy the complete URL from your browser's address bar
- Paste it into the
searchUrlfield
Example search URL:
https://www.wildberries.ru/catalog/0/search.aspx?search=iphone
Output
The output is a dataset of product objects, each containing:
searchUrl: The original search URL usedid: Product IDdetailPageUrl: Direct link to the product detail pageimageUrl: URL of the product imagebrand: Brand name (e.g., "Apple")productName: Full product nameprice: Current price (e.g., "58 495 ₽")originalPrice: Original price before discountsalePercent: Discount percentage (e.g., "−55%")rating: Customer ratingreviewsCount: Number of customer reviewspromotion: Promotional label (e.g., "Акция 11.11")delivery: Delivery information (e.g., "Завтра")scrapedAt: Timestamp of when the product was scraped
Example output:
[{"searchUrl": "https://www.wildberries.ru/catalog/0/search.aspx?search=iphone","id": "482257002","detailPageUrl": "https://www.wildberries.ru/catalog/482257002/detail.aspx","imageUrl": "https://basket-26.wbcontent.net/vol4822/part482257/482257002/images/c516x688/1.webp","brand": "Apple","productName": "/ iPhone 16 128GB","price": "58 495 ₽","originalPrice": "129 990 ₽","salePercent": "−55%−55%","rating": "5","reviewsCount": 38,"promotion": "Акция 11.11","delivery": "Завтра","scrapedAt": "2025-11-10T08:49:32.643Z"},...]
Use Cases
- Price monitoring and comparison
- Product catalog building
- Market research and trend analysis
- Competitor analysis for e-commerce businesses
- Inventory tracking
- Review and rating analysis
- Promotional offer tracking
- Product availability monitoring
Notes
- The actor works specifically with Wildberries Russia (wildberries.ru)
- Results are saved incrementally as they are found
- All timestamps are in ISO 8601 format
- Prices are displayed in Russian Rubles (₽)
- Product information is extracted from search result listings
Start scraping products from Wildberries.ru today!