Wildberries Products Search Scraper avatar
Wildberries Products Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Wildberries Products Search Scraper

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

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

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

FieldTypeRequiredDescription
searchUrlstringYesComplete Wildberries search URL to scrape
maxItemsintegerNoMaximum number of products to fetch (default: unlimited)
proxyConfigurationobjectNoProxy settings for the actor

How to Get Search URL

  1. Go to Wildberries.ru
  2. Use the search bar to find products (enter keywords, categories, etc.)
  3. Copy the complete URL from your browser's address bar
  4. Paste it into the searchUrl field

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 used
  • id: Product ID
  • detailPageUrl: Direct link to the product detail page
  • imageUrl: URL of the product image
  • brand: Brand name (e.g., "Apple")
  • productName: Full product name
  • price: Current price (e.g., "58 495 ₽")
  • originalPrice: Original price before discount
  • salePercent: Discount percentage (e.g., "−55%")
  • rating: Customer rating
  • reviewsCount: Number of customer reviews
  • promotion: 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!