Products from https://www.giochigiachi.it/prodotti

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Tagged: ,

Viewing 5 reply threads
  • Author
    Posts
    • #9909


      bibibabi
      Participant
      Post count: 3

       

      I got the plugin today, with very good expectations
      But I got stuck at the first level of analysis:

      as you can see it is a product site (Italian).
      The title of each product leads to the product sheet.
      In Crawling Restrictions: I put visual and it puts:
      //*[@id=”products”]/div[8]/div/div/h5

      which is the correct nested. Then sometimes it puts /a and other times just /5

      But then it can’t open the product page with “Content Scraping Customizations:” it can’t open the visual

      I haven’t found in your videos when it fails to do link analysis.
      It seems simple as a site to me..

       

       

      I also tried with sitemap (see here: https://www.giochigiachi.it/robots.txt)

      But the first page it searches for is the lost password page and I don’t know how I should treat it

      I don’t know how to move forward

    • #9912


      Szabi – CodeRevolution
      Keymaster
      Post count: 4573

      Hello,

      First of all, thank you for your purchase.

      Please try using the below config:

      Scraper Start (Seed) URL / Keywords
      https://www.giochigiachi.it/prodotti

      Do Not Scrape Seed URL:
      checked

      Seed Page Crawling Query Type:
      Class

      Seed Page Crawling Query String 
      product

       

      This will allow the plugin to extract links from the page.

      Let me know if this helped.

      Regards, Szabi – CodeRevolution.

    • #9915


      bibibabi
      Participant
      Post count: 3

      I’m slowly understanding and setting up.

      I have to ask you a few more little things while I get started.
      I hope it doesn’t take up too much of your time

      PRICE__________
      SITUATION:
      I have a problem with a site that has prices appearing with load popup
      (https://www.manicomixdistribuzione.it/HARRY-POTTER—POP-FUNKO-VINYL-FIGURE-131-HARRY-FLYING-W/-WINGED-KEY-9CM.html)

      I have to be registered, but then the real price only appears if I put the mouse over it (the black box).
      I saw that the box is generated in real time. There is no class and div before you hover over it.
      Alternatively, I know that the price in the black box is visible price – 60%

      QUESTION1:
      Is there a way to set the price increase (like in the plugin settings) only on one site and not on all sites? So as to put “visible price – 60%”
      QUESTION2:
      Is there a way to open the wholesaler discount price popapp via your plugin? maybe a hover or a jquery?

       

       

      DEFINITION OF THE VISUAL CLASS:_________________
      when you visibly select a div content it often comes out:

      //*[@class=’std’]
      //*[@id=’productForm’]/ol/li/div/a

      Now I have a complicated complicated price div
      The price class is “mainPriceAmount”, but this class appears about 20 times in the document, so I need to identify the “mainPriceAmount” class but only inside “detailsBox”
      < div class=”detailsBox” >
      < table >< tbody>
      < tr class=”price”>
      < td data-label=””>
      < h3 class=”mainPrice”>
      < span class=”mainPriceAmount”>58.49</span>

      How do I write the string correctly? Like this
      //*[@class=’detailsBox’]/table/tbody/tr/td/[@class=’mainPrice’]/[@class=’mainPriceAmount’]

    • #9916


      bibibabi
      Participant
      Post count: 3
      This reply has been marked as private.
    • #9918


      Szabi – CodeRevolution
      Keymaster
      Post count: 4573

      Send me temp admin login to your site and i check on this. My email is kisded@yahoo.com

    • #9921


      bibibabi
      Participant
      Post count: 3

      Has send email

Viewing 5 reply threads

The topic ‘Products from https://www.giochigiachi.it/prodotti’ is closed to new replies.