Answer the question
In order to leave comments, you need to log in
How to parse site information?
Good day!
At work, they set the task: there are certain sites you need to "take information from them" how to do this through parsing? (so as not to make stupid copy-pastes!), and the information will need to be inserted either into excel or into the 1C product card?
Is it possible at all ......?
Answer the question
In order to leave comments, you need to log in
Generally possible. You write a script in Python/Perl/Go/etc, get a page, rip out information from it, write it down where you need it.
I tried on Python + Grab in two evenings to build a parser for a lost movie, which collected all the information and pictures about the series. Everything was saved in exel. Easy enough to learn.
Depending on what you put into the meaning of the word parsing, you can parse - get pages with a curl, and parse - analyze the house through a simple html Dom parser.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question