Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
This topic has 8 replies, 2 voices, and was last updated 4 years ago by nils.
-
AuthorPosts
-
-
February 25, 2022 at 2:50 pm #4648
I can’t figure out two examples:
https://lv.carweb.eu/lv/vehicles/search how do I get it to crawl info for each href in .makeModel class and then create info for each of it?
-
February 25, 2022 at 5:16 pm #4651
Hello,
First of all, thank you for your purchase.
I checked and scraping this website is possible.
Please check the settings I used below for each site:
Scraper Start (Seed) URL:
https://lv.carweb.eu/lv/vehicles/searchDo Not Scrape Seed URL:
checkedSeed Page Crawling Query Type:
XPathSeed Page Crawling Query String:
//*[@class=’pic’]Content Query Type:
XPathContent Query String:
//*[@class=’lSect’]Scraper Start (Seed) URL:
https://www.ss.com/lv/transport/cars/alfa-romeo/Do Not Scrape Seed URL:
checkedSeed Page Crawling Query Type:
ClassSeed Page Crawling Query String:
msga2Content Query Type:
XPathContent Query String:
//*[@id=’msg_div_msg’]Regards, Szabi – CodeRevolution.
-
February 26, 2022 at 7:19 am #4653
This reply has been marked as private. -
February 26, 2022 at 7:29 am #4654
Interesting.
I changed to:
Seed Page Crawling Query String:
//*[@class=’makeModel’]Now works, please check.
Regards.
-
February 27, 2022 at 3:09 pm #4657
How is possible to set what data are going into the post? I want to make it so that it’s later on searchable somehow, is this the right plugin for that?
-
February 27, 2022 at 5:43 pm #4658
Hello,
To select which parts of the scraped articles to be imported into the post content, you can use the visual selector feature of the plugin to highlight and select the part of articles you wish to scrape.
Please check this tutorial video for details on this feature: https://www.youtube.com/watch?v=2ixtS3LQsI4
Regards.
-
March 14, 2022 at 5:19 pm #4724
This reply has been marked as private. -
March 14, 2022 at 6:49 pm #4726
This reply has been marked as private. -
March 15, 2022 at 5:14 pm #4735
This reply has been marked as private.
-
-
AuthorPosts
The topic ‘Crawling info from each HREF in the link’ is closed to new replies.