Shows Data in Preview but does not scrape

Hola!

I am scraping the following link:

https://www.debenhams.com/home/bedding/duvet-covers-pillow-cases/debenhams?ps=max

The structure is quite simple and straightforward. When I look at data preview I see the URLs and within each page I see the information that I need in the data preview, but the scraper doesn't do much. I have tried various ways to get this working. I don't understand what I am doing wrong.

Please help me. Your help would be much appreciated.

Sitemap:
{"_id":"debenhams","startUrl":["https://www.debenhams.com/home/bedding/duvet-covers-pillow-cases/debenhams?ps=max"],"selectors":[{"id":"links","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.u-flex-none","multiple":true,"delay":""},{"id":"product_wrapper","type":"SelectorElement","parentSelectors":["links"],"selector":"div.t-product-details","multiple":false,"delay":0},{"id":"product_intro","type":"SelectorElement","parentSelectors":["product_wrapper"],"selector":"div.t-product-details__content","multiple":false,"delay":0},{"id":"pro_name","type":"SelectorText","parentSelectors":["product_intro"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["product_intro"],"selector":"div.t-product-details-heading__price","multiple":false,"regex":"","delay":0},{"id":"description","type":"SelectorText","parentSelectors":["product_wrapper"],"selector":".t-product-details__description div.u-flexbox","multiple":false,"regex":"","delay":0}]}

Thank you for reading this post :slight_smile:

1 Like

I have the same issue, different site - https://storyweaver.org.in/illustrations. I have tried various selectors (Text, Link, Element, etc.) and have the same issue with all of them. When I start scraping, the popup with the site appears, but I don't see anything being selected until the popup disappears.

Sitemap:
{"_id":"storyweaver_illustrations","startUrl":["https://storyweaver.org.in/illustrations"],"selectors":[{"id":"main_page_captions","type":"SelectorElementAttribute","parentSelectors":["_root"],"selector":"a.pb-image-card__artist:nth-of-type(1)","multiple":true,"extractAttribute":"href","delay":"5000"}]}

Thank you for reading this post and any assistance you can provide.

2 Likes