Get google ads content(title & body)

Here is the page I am trying to scrape. It seems that the ad is within an iframe, and I can't select it.

https://adstransparency.google.com/advertiser/AR02687495349324480513/creative/CR08579406510466007041?region=US

How would I select the title and the body of the ad?
thanks

Hi, is this a public URL or is a login required?

it's a public site, no login required

I am not able to see any data:
image

I'm getting same result as JanAp:
Can't find ad
An ad with this ID was not found in your region.

There might be some kind of region lock.

OK, I understand.
You can go here: https://adstransparency.google.com/?region=US
and pick any advertiser you want for this test. It will work the same as the link I suggested.

thanks

If the iframe URL domain is different from the scraped domain, then it will not be possible to scrape the contents of the iframe. You should be able to scrape the iframe URL and use that in a separate sitemap to scrape the contents

thank you for your help I will try as suggested.