Initial commit: Supermarket scraper MVP
This commit is contained in:
21
.requestly-supermarket/magnit/Main catalog.json
Normal file
21
.requestly-supermarket/magnit/Main catalog.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Main catalog",
|
||||
"request": {
|
||||
"type": "http",
|
||||
"url": "https://magnit.ru/webgate/v2/goods/search",
|
||||
"scripts": {
|
||||
"preRequest": "",
|
||||
"postResponse": ""
|
||||
},
|
||||
"method": "POST",
|
||||
"queryParams": [],
|
||||
"headers": [],
|
||||
"body": "{\n \"sort\": {\n \"order\": \"desc\",\n \"type\": \"popularity\"\n },\n \"pagination\": {\n \"limit\": 45,\n \"offset\": 0\n },\n \"categories\": [\n 63829\n ],\n \"includeAdultGoods\": true,\n \"storeCode\": \"992301\",\n \"storeType\": \"6\",\n \"catalogType\": \"1\"\n}",
|
||||
"contentType": "application/json",
|
||||
"auth": {
|
||||
"currentAuthType": "INHERIT",
|
||||
"authConfigStore": {}
|
||||
},
|
||||
"pathVariables": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user