No Data getting Fetched

I am using below script. I have many such product search links. I want to serch those products and then scrape name and images.

Sample list of Links

{"_id":"JamieYoung","startUrl":["https://www.jamieyoung.com/search?q=9ABSTRACTLBL"],"selectors":[{"id":"MainLink","linkType":"linkFromHref","multiple":false,"parentSelectors":["_root"],"selector":"a.rebuy-product-media","type":"SelectorLink"},{"id":"Images","multiple":true,"parentSelectors":["MainLink"],"selector":".Product__SlideshowNavImage img","type":"SelectorImage"},{"id":"Name","multiple":false,"parentSelectors":["MainLink"],"regex":"","selector":"h1","type":"SelectorText"}]}

Hi,

Try it with a page load delay of ~ 7000

I tried with 10000 Delay. but not working

Are you sure it was Page load delay and not the other one?

image

The links you are using initially load a version where the links selector does not match anything. Then after a few seconds the page is refreshed with a different layout

Tried with one link and looks like this is Working. I will add more links to it and try again.

Thank you very much for your help.

Glad I could help! If you have a moment, I'd appreciate you leaving a review on the Web Scraper extension page! Your feedback helps us improve!

Thanks, and have a great day!

1 Like