Wildberries Product Scraper
Pricing
from $20.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
- Enter one or more search terms and (optionally) a region code.
- The actor pages through the search results, switching proxy addresses as needed to avoid rate limits.
- 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 }}
| Field | Type | Description |
|---|---|---|
queries | array | Search terms. |
dest | string | Region code (default -1257786 = Moscow). |
maxItemsPerQuery | integer | Cap per term. 0 = all. |
maxItems | integer | Overall cap. 0 = no limit. Default 200. |
maxPagesPerQuery | integer | Page cap (~100 products/page). |
ipAttemptsPerPage | integer | Fresh proxy IPs to try per page when rate-limited. Default 6. |
proxyConfiguration | object | Proxy 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}
| Field | Type | Description |
|---|---|---|
id / url | mixed | Product ID and page link. |
name / brand / brandId | mixed | Product name and brand. |
supplier / supplierId / supplierRating | mixed | Seller. |
salePrice / basicPrice / currency | mixed | Current and base price (₽). |
rating / feedbacks | number | Rating and reviews count. |
totalQuantity | number | Stock 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
destto price for a specific region;maxPagesPerQueryto control depth.