Your scraped page may contain an iframe that contains data. If you try to scrape a page that contains an iframe, you won’t get the iframe content; you need to scrape the iframe source. Extracting content from a dynamic web site using a Java Library. Use Scrapy’s fetch command to download the webpage contents as seen by Scrapy: scrapy fetch -- nolog https : // example . 0. html If the desired data is in embedded JavaScript code within a