S
S
siteohio2020-06-11 11:32:20
Parsing
siteohio, 2020-06-11 11:32:20

How to scrape pages?

Is there any way to parse pages in WordPress?
That is, maybe there is some kind of plugin or something else.
There is a website with pages that are just text and pictures. Nothing complicated, they need to be parsed.
I don’t know if it will be possible to make them so that they can still be changed in Elementor.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Orkhan Hasanli, 2020-06-11
@siteohio

Hello!
First, understand what visa pages are. editor (Elementor in the further case).
If you do not have the ability to export content due to the fact that you do not have access to the admin panel, then you will work at the DOM level.
All visas. editors store some code, which is then processed and given to the client when requested in the database. For example, Visual Composer stores a bunch of shortcodes, then these shortcodes are processed by PHP and given to the client as html + js + css.
Accordingly, I answer your question:

I still need to parse so that these are elementor pages if at all possible

Impossible. Without access, you are working with the DOM. You can parse the DOM. And then it's all imported into visas. editor (you will need to work with pens)
If there is no access to the files of another site, only the site itself with tags. Get to spar?

Without access to the admin panel, you can parse the site. Write a parser in the programming language you know (php, js, java, python etc.). Collect data in xlsx or csv. And then, either with the WP All Import plugin or through the WP REST API, import it to your site.

A
Alex, 2020-06-11
@Kozack

VI has a built-in content export function
VI has a JSON API to get content

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question