Failed To Scrape Value in This Page

I am trying to scrape some Value XPath from this page but I get just empty cell back
https://www.tokopedia.com/rumahtuperware/tupperware-lolly-tup-3pcs-warna-random-promo

The Xpath is the following:

  • html/body/div[1]/div[5]/div[2]/div[1]/div[1]/div/span/span[1]
  • html/body/div[1]/div[5]/div[2]/div[1]/div[1]/div/span/span[2]
  • html/body/div[1]/div[5]/div[2]/div[1]/div[3]/div[2]/div/div[1]/div/div/dl/dd[3]

I have tried with many formula but still failed
If anyone can help me with the correct formula, I am eternally grateful
Thank You

@nielsbosma

Hi,

Which part are you trying to scrape? This works for me:

From this link :
https://www.tokopedia.com/rumahtuperware/tupperware-lolly-tup-3pcs-warna-random-promo
I need to scrape the value ini red box sign.
A lot of thank you

Those two values seems to be inaccessible. Tried both xpath and csquery. Here is an example where I scrape the parent node and the values are left out:

Also tried with PhantomJS (headless browser to access javascript content) but didn't work.