Shop::Wildberries::ProductInfo - Wildberries Product Page Scraper

Wildberries product page scraper overview
Using the Wildberries product scraper, , you can get product data based on a list of links to these product pages.
A-Parser's functionality allows you to save scraping settings for future use (presets), set a scraping schedule, and much more. You can use automatic query multiplication, substitution of subqueries from files, iteration of alphanumeric combinations and lists to get the maximum possible number of results.
Collected data

- Product name
- Category
- Brand
- SKU (Article number)
- Comment count
- Rating
- Seller name
- Seller link
- Seller TIN (Tax Identification Number)
- Seller's Trademark
- Seller address
- Seller OGRN (Primary State Registration Number)
- Discount price
- Price
- Product description
- Country of origin
- Number of items sold
- Number of available items
- Product photo links
- Tags "Searched with this product"
- Tags "Searched with this product"
- Price history:
- Date
Use cases
- Tracking price dynamics and product popularity
- Evaluating product popularity
- Collecting all product images
Queries
As queries, you must specify links to products, for example:
https://www.wildberries.ru/catalog/13823047/detail.aspx
https://www.wildberries.ru/catalog/12622014/detail.aspx?targetUrl=MI
https://www.wildberries.ru/catalog/4068082/detail.aspx?targetUrl=MI
https://www.wildberries.ru/catalog/2776868/detail.aspx?targetUrl=GP
Query substitutions
You can use built-in query substitution macros.
For example, we want the scraper to automatically substitute the article number into the product link sequentially from 1 to 100,000. For this, you can use the {num:START:END} macro.
As the query, enter a link to any product and replace the article number with the macro:
https://www.wildberries.ru/catalog/{num:1:100000}/detail.aspx
This method allows you to easily and automatically scrape Wildberries products without even knowing their article numbers. A-Parser will automatically substitute the sequence number, go to the page, and collect data if available.
Possible settings
| Parameter | Default value | Description |
|---|---|---|
| Address | Pickup point address | |
| Longitude | Pickup point longitude | |
| Latitude | Pickup point latitude |
|---|---|---|
1. Select the desired pickup point, having first opened the Developer Tools (F12 key in Chrome)

2. In Developer Tools on the Network tab, look for the request saveprefereduserloc and see the required data in the request body

3. Copy them exactly into the scraper settings
