Answer the question
In order to leave comments, you need to log in
Parser for WP Scrapes does not collect all photos from the gallery. How to fix?
When parsing using the Scrapes WP plugin, photos are duplicated, and only thumbnails are taken from the slider. Perhaps the problem is with the xpath request, since it is not set manually, but through a visual editor. Here is an example for a product:
Request:
//div[contains(concat (" ", normalize-space(@class), " "), " card-left ")]
Answer the question
In order to leave comments, you need to log in
You can take data without a web driver. There, in the source code, there is a JavaScript code in which all the necessary data is:
wb.spa.init({
router: {
routes: routes,
routesDictionary: routesDictionary,
currentRoute: "SpaProductCardEntrypoint",
modules: {тут-данные},
ssrModel: {...},
},
seoHelper: { ... }
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question