Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
schema_version: string
dataset: string
generated_at: string
crawler_stats: struct<started_at: string, urls_discovered: int64, crawled: int64, successful: int64, failed: int64, (... 228 chars omitted)
child 0, started_at: string
child 1, urls_discovered: int64
child 2, crawled: int64
child 3, successful: int64
child 4, failed: int64
child 5, robots_blocked: int64
child 6, non_html: int64
child 7, noindex: int64
child 8, bytes_downloaded: int64
child 9, records_written: int64
child 10, shards_created: int64
child 11, shards_uploaded: int64
child 12, last_local_checkpoint: string
child 13, last_hf_upload: string
child 14, tranco_seeds: int64
link_graph: struct<canonical: string, internal_links_count: int64, external_links_count: int64, outlinks_sample: (... 20 chars omitted)
child 0, canonical: string
child 1, internal_links_count: int64
child 2, external_links_count: int64
child 3, outlinks_sample: list<item: string>
child 0, item: string
directives: struct<noindex: bool, nofollow: bool>
child 0, noindex: bool
child 1, nofollow: bool
url: string
metadata: struct<title: string, description: string, language: string, author: string, keywords: list<item: st (... 98 chars omitted)
child 0, title: string
child 1, description: string
child 2, language: string
child 3, author: string
child 4, keywords: list<item: struct<term: string, score: int64>>
child 0, item: struct<term: string, score: int64>
child 0, term: string
child 1, score: int64
child 5, open_graph: struct<title: string, image: string, type: string>
child 0, title: string
child 1, image: string
child 2, type: string
content: struct<main_text: string, snippet: string, word_count: int64, headings: struct<h1: list<item: string (... 73 chars omitted)
child 0, main_text: string
child 1, snippet: string
child 2, word_count: int64
child 3, headings: struct<h1: list<item: string>, h2: list<item: string>, h3: list<item: string>>
child 0, h1: list<item: string>
child 0, item: string
child 1, h2: list<item: string>
child 0, item: string
child 2, h3: list<item: string>
child 0, item: string
child 4, content_hash: string
doc_id: string
crawl_info: struct<timestamp: string, status_code: int64, schema_version: string>
child 0, timestamp: string
child 1, status_code: int64
child 2, schema_version: string
domain: string
to
{'doc_id': Value('string'), 'url': Value('string'), 'domain': Value('string'), 'crawl_info': {'timestamp': Value('string'), 'status_code': Value('int64'), 'schema_version': Value('string')}, 'metadata': {'title': Value('string'), 'description': Value('string'), 'language': Value('string'), 'author': Value('string'), 'keywords': List({'term': Value('string'), 'score': Value('int64')}), 'open_graph': {'title': Value('string'), 'image': Value('string'), 'type': Value('string')}}, 'content': {'main_text': Value('string'), 'snippet': Value('string'), 'word_count': Value('int64'), 'headings': {'h1': List(Value('string')), 'h2': List(Value('string')), 'h3': List(Value('string'))}, 'content_hash': Value('string')}, 'link_graph': {'canonical': Value('string'), 'internal_links_count': Value('int64'), 'external_links_count': Value('int64'), 'outlinks_sample': List(Value('string'))}, 'directives': {'noindex': Value('bool'), 'nofollow': Value('bool')}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
schema_version: string
dataset: string
generated_at: string
crawler_stats: struct<started_at: string, urls_discovered: int64, crawled: int64, successful: int64, failed: int64, (... 228 chars omitted)
child 0, started_at: string
child 1, urls_discovered: int64
child 2, crawled: int64
child 3, successful: int64
child 4, failed: int64
child 5, robots_blocked: int64
child 6, non_html: int64
child 7, noindex: int64
child 8, bytes_downloaded: int64
child 9, records_written: int64
child 10, shards_created: int64
child 11, shards_uploaded: int64
child 12, last_local_checkpoint: string
child 13, last_hf_upload: string
child 14, tranco_seeds: int64
link_graph: struct<canonical: string, internal_links_count: int64, external_links_count: int64, outlinks_sample: (... 20 chars omitted)
child 0, canonical: string
child 1, internal_links_count: int64
child 2, external_links_count: int64
child 3, outlinks_sample: list<item: string>
child 0, item: string
directives: struct<noindex: bool, nofollow: bool>
child 0, noindex: bool
child 1, nofollow: bool
url: string
metadata: struct<title: string, description: string, language: string, author: string, keywords: list<item: st (... 98 chars omitted)
child 0, title: string
child 1, description: string
child 2, language: string
child 3, author: string
child 4, keywords: list<item: struct<term: string, score: int64>>
child 0, item: struct<term: string, score: int64>
child 0, term: string
child 1, score: int64
child 5, open_graph: struct<title: string, image: string, type: string>
child 0, title: string
child 1, image: string
child 2, type: string
content: struct<main_text: string, snippet: string, word_count: int64, headings: struct<h1: list<item: string (... 73 chars omitted)
child 0, main_text: string
child 1, snippet: string
child 2, word_count: int64
child 3, headings: struct<h1: list<item: string>, h2: list<item: string>, h3: list<item: string>>
child 0, h1: list<item: string>
child 0, item: string
child 1, h2: list<item: string>
child 0, item: string
child 2, h3: list<item: string>
child 0, item: string
child 4, content_hash: string
doc_id: string
crawl_info: struct<timestamp: string, status_code: int64, schema_version: string>
child 0, timestamp: string
child 1, status_code: int64
child 2, schema_version: string
domain: string
to
{'doc_id': Value('string'), 'url': Value('string'), 'domain': Value('string'), 'crawl_info': {'timestamp': Value('string'), 'status_code': Value('int64'), 'schema_version': Value('string')}, 'metadata': {'title': Value('string'), 'description': Value('string'), 'language': Value('string'), 'author': Value('string'), 'keywords': List({'term': Value('string'), 'score': Value('int64')}), 'open_graph': {'title': Value('string'), 'image': Value('string'), 'type': Value('string')}}, 'content': {'main_text': Value('string'), 'snippet': Value('string'), 'word_count': Value('int64'), 'headings': {'h1': List(Value('string')), 'h2': List(Value('string')), 'h3': List(Value('string'))}, 'content_hash': Value('string')}, 'link_graph': {'canonical': Value('string'), 'internal_links_count': Value('int64'), 'external_links_count': Value('int64'), 'outlinks_sample': List(Value('string'))}, 'directives': {'noindex': Value('bool'), 'nofollow': Value('bool')}}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
doc_id string | url string | domain string | crawl_info dict | metadata dict | content dict | link_graph dict | directives dict |
|---|---|---|---|---|---|---|---|
31368c20a9917549c78ccac6a98611eb9ecb058e85ff1bde288ce7156f0d7cdd | https://wordpress.org/ | wordpress.org | {
"timestamp": "2026-08-18T11:20:13.417870+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Blog Tool, Publishing Platform, and CMS – WordPress.org",
"description": "Open source software which you can use to easily create a beautiful website, blog, or app.",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "wordpress",
"score": 18
},
{
"term": "pla... | {
"main_text": "WordCamp US 2026 is here! Watch daily recordings on YouTube ↗ Meet WordPress The open source publishing platform of choice for millions of websites worldwide—from creators and small businesses to enterprises. Design Create any website with flexible design tools and the power of blocks . Start with a b... | {
"canonical": "https://wordpress.org/",
"internal_links_count": 19,
"external_links_count": 4,
"outlinks_sample": [
"https://wordpress.org/",
"https://wordpress.org/download/",
"https://www.youtube.com/playlist?list=PLLoEEVBDa-ik",
"https://wordpress.org/blocks/",
"https://wordpress.org/the... | {
"noindex": false,
"nofollow": false
} |
5b2e94280602e4e2f51d85135c74f77bbb6ff3823e72964b038e113eb50c2fed | https://linkedin.com/ | linkedin.com | {
"timestamp": "2026-08-18T11:20:13.460110+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Checking your browser - reCAPTCHA",
"description": "",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "checking",
"score": 6
},
{
"term": "browser",
"score": 6
},
{
"term": "recaptcha",
"score": 5
},
{
"term": "befor... | {
"main_text": "Checking your browser before accessing linkedin.com ... Click here if you are not automatically redirected after 5 seconds.",
"snippet": "Checking your browser before accessing linkedin.com ... Click here if you are not automatically redirected after 5 seconds.",
"word_count": 18,
"headings": {
... | {
"canonical": "https://www.google.com/recaptcha/challengepage",
"internal_links_count": 1,
"external_links_count": 0,
"outlinks_sample": [
"https://linkedin.com/"
]
} | {
"noindex": false,
"nofollow": false
} |
09a8b930c8b79e7c313e5e741e1d59c39ae91bc1f10cdefa68b47bf77519be57 | https://github.com/ | github.com | {
"timestamp": "2026-08-18T11:20:13.481011+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "GitHub · Change is constant. GitHub keeps you ahead. · GitHub",
"description": "Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.",
"language": "en",
"author": "",... | {
"main_text": "The future of building happens together Tools and trends evolve, but collaboration endures. With GitHub, developers, agents, and code come together on one platform. Try GitHub Copilot GitHub features A demonstration animation of a code editor using GitHub Copilot Chat, where the user requests GitHub C... | {
"canonical": "https://github.com/",
"internal_links_count": 28,
"external_links_count": 1,
"outlinks_sample": [
"https://github.com/",
"https://github.com/login",
"https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F&source=header-home",
"https://github.com/github-c... | {
"noindex": false,
"nofollow": false
} |
417486adfa562c103af9c88d67a828ed659a309a6ce4d32e817b6b234632c8dd | https://apache.org/ | apache.org | {
"timestamp": "2026-08-18T11:20:13.552221+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Welcome to The Apache Software Foundation | Apache Software Foundation",
"description": "",
"language": "en",
"author": "",
"keywords": [
{
"term": "software",
"score": 16
},
{
"term": "asf",
"score": 15
},
{
"term": "apache",
"score": 14
... | {
"main_text": "Software For The Public Good ¶ The Apache® Software Foundation (ASF) provides software for the public good, guided by community over code. Like the enduring oak tree, our projects thrive through the contributions of thousands worldwide. See Projects Our Impact ¶ 290+ Open Source Projects 1300+ Softwar... | {
"canonical": null,
"internal_links_count": 62,
"external_links_count": 57,
"outlinks_sample": [
"https://news.apache.org/foundation/entry/introducing-the-asfs-new-logo",
"https://apache.org/",
"https://community.apache.org/",
"https://community.apache.org/contributors/",
"https://apache.or... | {
"noindex": false,
"nofollow": false
} |
85c980bfa0dfd228d02d914bb3c2064b44bd5a32acea1543b8a82dba62cd963a | https://wordpress.com/ | wordpress.com | {
"timestamp": "2026-08-18T11:20:13.558311+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "WordPress.com: Everything You Need to Build Your Website",
"description": "Create your WordPress website with built-in hosting, premium themes, and powerful tools. No technical setup required. Start building today—free plan available.",
"language": "en",
"author": "",
"keywords": [
{
"te... | {
"main_text": "Build Website Ecommerce AI website builder Publish Blog Newsletter Hosting Managed hosting Agency hosting Site migration Domains Find a domain Transfer a domain Email Professional email Affiliates Affiliate program Enterprise Enterprise hosting Tools & Services Business name generator Logo generator S... | {
"canonical": "https://wordpress.com/",
"internal_links_count": 141,
"external_links_count": 27,
"outlinks_sample": [
"https://wordpress.com/website-builder/",
"https://wordpress.com/ecommerce/",
"https://wordpress.com/ai-website-builder/",
"https://wordpress.com/create-blog/",
"https://wor... | {
"noindex": false,
"nofollow": false
} |
27a97de21249075493adc8bab1079d3d765469518d686ea73ec9904f323eceb4 | https://sentry.io/welcome/ | sentry.io | {
"timestamp": "2026-08-18T11:20:13.629849+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Application Performance Monitoring & Error Tracking Software | Sentry",
"description": "Application performance monitoring for developers & software teams to see errors clearer, solve issues faster & continue learning continuously. Get started at sentry.io.",
"language": "en",
"author": "Sentry",
... | {
"main_text": "Marketing Mode Code breaks, fix it faster Application monitoring software considered \"not bad\" by millions of developers. Get Started See How In Sandbox GitHub Disney Atlassian Linear Vercel Cloudflare Slack Metronome Autodesk Microsoft Instacart Lyft Bolt Monday Cursor Anthropic Factory AI Sentry B... | {
"canonical": "https://sentry.io/welcome/",
"internal_links_count": 27,
"external_links_count": 10,
"outlinks_sample": [
"https://sentry.io/welcome/",
"https://sentry.io/signup/",
"https://sandbox.sentry.io/",
"https://sentry.io/platforms/",
"https://sentry.io/product/seer/",
"https://s... | {
"noindex": false,
"nofollow": false
} |
5e87f0113e39636416d31c6cb98b607cf33a72a811e13f5828c36ff1d68bf37a | https://ui.com/ | ui.com | {
"timestamp": "2026-08-18T11:20:13.644458+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "UniFi - Rethinking IT - Ubiquiti",
"description": "UniFi is rethinking IT with industry-leading products for enterprise networking, security, and more unified in an incredible software interface.",
"language": "en",
"author": "",
"keywords": [
{
"term": "scales",
"score": 6
},
... | {
"main_text": "Building the Future of IT. License Free Networking Physical Security Integrations Multi-Site Organizations Brand Principles Industry Leading Hardware Intuitive Setup and Management Scales Wide, Scales Tall Software Updates that Keep Giving Industry Leading Hardware Engineered with obsessive attention ... | {
"canonical": "https://ui.com/",
"internal_links_count": 0,
"external_links_count": 0,
"outlinks_sample": []
} | {
"noindex": false,
"nofollow": false
} |
7a44bb7c3a82d2e2bd1e9fdc917944ea99a6db364a3f73e0aecfded8ecf02870 | https://vimeo.com/ | vimeo.com | {
"timestamp": "2026-08-18T11:20:13.697673+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Vimeo - All-in-One Video Platform",
"description": "The video platform trusted by 287 million creatives, entrepreneurs, and businesses. Everything you need to create, manage, and share stunning videos.",
"language": "en",
"author": "",
"keywords": [
{
"term": "video",
"score": 17
... | {
"main_text": "Features Use cases Enterprise Learn Pricing What's new Contact sales Upgrade Join Upload Watch Login Login Login Login Contact Sales Home Home Login Login Menu Upload Staff Picks Watch Upgrade Join for free Your complete video platform Your videos, your way Vimeo’s ad-free platform provides everything... | {
"canonical": "https://vimeo.com/",
"internal_links_count": 61,
"external_links_count": 0,
"outlinks_sample": [
"https://vimeo.com/",
"https://vimeo.com/upgrade-plan?paywall_trigger=marketing_pricing_link&paywall_location=top_navigation&paywall_feature=general",
"https://vimeo.com/product-updates",... | {
"noindex": false,
"nofollow": false
} |
8cdd75a379ff3267c8b3cee8445dd5c1d68e4000d6ae3657137873815760c593 | https://cloudflare.net/home/default.aspx | cloudflare.net | {
"timestamp": "2026-08-18T11:20:13.703006+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Cloudflare, Inc. - Investor Relations",
"description": "",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "cloudflare",
"score": 5
},
{
"term": "inc",
"score": 5
},
{
"term": "investor",
"score": 5
},
{
"term": "rela... | {
"main_text": "",
"snippet": "",
"word_count": 0,
"headings": {
"h1": [],
"h2": [],
"h3": []
},
"content_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
} | {
"canonical": null,
"internal_links_count": 0,
"external_links_count": 0,
"outlinks_sample": []
} | {
"noindex": false,
"nofollow": false
} |
9c32284511b964386bb6c2b65e060c5c0832b5b8c80e5d573806d96d34fc1939 | https://nginx.org/ | nginx.org | {
"timestamp": "2026-08-18T11:20:13.708257+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "nginx",
"description": "",
"language": "",
"author": "",
"keywords": [
{
"term": "nginx",
"score": 15
},
{
"term": "nginx-1",
"score": 7
},
{
"term": "vulnerability",
"score": 7
},
{
"term": "docs",
"score": 4
},
{... | {
"main_text": "Join us for the first quarterly NGINX Community Call on July 22nd to connect and discuss NGINX development. nginx nginx (\" engine x \") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server. Originally written by Igor Sysoev and distributed un... | {
"canonical": null,
"internal_links_count": 26,
"external_links_count": 10,
"outlinks_sample": [
"https://go.f5.net/nginxcommunitycall",
"http://sysoev.ru/en/",
"https://nginx.org/LICENSE",
"https://nginx.org/en/enterprise.html",
"https://nginx.org/en/docs/index.html",
"https://github.c... | {
"noindex": false,
"nofollow": false
} |
f6cf006fbdea0d5a2799a174a09900aa29b890998146ed41c9cb71e922a150c7 | https://github.com/login | github.com | {
"timestamp": "2026-08-18T11:20:13.933032+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Sign in to GitHub · GitHub",
"description": "GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.",
"language": "en",
"author": "",
"keywords": [
{
"term": "github",
"score": 12
},
{
... | {
"main_text": "Sign in to GitHub Uh oh! There was an error while loading. Please reload this page . New to GitHub? Create an account Sign in with a passkey",
"snippet": "Sign in to GitHub Uh oh! There was an error while loading. Please reload this page . New to GitHub? Create an account Sign in with a passkey",
... | {
"canonical": "https://github.com/login",
"internal_links_count": 2,
"external_links_count": 4,
"outlinks_sample": [
"https://github.com/login",
"https://github.com/signup?source=login",
"https://docs.github.com/site-policy/github-terms/github-terms-of-service",
"https://docs.github.com/site-po... | {
"noindex": false,
"nofollow": false
} |
9e49cf4943550ed15085ca1e47265b880925c7a5f482b49af10662b0639b800c | https://www.apple.com/ | www.apple.com | {
"timestamp": "2026-08-18T11:20:14.163862+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Apple",
"description": "Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, and expert device support.",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "now",
"score": 19
}... | {
"main_text": "College, sorted. Get a gift card from $100 to $150 * when you buy Mac or iPad with education savings. Shop iPhone Meet the latest iPhone lineup. Learn more Shop iPhone MacBook Air Now supercharged by M5. Learn more Buy iPad Air Now supercharged by M4. Learn more Buy MacBook Pro Now with M5, M5 Pro, an... | {
"canonical": "https://www.apple.com/",
"internal_links_count": 33,
"external_links_count": 19,
"outlinks_sample": [
"https://www.apple.com/us/shop/goto/edu_store",
"https://www.apple.com/iphone/",
"https://www.apple.com/us/shop/goto/buy_iphone",
"https://www.apple.com/macbook-air/",
"https... | {
"noindex": false,
"nofollow": false
} |
7c2e05eaeb44aeecdc2277c04adc2fe6ca4b66a218f1275e29c642642bb7acf2 | https://aws.amazon.com/ | aws.amazon.com | {
"timestamp": "2026-08-18T11:20:14.195997+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Cloud Computing Services - Amazon Web Services (AWS)",
"description": "Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "aws",
"score": 21
... | {
"main_text": "Get the greatest choice of cloud and AI capabilities Modernize faster and scale more efficiently with an unmatched portfolio of over 240 comprehensive services Start free with AWS What's new Catch up on the most talked-about launches, updates, and success stories across AWS. Loading Loading Loading Lo... | {
"canonical": "https://aws.amazon.com/",
"internal_links_count": 8,
"external_links_count": 1,
"outlinks_sample": [
"https://aws.amazon.com/",
"https://portal.aws.amazon.com/billing/signup?sc_icampaign=hp-5-free-tier-25&sc_ichannel=ha&sc_iplace=hero&trk=a3c4a4e5-2749-4d31-bde5-8797858876c6",
"https... | {
"noindex": false,
"nofollow": false
} |
26dd2a6b9e5b6791fcf043d9a1284888461516299ff47f726c3445f83fa95484 | https://dns.google/ | dns.google | {
"timestamp": "2026-08-18T11:20:14.280599+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Google Public DNS",
"description": "",
"language": "en",
"author": "",
"keywords": [
{
"term": "public",
"score": 6
},
{
"term": "dns",
"score": 6
},
{
"term": "google",
"score": 5
}
],
"open_graph": {
"title": "",
"image": ""... | {
"main_text": "Public DNS",
"snippet": "Public DNS",
"word_count": 2,
"headings": {
"h1": [],
"h2": [],
"h3": []
},
"content_hash": "5939b457e3d922d9f40dd69cd433ef85a42bf202c43e4177870757c95aa7d69b"
} | {
"canonical": null,
"internal_links_count": 0,
"external_links_count": 0,
"outlinks_sample": []
} | {
"noindex": false,
"nofollow": false
} |
7c2e05eaeb44aeecdc2277c04adc2fe6ca4b66a218f1275e29c642642bb7acf2 | https://aws.amazon.com/ | aws.amazon.com | {
"timestamp": "2026-08-18T11:20:14.493741+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Cloud Computing Services - Amazon Web Services (AWS)",
"description": "Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "aws",
"score": 21
... | {
"main_text": "Get the greatest choice of cloud and AI capabilities Modernize faster and scale more efficiently with an unmatched portfolio of over 240 comprehensive services Start free with AWS What's new Catch up on the most talked-about launches, updates, and success stories across AWS. Loading Loading Loading Lo... | {
"canonical": "https://aws.amazon.com/",
"internal_links_count": 8,
"external_links_count": 1,
"outlinks_sample": [
"https://aws.amazon.com/",
"https://portal.aws.amazon.com/billing/signup?sc_icampaign=hp-5-free-tier-25&sc_ichannel=ha&sc_iplace=hero&trk=a3c4a4e5-2749-4d31-bde5-8797858876c6",
"https... | {
"noindex": false,
"nofollow": false
} |
949ce7133e0b08d9462416b704c79f89486a0907893f26f78b42356b0f9e9c4b | https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub-copilot%2Fpro%2Fsignup | github.com | {
"timestamp": "2026-08-18T11:20:14.502108+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Sign in to GitHub · GitHub",
"description": "GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.",
"language": "en",
"author": "",
"keywords": [
{
"term": "github",
"score": 12
},
{
... | {
"main_text": "Sign in to GitHub Uh oh! There was an error while loading. Please reload this page . New to GitHub? Create an account Sign in with a passkey",
"snippet": "Sign in to GitHub Uh oh! There was an error while loading. Please reload this page . New to GitHub? Create an account Sign in with a passkey",
... | {
"canonical": "https://github.com/login",
"internal_links_count": 2,
"external_links_count": 4,
"outlinks_sample": [
"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgithub-copilot%2Fpro%2Fsignup",
"https://github.com/signup?return_to=https%3A%2F%2Fgithub.com%2Fgithub-copilot%2Fpro%2Fsign... | {
"noindex": false,
"nofollow": false
} |
06d0a1ed3a425ec3cf400b71b77f46f71aec0f47706c3ff9d7baa1a0b46752d5 | https://aws.amazon.com/solutions/case-studies/innovators/?hp=rei | aws.amazon.com | {
"timestamp": "2026-08-18T11:20:14.679943+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "AWS Innovators",
"description": "Learn how companies and organizations are building on AWS cloud to drive innovation.",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "learn",
"score": 24
},
{
"term": "more",
"score": 23
},
{
"term": "a... | {
"main_text": "Customer Stories Generative AI Leading Cloud Innovators Browse All Customer Stories AWS Innovators Learn how leading organizations across all industries build on AWS to drive innovation at every business level. Explore AWS solutions How Sony Group reinvents itself for the AI era using AWS Sony Group h... | {
"canonical": "https://aws.amazon.com/solutions/case-studies/innovators/",
"internal_links_count": 42,
"external_links_count": 0,
"outlinks_sample": [
"https://aws.amazon.com/solutions/case-studies/innovators/?hp=rei",
"https://aws.amazon.com/ai/generative-ai/customers/",
"https://aws.amazon.com/so... | {
"noindex": false,
"nofollow": false
} |
561b4078010f62e3ca19dda6144b2814dba1d1e5e95de0abf2db20d76c2796c2 | https://github.com/features/copilot | github.com | {
"timestamp": "2026-08-18T11:20:14.906252+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "GitHub Copilot · Your AI pair programmer · GitHub",
"description": "GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.",
"language": "en",
"author": "",
"keywords": [
{
"term": "github",
"sc... | {
"main_text": "GitHub Copilot Command your craft Your AI accelerator for every workflow, from the editor to the enterprise. Get started See plans & pricing Already have Visual Studio Code? Open now Companies powered by GitHub Go beyond one-size-fits-all Choose from leading LLMs optimized for speed, accuracy, or cost... | {
"canonical": "https://github.com/features/copilot",
"internal_links_count": 43,
"external_links_count": 29,
"outlinks_sample": [
"https://github.com/features/copilot",
"https://gh.io/dev-days-2026",
"https://github.com/",
"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffeatures%... | {
"noindex": false,
"nofollow": false
} |
c71719c8c081954838ec435533c735a4f735ccb91911d6b4df252a03e8ac9d7c | https://aws.amazon.com/solutions/case-studies/innovators/siemens/?hp=cs | aws.amazon.com | {
"timestamp": "2026-08-18T11:20:14.928392+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "AWS Innovator: Siemens | Case Studies, Videos and Customer Stories",
"description": "A global leader in electrification, automation, and digitization, Siemens AG has driven innovation across industries for nearly 175 years. Siemens uses an array of AWS services to carry on that tradition of transformati... | {
"main_text": "Siemens on AWS Siemens AG has driven industrial innovation for over 175 years as a global leader in electrification, automation, and digitization. The company leverages Amazon Web Services (AWS) technologies to maintain this tradition of transformation across multiple sectors. Discover Siemens Enterpr... | {
"canonical": "https://aws.amazon.com/solutions/case-studies/innovators/siemens/",
"internal_links_count": 18,
"external_links_count": 7,
"outlinks_sample": [
"https://aws.amazon.com/solutions/case-studies/innovators/siemens/?hp=cs",
"https://aws.amazon.com/marketplace/seller-profile?id=1ee9ac08-183a-4... | {
"noindex": false,
"nofollow": false
} |
3ceb251fb9f8808fc62c346a44e294554e75a5766d3eee286ec38ef549d86cd0 | https://www.msn.com/ | www.msn.com | {
"timestamp": "2026-08-18T11:20:15.073093+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "MSN",
"description": "",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "msn",
"score": 5
}
],
"open_graph": {
"title": "",
"image": "",
"type": ""
}
} | {
"main_text": "",
"snippet": "",
"word_count": 0,
"headings": {
"h1": [],
"h2": [],
"h3": []
},
"content_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
} | {
"canonical": null,
"internal_links_count": 0,
"external_links_count": 0,
"outlinks_sample": []
} | {
"noindex": false,
"nofollow": false
} |
9a652974ef0e693676dbdbf0a569e8ab7edcc57cd96864fabbcdbe40d6fa01eb | https://aws.amazon.com/solutions/case-studies/innovators/audi/?hp=cs | aws.amazon.com | {
"timestamp": "2026-08-18T11:20:15.085108+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Audi on AWS: Case Studies, Videos, Innovator Stories",
"description": "",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "audi",
"score": 24
},
{
"term": "aws",
"score": 16
},
{
"term": "case",
"score": 6
},
{
"term"... | {
"main_text": "Audi on AWS AUDI AG, a subsidiary of the Volkswagen Group, is a global premium automotive manufacturer that produces premium vehicles for more than 100 markets around the world. Learn more about the Volkswagen Group Overview The company leveraged AWS to transform its digital infrastructure across mult... | {
"canonical": "https://aws.amazon.com/solutions/case-studies/innovators/audi/",
"internal_links_count": 11,
"external_links_count": 2,
"outlinks_sample": [
"https://aws.amazon.com/solutions/case-studies/innovators/audi/?hp=cs",
"https://aws.amazon.com/solutions/case-studies/innovators/volkswagen-group/... | {
"noindex": false,
"nofollow": false
} |
9e94eaace572e83e9a9c78c1596dd472753b9831c12d55e5637179e0f7a92387 | https://domains.google/ | domains.google | {
"timestamp": "2026-08-18T11:20:15.098521+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Google Domains",
"description": "",
"language": "en",
"author": "",
"keywords": [
{
"term": "google",
"score": 10
},
{
"term": "domains",
"score": 10
},
{
"term": "squarespace",
"score": 6
},
{
"term": "all",
"score": 3
... | {
"main_text": "About the Squarespace purchase of Google Domains registrations On 15 June 2023, Google entered into a definitive agreement with Squarespace, indicating their intent to purchase all domain registrations and related customer accounts from Google Domains. When the transaction between Google and Squarespa... | {
"canonical": "https://domains.google/",
"internal_links_count": 0,
"external_links_count": 2,
"outlinks_sample": [
"https://domains.squarespace.com/google-domains/?channel=bd&subchannel=google-kb-9-10-2024&source=google_domain_referral",
"https://cloud.google.com/support?hl=en"
]
} | {
"noindex": false,
"nofollow": false
} |
4c74fc8259ae1f07365f1c3c973da25d9aa48dce1497556eb9007b784ca4f64f | https://www.icloud.com/ | www.icloud.com | {
"timestamp": "2026-08-18T11:20:15.099233+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "iCloud",
"description": "Log in to iCloud to access your photos, mail, notes, documents and more. Sign in with your Apple Account or create a new account to start using Apple services.",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "icloud",
"score": 5
}
],
"o... | {
"main_text": "",
"snippet": "",
"word_count": 0,
"headings": {
"h1": [],
"h2": [],
"h3": []
},
"content_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
} | {
"canonical": "https://www.icloud.com/",
"internal_links_count": 0,
"external_links_count": 0,
"outlinks_sample": []
} | {
"noindex": false,
"nofollow": false
} |
98a7c346a0547b70956114a86872e41e962eb1a1eec8ae7b60d77feed4bf63b1 | https://www.snapchat.com/ | www.snapchat.com | {
"timestamp": "2026-08-18T11:20:15.109596+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Snapchat - Say It In A Snap",
"description": "Chat, send Snaps, explore Stories, and try Lenses on desktop, or download the app on mobile! See how to connect & create with friends on Snapchat, wherever you are.",
"language": "en-us",
"author": "",
"keywords": [
{
"term": "snapchat",
... | {
"main_text": "© Snap Inc. 2026 Snapchat Log in to Snapchat Chat, Snap, and video call your friends. Watch Stories and Spotlight, all from your computer. Looking for the app? Get it here . Have fun with your friends and family. Find Your Friends Express yourself with millions of Lenses. Try Now Get inspired and shar... | {
"canonical": "https://www.snapchat.com/",
"internal_links_count": 45,
"external_links_count": 23,
"outlinks_sample": [
"https://www.snapchat.com/download/",
"https://web.snapchat.com/?ref=snapchat_homepage_video_slides",
"https://www.snapchat.com/local/united-states/new-york/new-york",
"https:... | {
"noindex": false,
"nofollow": false
} |
c58c5f18e6310c2f9dbc3f2bf5009a2020a0cb41e39bc315f98169aeed626b39 | https://marketingplatform.google.com/about/enterprise/ | marketingplatform.google.com | {
"timestamp": "2026-08-18T11:20:15.121060+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Enterprise Advertising & Analytics Solutions - Google Marketing Platform",
"description": "Google Marketing Platform offers an enterprise analytics solution to gain insights into your advertising, marketing, customers, and sales.",
"language": "en",
"author": "",
"keywords": [
{
"term": ... | {
"main_text": "Meaningful insights. Smarter marketing. Better results. Google Marketing Platform brings together your advertising and analytics to help you make quality customer connections, surface deeper insights, and drive better marketing results. Talk to Sales A smarter platform for better results. Deliver fast... | {
"canonical": "https://marketingplatform.google.com/about/enterprise/",
"internal_links_count": 24,
"external_links_count": 3,
"outlinks_sample": [
"https://marketingplatform.google.com/about/",
"https://marketingplatform.google.com/about/partners/",
"https://marketingplatform.google.com/about/supp... | {
"noindex": false,
"nofollow": false
} |
f21cf567240dff62475b4396a1e6aa93cc8a305bc18c805a6718366f6cd36175 | https://www.roblox.com/ | www.roblox.com | {
"timestamp": "2026-08-18T11:20:15.168600+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Roblox",
"description": "Roblox is the ultimate virtual universe that lets you create, share experiences with friends, and be anything you can imagine. Join millions of people and discover an infinite variety of immersive experiences created by a global community!",
"language": "en",
"author": "Robl... | {
"main_text": "",
"snippet": "",
"word_count": 0,
"headings": {
"h1": [],
"h2": [],
"h3": []
},
"content_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
} | {
"canonical": "https://www.roblox.com/",
"internal_links_count": 0,
"external_links_count": 0,
"outlinks_sample": []
} | {
"noindex": false,
"nofollow": false
} |
6a1bfd7ddb32b374f9edfdb13260a3f95b53f844ad91de7768801b816ec48604 | https://one.one.one.one/dns/ | one.one.one.one | {
"timestamp": "2026-08-18T11:20:15.171961+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "1.1.1.1 — One of the Internet’s Fastest, Privacy-First DNS Resolver",
"description": "✌️✌️ Browse a faster, more private internet.",
"language": "en-us",
"author": "1.1.1.1",
"keywords": [
{
"term": "dns",
"score": 26
},
{
"term": "internet",
"score": 16
},
... | {
"main_text": "You are one step away from browsing a faster, more private Internet More Info DNS: Internet’s Directory DNS: Internet’s Directory Nearly everything on the Internet starts with a DNS request. DNS is the Internet’s directory. Click on a link, open an app, send an email and the first thing your device do... | {
"canonical": "https://1.1.1.1/dns/",
"internal_links_count": 4,
"external_links_count": 15,
"outlinks_sample": [
"https://itunes.apple.com/us/app/1-1-1-1-faster-internet/id1423538627?mt=8",
"https://play.google.com/store/apps/details?id=com.cloudflare.onedotonedotonedotone",
"https://one.one.one.o... | {
"noindex": false,
"nofollow": false
} |
d0e196a0c25d35dd0a84593cbae0f38333aa58529936444ea26453eab28dfc86 | https://www.google.com/ | www.google.com | {
"timestamp": "2026-08-18T11:20:15.173573+00:00",
"status_code": 200,
"schema_version": "2.0"
} | {
"title": "Google",
"description": "Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.",
"language": "en",
"author": "",
"keywords": [
{
"term": "google",
"score": 7
},
{
... | {
"main_text": "Gmail Images Sign in Advertising Business Solutions About Google © 2026 - Privacy - Terms Google apps",
"snippet": "Gmail Images Sign in Advertising Business Solutions About Google © 2026 - Privacy - Terms Google apps",
"word_count": 17,
"headings": {
"h1": [],
"h2": [],
"h3": []
}... | {
"canonical": null,
"internal_links_count": 7,
"external_links_count": 2,
"outlinks_sample": [
"https://mail.google.com/mail/&ogbl",
"https://www.google.com/imghp?hl=en&ogbl=",
"https://www.google.com/intl/en/about/products",
"https://accounts.google.com/ServiceLogin?hl=en&passive=true&continue... | {
"noindex": false,
"nofollow": false
} |
End of preview.
No dataset card yet
- Downloads last month
- -