Wildberries Product Scraper avatar

Wildberries Product Scraper

Pricing

from $20.00 / 1,000 results

Go to Apify Store
Wildberries Product Scraper

Wildberries Product Scraper

Search Wildberries (Russia's largest marketplace) by keyword — product name, brand, seller, price, rating, and reviews count. No login.

Pricing

from $20.00 / 1,000 results

Rating

0.0

(0)

Developer

Farhan Febrian Nauval

Farhan Febrian Nauval

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Search Wildberries (Russia's largest online marketplace) by keyword and collect products — name, brand, seller, price, rating, and number of reviews. No account or login required.

Why use this actor

  • No login needed — public catalog search.
  • Keyword search — one or many terms per run, in the region you choose.
  • Key product data — name, brand, seller, sale & base price (₽), rating, and reviews count.
  • High volume — millions of products across the catalog.
  • Reliable — automatically rotates proxy addresses to get past Wildberries' rate limits.
  • Stable JSON output — ready for price tracking, brand monitoring, or market research.

How it works

  1. Enter one or more search terms and (optionally) a region code.
  2. The actor pages through the search results, switching proxy addresses as needed to avoid rate limits.
  3. Each product becomes one row — JSON, CSV, or Excel.

A proxy is required (Wildberries limits how fast a single address can request); a rotating pool is set by default.

Use cases

  • Price & assortment monitoring — track prices and availability for a product or brand.
  • Brand / seller analysis — which sellers offer a product, at what price and rating.
  • Market research — demand signals (ratings, reviews) by category.

Input

{
"queries": ["iphone"],
"dest": "-1257786",
"maxItemsPerQuery": 0,
"maxItems": 200,
"maxPagesPerQuery": 50,
"ipAttemptsPerPage": 6,
"proxyConfiguration": { "useApifyProxy": true }
}
FieldTypeDescription
queriesarraySearch terms.
deststringRegion code (default -1257786 = Moscow).
maxItemsPerQueryintegerCap per term. 0 = all.
maxItemsintegerOverall cap. 0 = no limit. Default 200.
maxPagesPerQueryintegerPage cap (~100 products/page).
ipAttemptsPerPageintegerFresh proxy IPs to try per page when rate-limited. Default 6.
proxyConfigurationobjectProxy required (rotating pool recommended).

Output

One record per product:

{
"_input": "wb:iphone",
"_scrapedAt": "2026-06-17T19:00:00Z",
"recordType": "PRODUCT",
"id": 123456789,
"url": "https://www.wildberries.ru/catalog/123456789/detail.aspx",
"name": "Смартфон iPhone 15 128GB",
"brand": "Apple",
"brandId": 6049,
"supplier": "...", "supplierId": 12345, "supplierRating": 4.8,
"salePrice": 74990, "basicPrice": 99990, "currency": "RUB",
"rating": 4.9, "feedbacks": 1234,
"totalQuantity": 57,
"subjectId": 515, "subjectParentId": 438
}
FieldTypeDescription
id / urlmixedProduct ID and page link.
name / brand / brandIdmixedProduct name and brand.
supplier / supplierId / supplierRatingmixedSeller.
salePrice / basicPrice / currencymixedCurrent and base price (₽).
rating / feedbacksnumberRating and reviews count.
totalQuantitynumberStock across sizes.

Queries that get throttled on every IP attempt return an _error record, so nothing fails silently.

Notes

  • A proxy is required — Wildberries rate-limits a single address; the actor rotates IPs per page.
  • Use dest to price for a specific region; maxPagesPerQuery to control depth.