XPath es un lenguaje que te permite ubicar elementos específicos de una página. La modificación de XPath en Octoparse funciona muy bien con más flexibilidad y precisión que la XPath generada automátic...
Sunday, April 08, 2018
Pregunta: Cómo usar XPath relativo para obtener datos fuera de un elemento de bucle
Si este título no tiene ningún sentido para usted, aquí hay un caso de uso tutorial con el que puede estar famili...
Wednesday, April 15, 2020
Modificar XPath en Octoparse es una habilidad esencial para adquirir un raspado de datos flexible y preciso. Octoparse XPath Tool puede ayudarlo a escribir la expresión XPath correcta y examinar el re...
Thursday, April 16, 2020
Wednesday, April 15, 2020
Extracting data from multiple pages through pagination is a very common case since most of the time you need more than one page of data for your project. But you might find that Octoparse sometimes ke...
Monday, July 30, 2018
“Next” button for pagination is not always available and pagination on some websites may be done by page numbers. So in this case, to extract multiple pages of data, we will need to modify the XPath o...
Tuesday, August 07, 2018
Octoparse detects for items belonging to a list via their coding pattern in the underlying HTML source code. To make Octoparse be able to detect and select the missing items, we need to replace the ol...
Wednesday, August 15, 2018
Once you select an element on the web page in the built-in browser, Octoparse intelligently figures out the specific pattern (that is, XPath) which represents it in the source code of the page. To loc...
Wednesday, August 22, 2018
El contenido paginado existe en toda la web. Para extraer datos de toda la categoría, deberá configurar la paginación en su tarea para completar su proyecto de extracción de datos. Este tutorial cubre...
Sunday, April 08, 2018
With Octoparse, you can easily implement data acquisition and web scraping from different kinds of websites to analyze industry advantages and shortcomings. In this tutorial, we will guide you to scra...
Sunday, April 08, 2018