Answer the question
In order to leave comments, you need to log in
How to make a parser for Wildberries?
There was a need to make a parser for all goods on the wildberries
site
Parsing needs to be done on Node JS and save the result in MongoDB
In fact, you need to parse this data:
id
price
balances by warehouses
At first I thought that there was nothing particularly complicated in this, you can just cycle through this request by changing only page in the query parameters. But there was a problem, when specifying page in the query parameters above a certain number (conditionally set page=1000), then the server returns just an empty object. Here is an example of a response . But on the wb site itself, everything is displayed correctly.
Please tell me how to make a parser for wildberries.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question