How do you fetch products when the data comes later?

My site is built with pure html css and javascript. I migrated a cms so the data attributes comes a bit later after the DOM is loaded. When I fetch the products, it doesn’t fetch correctly since it’s not taking the data from the cms

Hi thanks for reaching out!

For that you need to use the JSON crawler, as we only look at the source HTML in the normal validation:

Thanks.