i'm trying to get the "var item_details" data in my code. i've heard that when you see "script" or var aka variable, it's to do with javascript but i have no idea how to extract it. i appreciate any help thanks!
i just got basic request code atm:
import re
import json
import requests
url = 'https://www.rolimons.com/deals'
response = requests.get(url)