Currently, we use the JSON inside the <script type="application/json" data-component-name="<name>"> to scrap the items. As we have seen on #12, they removed them from the PDP (Product Detail Page) so they can be removed anytime.
Describe the solution you'd like
Use the native API instead on the <script type="application/json" data-component-name="<name>"> as we use now to get items info
What is the current behavior?
Currently, we use the JSON inside the
<script type="application/json" data-component-name="<name>">
to scrap the items. As we have seen on #12, they removed them from the PDP (Product Detail Page) so they can be removed anytime.Describe the solution you'd like
Use the native API instead on the
<script type="application/json" data-component-name="<name>">
as we use now to get items info