-
Scraper context for {props.url}
-
-
{props.scraperData?.scrapedContent}
-
+
+
Scrapper context for
+ {props&&{props?.url}
}
+
+
+ {props.analyzerData&&props?.analyzerData.pages[0]?.description &&
+
+
+ Description: {props?.analyzerData.pages[0].description}
+
+
+ }
+
+
+
+
{props?.scraperData?.scrapedContent}
+
);
}
-export default ScraperTextFrame;
\ No newline at end of file
+export default ScraperTextFrame;