Hidden Data in HTML
Test #14This page contains data hidden in 7 locations within the HTML. Can your scraper find all of them?
Test Passing Criteria
ScrapeMe Pro Scanner
In StockSKU: SM-PRO-SCANNER-001
🔍
ScrapeMe Pro Scanner
$299.99
★★★★★4.7 (342 reviews)
Advanced web scraping analysis tool with real-time monitoring. Features include intelligent pattern recognition, proxy rotation support, and comprehensive data extraction capabilities.
ScrapeMe Pro Scannersm-template-hidden-7890/api/test/hidden-data/verify
Challenge
The visible product card above only shows basic information. The full dataset is spread across 7 hidden locations in this page's HTML source:
- JSON-LD structured data (
<script type="application/ld+json">) - Embedded JSON in a script tag (
<script id="__DATA__">) - data-* attributes on a hidden div (
#product-meta) - CSS ::after content (
#hidden-css-data) - HTML comments (
<!-- sm-hidden-comment: ... -->) - noscript tag (
<noscript>) - template tag (
<template id="product-template">)
Verify your findings by POSTing to /api/test/hidden-data/verify with the extracted data.