The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'position_number'}) and 1 missing columns ({'page_number'}).
This happened while the csv dataset builder was generating data using
hf://datasets/goker/hyperlinks/datasets/dataset_bing_positioned_20250120_011415.csv (at revision d1477e4af81d10d9b4faf8d5ac6da3129a847434)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
order: int64
href: string
innerText: string
innerHTML: string
title: string
ariaLabel: string
ariaLabeledText: string
isVisual: bool
ariaHidden: bool
isVisible: bool
target: string
role: string
tabIndex: double
isKeyboardAccessible: bool
fontSize: int64
fontWeight: int64
underlined: bool
color: string
backgroundColor: string
actualBackgroundColor: string
x: double
y: double
width: double
height: double
documentWidth: int64
documentHeight: int64
deviceScaleFactor: int64
viewportWidth: int64
viewportHeight: int64
hasAltText: bool
google_position: int64
bing_position: int64
website: string
position_number: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 4277
to
{'order': Value(dtype='int64', id=None), 'href': Value(dtype='string', id=None), 'innerText': Value(dtype='string', id=None), 'innerHTML': Value(dtype='string', id=None), 'title': Value(dtype='string', id=None), 'ariaLabel': Value(dtype='string', id=None), 'ariaLabeledText': Value(dtype='string', id=None), 'isVisual': Value(dtype='bool', id=None), 'ariaHidden': Value(dtype='bool', id=None), 'isVisible': Value(dtype='bool', id=None), 'target': Value(dtype='string', id=None), 'role': Value(dtype='string', id=None), 'tabIndex': Value(dtype='float64', id=None), 'isKeyboardAccessible': Value(dtype='bool', id=None), 'fontSize': Value(dtype='int64', id=None), 'fontWeight': Value(dtype='int64', id=None), 'underlined': Value(dtype='bool', id=None), 'color': Value(dtype='string', id=None), 'backgroundColor': Value(dtype='string', id=None), 'actualBackgroundColor': Value(dtype='string', id=None), 'x': Value(dtype='float64', id=None), 'y': Value(dtype='float64', id=None), 'width': Value(dtype='float64', id=None), 'height': Value(dtype='float64', id=None), 'documentWidth': Value(dtype='int64', id=None), 'documentHeight': Value(dtype='int64', id=None), 'deviceScaleFactor': Value(dtype='int64', id=None), 'viewportWidth': Value(dtype='int64', id=None), 'viewportHeight': Value(dtype='int64', id=None), 'hasAltText': Value(dtype='bool', id=None), 'google_position': Value(dtype='int64', id=None), 'bing_position': Value(dtype='int64', id=None), 'website': Value(dtype='string', id=None), 'page_number': Value(dtype='int64', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1420, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1052, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'position_number'}) and 1 missing columns ({'page_number'}).
This happened while the csv dataset builder was generating data using
hf://datasets/goker/hyperlinks/datasets/dataset_bing_positioned_20250120_011415.csv (at revision d1477e4af81d10d9b4faf8d5ac6da3129a847434)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
order
int64 | href
string | innerText
string | innerHTML
string | title
string | ariaLabel
null | ariaLabeledText
null | isVisual
bool | ariaHidden
null | isVisible
bool | target
null | role
null | tabIndex
null | isKeyboardAccessible
bool | fontSize
int64 | fontWeight
int64 | underlined
bool | color
string | backgroundColor
string | actualBackgroundColor
string | x
float64 | y
float64 | width
float64 | height
float64 | documentWidth
int64 | documentHeight
int64 | deviceScaleFactor
int64 | viewportWidth
int64 | viewportHeight
int64 | hasAltText
null | google_position
int64 | bing_position
int64 | website
string | page_number
int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3
|
https://www.bestbuymetals.com/through-fastened-panels/tuff-rib/
|
Tuff-Rib
|
Tuff-Rib
| null | null | null | false
| null | false
| null | null | null | true
| 17
| 700
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(180, 35, 30)
| 0
| 0
| 0
| 0
| 1,350
| 3,320
| 1
| 1,350
| 940
| null | 100
| 4
|
www.bestbuymetals.com
| 1
|
2
|
https://www.applevis.com/apps
|
Apps
|
<span class="primary-nav__menu-link-inner primary-nav__menu-link-inner--level-1">Apps</span>
|
Browse and search our App Directories
| null | null | false
| null | true
| null | null | null | true
| 16
| 700
| false
|
rgb(11, 13, 15)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 918.40625
| 76.5
| 42.453125
| 99
| 1,350
| 8,532
| 1
| 1,350
| 940
| null | 3
| 3
|
www.applevis.com
| 1
|
39
|
https://www.babylist.com/find
|
Find a Registry
|
Find a Registry
| null | null | null | false
| null | true
| null | null | null | true
| 18
| 500
| false
|
rgb(242, 242, 242)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 685
| 5,586.578125
| 250
| 68
| 1,350
| 7,161
| 1
| 1,350
| 940
| null | 100
| 2
|
www.babylist.com
| 1
|
358
|
https://en.afew-store.com/pages/store
|
AFEW STORE
|
AFEW STORE
| null | null | null | false
| null | true
| null | null | null | true
| 12
| 500
| false
|
rgb(47, 47, 47)
|
rgba(0, 0, 0, 0)
|
rgb(222, 226, 230)
| 360
| 5,311.523438
| 300
| 35.195313
| 1,350
| 5,612
| 1
| 1,350
| 940
| null | 8
| 4
|
en.afew-store.com
| 1
|
26
|
https://www.foxnews.com/politics
|
Politics
|
Politics
| null | null | null | false
| null | false
| null | null | null | true
| 14
| 900
| false
|
rgb(0, 51, 102)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 18,380
| 1
| 1,350
| 940
| null | 1
| 4
|
www.foxnews.com
| 1
|
80
|
https://stores.pandora.net/en-us/
|
United States
|
United States
|
United States Locations
| null | null | false
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(32, 16, 33)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 822
| 1,029.09375
| 91.015625
| 17.5
| 1,350
| 1,620
| 1
| 1,350
| 940
| null | 100
| 1
|
stores.pandora.net
| 1
|
2
|
https://climeworks.com/actnow
|
Remove CO₂
|
Remove CO₂
| null | null | null | false
| null | true
| null | null | null | true
| 18
| 700
| false
|
rgb(0, 0, 0)
|
rgb(255, 204, 36)
|
rgb(255, 204, 36)
| 1,051.53125
| 41.601563
| 151.46875
| 44.796875
| 1,350
| 3,347
| 1
| 1,350
| 940
| null | 10
| 7
|
climeworks.com
| 1
|
523
|
https://www.dermstore.com/c/sale/
|
Sale
|
Sale
| null | null | null | false
| null | false
| null | null | null | true
| 20
| 400
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 7,304
| 1
| 1,350
| 940
| null | 6
| 4
|
www.dermstore.com
| 1
|
7
|
https://www.target.com/store-locator/find-stores
|
Find Stores
|
Find Stores
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(204, 0, 0)
| 1,266.960938
| 15
| 71.039063
| 19.992188
| 1,350
| 8,825
| 1
| 1,350
| 940
| null | 100
| 3
|
www.target.com
| 1
|
2
|
https://goclove.com/pages/find-your-style
| null |
Find Your Style
| null | null | null | false
| null | true
| null | null | null | true
| 18
| 500
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| -465
| 45
| 400
| 49.695313
| 1,350
| 8,796
| 1
| 1,350
| 940
| null | 100
| 6
|
goclove.com
| 1
|
65
|
https://irvinemomsnetwork.com/resources/
|
Resources
|
Resources
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 500
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(79, 79, 79)
| 1,017.960938
| 2,626.3125
| 78.375
| 18.5
| 1,350
| 2,873
| 1
| 1,350
| 940
| null | 3
| 2
|
irvinemomsnetwork.com
| 1
|
2
|
https://www.winterparkresort.com/plan-your-trip
| null |
Plan your trip
| null | null | null | false
| null | true
| null | null | null | true
| 23
| 700
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(25, 25, 25, 0.7)
| 50
| -618.492188
| 204.65625
| 30.5
| 1,350
| 940
| 1
| 1,350
| 940
| null | 28
| 5
|
www.winterparkresort.com
| 1
|
40
|
https://www.counton2.com/weather/
| null |
Current Conditions
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 700
| false
|
rgb(28, 28, 28)
|
rgb(255, 255, 255)
|
rgb(255, 255, 255)
| 75
| 160
| 635.3125
| 40
| 1,350
| 5,364
| 1
| 1,350
| 940
| null | 100
| 4
|
www.counton2.com
| 1
|
106
|
https://www.ashevilleart.org/about/
|
About Us
|
About Us
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 300
| false
|
rgb(185, 185, 185)
|
rgba(0, 0, 0, 0)
|
rgb(0, 0, 0)
| 150
| 5,167.460938
| 262.5
| 16
| 1,350
| 5,446
| 1
| 1,350
| 940
| null | 10
| 6
|
www.ashevilleart.org
| 1
|
74
|
https://www.theparisreview.org/blog/2025/01/06/making-of-a-poem-hua-xi-on-toilet/
|
Making of a Poem: Hua Xi on “Toilet”
By Hua Xi January 6, 2025
“I want to live a beautiful life but I can’t help but notice there is something fundamentally disgusting about it all.”
THE DAILY
MAKING OF A POEM
|
<div class="card-figure-wrap">
<figure>
<img src="https://www.theparisreview.org/blog/wp-content/uploads/2024/01/screenshot-2024-12-21-at-190637-1024x682.png" srcset="https://www.theparisreview.org/blog/wp-content/uploads/2024/01/screenshot-2024-12-21-at-190637-1024x682.png 1000w, https://www.theparisreview.org/blog/wp-content/uploads/2024/01/screenshot-2024-12-21-at-190637-1024x682.png 500w" sizes="(min-width: 62.5em) 33vw,
(min-width: 48em) 50vw,
(min-width: 30em) 60vw,
100vw" alt="Making of a Poem: Hua Xi on “Toilet”">
</figure>
</div>
<header class="card-titles-wrap">
<section class="card-titles">
<h1 class="h3">Making of a Poem: Hua Xi on “Toilet”</h1>
<address class="h5">By Hua Xi</address>
<time class="h5">January 6, 2025 </time>
<div class="card-excerpt-wrap" style="overflow-wrap: break-word;">
<p>“I want to live a beautiful life but I can’t help but notice there is something fundamentally disgusting about it all.”</p>
</div>
</section>
<section class="card-rubric">
<figure>
<img src="/dist/theme/issue_250/rower.png" alt="The Daily Rower">
</figure>
<h2 class="h6">The Daily</h2>
<h3 class="h6">Making of a Poem</h3>
</section>
</header>
| null | null | null | true
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(65, 65, 65)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 469.5625
| 2,554.1875
| 394.53125
| 448.726563
| 1,350
| 4,527
| 1
| 1,350
| 940
| null | 100
| 8
|
www.theparisreview.org
| 1
|
81
|
https://www.urbanshop.rs/catalog/muskarci-55
|
MUŠKARCI
|
Muškarci
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 600
| false
|
rgb(52, 58, 64)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 485.867188
| 22.046875
| 97.4375
| 31
| 1,350
| 4,321
| 1
| 1,350
| 940
| null | 100
| 9
|
www.urbanshop.rs
| 1
|
161
|
https://www.tamus.edu/relations/
|
Governmental Relations
|
Governmental Relations
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 400
| false
|
rgb(80, 0, 0)
|
rgb(247, 250, 252)
|
rgb(247, 250, 252)
| 0
| 0
| 0
| 0
| 1,350
| 3,485
| 1
| 1,350
| 940
| null | 7
| 7
|
www.tamus.edu
| 1
|
108
|
https://olympics.com/en/olympic-games/olympic-results
|
Results & Medals
|
Results & Medals
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(180, 180, 180)
|
rgba(0, 0, 0, 0)
|
rgb(0, 0, 0)
| 335
| 11,102.367188
| 121.664063
| 21
| 1,350
| 11,568
| 1
| 1,350
| 940
| null | 100
| 7
|
olympics.com
| 1
|
110
|
https://corporate.dow.com/en-us/careers.html
|
Careers
|
<span>Careers</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path fill="currentColor" d="M4.5 11h11.586l-4.5-4.5L13 5.086L19.914 12L13 18.914L11.586 17.5l4.5-4.5H4.5v-2Z"></path>
</svg>
| null | null | null | true
| null | false
| null | null | null | true
| 18
| 700
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(0, 0, 0, 0.6)
| 0
| 0
| 0
| 0
| 1,350
| 5,047
| 1
| 1,350
| 940
| null | 4
| 3
|
corporate.dow.com
| 1
|
98
|
https://www.bee-link.com/products/beelink-eqi12
| null |
<p class="data" data-nav="EQi12 1220P/12450H/12650H" data-pretitle="Work with Stability and Tranquility" data-title="EQi12 1220P/12450H/12650H" data-button-text="SHOP NOW" data-button-url="/products/beelink-eqi12">
</p>
<div class="image d-lg-block d-md-none d-sm-none" style="background: url('//www.bee-link.com/cdn/shop/files/ww_-2_3.jpg?v=1724657478');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
">
</div>
<div class="image d-lg-none d-md-block d-sm-block" style="background: url('//www.bee-link.com/cdn/shop/files/awdd_-2_3.jpg?v=1724404351');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
">
</div>
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(33, 37, 41)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 13,500
| 0
| 1,350
| 940
| 1,350
| 3,688
| 1
| 1,350
| 940
| null | 12
| 8
|
www.bee-link.com
| 1
|
7
|
https://billybobstexas.com/events
|
EVENTS & ACTIVITIES
|
Events & Activities
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(20, 20, 20, 0.5)
| 325.398438
| 51.039063
| 168.101563
| 77
| 1,350
| 5,541
| 1
| 1,350
| 940
| null | 5
| 3
|
billybobstexas.com
| 1
|
76
|
https://admissions.tamu.edu/apply
| null |
Apply
| null | null | null | false
| null | true
| null | null | null | true
| 24
| 700
| false
|
rgb(80, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(234, 234, 234)
| 160
| -159,840.25
| 82.046875
| 24.96875
| 1,350
| 5,776
| 1
| 1,350
| 940
| null | 2
| 2
|
admissions.tamu.edu
| 1
|
20
|
https://www.hudl.com/products/hudl
|
Hudl
Online and mobile platform for video sharing and review
|
<img loading="lazy" src="https://static.hudl.com/craft/productAssets/hudl_icon.svg?mtime=20200626111011" alt="" height="32" width="32">
<div class="subnavitem__label">Hudl</div>
<div class="subnavitem__desc">Online and mobile platform for video sharing and review</div>
| null | null | null | true
| null | false
| null | null | null | true
| 15
| 400
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(25, 31, 36)
| 0
| 0
| 0
| 0
| 1,350
| 6,855
| 1
| 1,350
| 940
| null | 100
| 5
|
www.hudl.com
| 1
|
346
|
https://www.kongcompany.com/catalogue/
| null |
<picture><source type="image/webp" data-srcset="https://cdn.amplifi.pattern.com/d5a082b5-f070-4f0a-bdf9-5a3b11ad5dae_small.jpg 2400w"><source type="image/jpeg" data-srcset="https://cdn.amplifi.pattern.com//d5a082b5-f070-4f0a-bdf9-5a3b11ad5dae_small.png 2400w"><img class="lazyload" data-src="https://cdn.amplifi.pattern.com/d5a082b5-f070-4f0a-bdf9-5a3b11ad5dae" data-sizes="auto" alt="KONG Aqua photo" width="" height=""></picture>
| null | null | null | true
| null | true
| null | null | null | true
| 18
| 600
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgba(0, 0, 0, 0)
| 128,242.5
| 2,264.429688
| 466
| 22
| 1,350
| 8,542
| 1
| 1,350
| 940
| null | 9
| 4
|
www.kongcompany.com
| 1
|
111
|
https://www.johnhancock.com/help-center/life-insurance.html
|
Life insurance
|
Life insurance
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 600
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(40, 43, 62)
| 140
| 4,072.179688
| 88.90625
| 47
| 1,350
| 4,453
| 1
| 1,350
| 940
| null | 34
| 2
|
www.johnhancock.com
| 1
|
21
|
https://www.thenorthwestern.com/obituaries/
|
Obituaries
|
<img class="gnt_m_sc_i" data-g-r="lazy_c" decoding="async" alt="" src="/gcdn/presto/2023/08/04/PRRS/7236d935-80d1-4a8a-8665-321e0cc8ca3d-Obituaries_Showcase_Promo.jpg?crop=599,599,x0,y0&width=210&height=210&format=pjpg&auto=webp" srcset="/gcdn/presto/2023/08/04/PRRS/7236d935-80d1-4a8a-8665-321e0cc8ca3d-Obituaries_Showcase_Promo.jpg?crop=599,599,x0,y0&width=420&height=420&format=pjpg&auto=webp 2x"> Obituaries <svg class="gnt_m_sc_svg"><use xlink:href="#gnt_svg_rightArrow"></use></svg>
| null | null | null | true
| null | true
| null | null | null | true
| 16
| 700
| false
|
rgb(48, 48, 48)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 390
| 1,740.75
| 210
| 314
| 1,350
| 13,838
| 1
| 1,350
| 940
| null | 100
| 2
|
www.thenorthwestern.com
| 1
|
98
|
https://www.muckbootcompany.com/mens-boots/
|
Shop All
|
Shop All
|
Shop All
| null | null | false
| null | false
| null | null | null | true
| 14
| 400
| false
|
rgb(78, 57, 27)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 4,844
| 1
| 1,350
| 940
| null | 33
| 2
|
www.muckbootcompany.com
| 1
|
149
|
https://nationalpost.com/category/news/
|
NEWS
|
<span data-evt-skip-click="true" data-tb-category="">News</span>
| null | null | null | false
| null | true
| null | null | null | true
| 13
| 700
| false
|
rgb(46, 78, 191)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 430.117188
| 2,033.4375
| 42.390625
| 15.84375
| 1,350
| 18,080
| 1
| 1,350
| 940
| null | 100
| 1
|
nationalpost.com
| 1
|
36
|
https://osla.dasa.ncsu.edu/rcs/
|
Resiliency and Community Support
|
Resiliency and Community Support
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 300
| false
|
rgb(102, 102, 102)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 2,978
| 1
| 1,350
| 940
| null | 2
| 4
|
osla.dasa.ncsu.edu
| 1
|
104
|
https://www.yohann.com/pages/about-us
|
About Us
|
About Us
| null | null | null | false
| null | false
| null | null | null | true
| 17
| 600
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 4,876
| 1
| 1,350
| 940
| null | 13
| 5
|
www.yohann.com
| 1
|
172
|
https://ogee.com/pages/shop-all
|
Products
|
Products
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(100, 100, 100)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 75
| 996.578125
| 62.242188
| 32.796875
| 1,350
| 940
| 1
| 1,350
| 940
| null | 100
| 2
|
ogee.com
| 1
|
56
|
https://ruffwear.com/pages/store-locator
|
Store Locator
|
<i class="rw-icon rw-icon--md rw-icon--inherit-path" data-tooltip-target="input" aria-hidden="true"><svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<title>Store</title>
<path d="M20 4H4V6H20V4ZM21 14V12L20 7H4L3 12V14H4V20H14V14H18V20H20V14H21ZM12 18H6V14H12V18Z" fill="#00263E"></path>
</svg>
</i><span role="tooltip" class="tooltip " data-tooltip-target="label" data-tooltip-title="Store Locator">
Store Locator
</span>
| null | null | null | true
| null | true
| null | null | null | true
| 18
| 700
| false
|
rgb(0, 38, 62)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 1,140
| 89.265625
| 22
| 23.015625
| 1,350
| 940
| 1
| 1,350
| 940
| null | 27
| 3
|
ruffwear.com
| 1
|
88
|
https://www.apta.org/apta-and-you
|
APTA AND YOU
|
APTA and You
| null | null | null | false
| null | true
| null | null | null | true
| 15
| 600
| false
|
rgb(18, 18, 18)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 1,170.59375
| 88
| 131.40625
| 55
| 1,350
| 5,038
| 1
| 1,350
| 940
| null | 100
| 9
|
www.apta.org
| 1
|
6
|
https://www.beiscommunity.com/shabbat/
| null |
Shabbat
|
Shabbat
| null | null | false
| null | true
| null | null | null | true
| 13
| 400
| false
|
rgb(51, 51, 51)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 682.679688
| 78
| 150
| 38.570313
| 1,350
| 5,230
| 1
| 1,350
| 940
| null | 5
| 8
|
www.beiscommunity.com
| 1
|
91
|
https://jacksflightclub.com/about-us
|
About us
|
About us
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(14, 191, 255)
|
rgba(0, 0, 0, 0)
|
rgb(0, 53, 74)
| 248.679688
| 5,362.960938
| 55.476563
| 19
| 1,350
| 5,650
| 1
| 1,350
| 940
| null | 17
| 10
|
jacksflightclub.com
| 1
|
286
|
https://www.kongcompany.com/catalogue/
| null |
<picture><source type="image/webp" data-srcset="https://cdn.amplifi.pattern.com/ea0aea78-e833-4cab-8d10-776a8a686018_small.jpg 2400w"><source type="image/jpeg" data-srcset="https://cdn.amplifi.pattern.com//ea0aea78-e833-4cab-8d10-776a8a686018_small.png 2400w"><img class="lazyload" data-src="https://cdn.amplifi.pattern.com/ea0aea78-e833-4cab-8d10-776a8a686018" data-sizes="auto" alt="Wobbler photo" width="" height=""></picture>
| null | null | null | true
| null | true
| null | null | null | true
| 18
| 600
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgba(0, 0, 0, 0)
| 104,942.5
| 2,264.429688
| 466
| 22
| 1,350
| 8,542
| 1
| 1,350
| 940
| null | 9
| 4
|
www.kongcompany.com
| 1
|
115
|
https://www.amazon.science/publications
|
View all
|
View all
| null | null | null | false
| null | false
| null | null | null | true
| 14
| 400
| false
|
rgb(0, 124, 182)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 4,306
| 1
| 1,350
| 940
| null | 3
| 7
|
www.amazon.science
| 1
|
104
|
https://thanksgivingpoint.org/calendar/
|
CALENDAR
|
<img decoding="async" src="https://thanksgivingpoint.org/app/uploads/2021/10/tile-driving-directions.png" alt="" class="tile-image">
<h3 class="tile-headline">Calendar</h3>
| null | null | null | true
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(40, 40, 40)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 680
| 4,624.046875
| 300
| 183.484375
| 1,350
| 5,518
| 1
| 1,350
| 940
| null | 8
| 5
|
thanksgivingpoint.org
| 1
|
196
|
https://www.tomsguide.com/reviews
|
ALL REVIEWS
|
ALL REVIEWS
<i class="fa fa-caret-right"></i>
| null | null | null | false
| null | true
| null | null | null | true
| 13
| 700
| false
|
rgb(255, 255, 255)
|
rgb(51, 51, 51)
|
rgb(51, 51, 51)
| 205
| 17,093.46875
| 940
| 44
| 1,350
| 20,788
| 1
| 1,350
| 940
| null | 100
| 2
|
www.tomsguide.com
| 1
|
33
|
https://www.unclebucksfishbowlandgrill.com/menu/
|
MENU
|
MENU
| null | null | null | false
| null | true
| null | null | null | true
| 18
| 400
| false
|
rgb(254, 189, 17)
|
rgba(0, 0, 0, 0)
|
rgb(242, 242, 242)
| 689.585938
| 2,089.273438
| 56.132813
| 35
| 1,350
| 2,309
| 1
| 1,350
| 940
| null | 5
| 2
|
www.unclebucksfishbowlandgrill.com
| 1
|
176
|
https://soe.rutgers.edu/academics/graduate-studies
| null |
Graduate Degrees from Master's to PhD <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 10 2"><path d="M0,0h30v3H0V0z"></path></svg>
| null | null | null | true
| null | true
| null | null | null | true
| 16
| 700
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(239, 239, 239)
| 705.59375
| 1,823.054688
| 305.0625
| 22
| 1,350
| 8,174
| 1
| 1,350
| 940
| null | 49
| 10
|
soe.rutgers.edu
| 1
|
3
|
https://theherocompany.co/collections/apparel
|
APPAREL
|
APPAREL
| null | null | null | false
| null | false
| null | null | null | true
| 14
| 400
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(0, 0, 0, 0.9)
| 0
| 0
| 0
| 0
| 1,350
| 6,335
| 2
| 1,350
| 940
| null | 17
| 8
|
theherocompany.co
| 1
|
67
|
https://www.rewardsthatmatter.com/categories/restaurant-rewards/
|
RESTAURANTS
|
Restaurants
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 800
| false
|
rgb(64, 199, 201)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 373.328125
| 3,137.953125
| 100.078125
| 17.5
| 1,350
| 4,166
| 1
| 1,350
| 940
| null | 100
| 10
|
www.rewardsthatmatter.com
| 1
|
922
|
https://www.soccer.com/shop/footwear
|
Soccer Cleats
|
Soccer Cleats
| null | null | null | false
| null | true
| null | null | null | true
| 12
| 400
| false
|
rgb(17, 17, 17)
|
rgba(0, 0, 0, 0)
|
rgb(230, 230, 230)
| 877.5
| 9,804.210938
| 72.195313
| 14.5
| 1,350
| 940
| 1
| 1,350
| 940
| null | 16
| 2
|
www.soccer.com
| 1
|
55
|
https://procurement.ufl.edu/uf-departments/
|
Make a Purchase
|
Make a Purchase
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 500
| false
|
rgb(0, 82, 155)
|
rgba(0, 0, 0, 0)
|
rgb(250, 248, 241)
| 0
| 0
| 0
| 0
| 1,350
| 3,409
| 1
| 1,350
| 940
| null | 11
| 3
|
procurement.ufl.edu
| 1
|
8
|
https://www.staceyscribbling.com/about
|
ABOUT
|
About
| null | null | null | false
| null | true
| null | null | null | true
| 15
| 300
| false
|
rgb(56, 56, 59)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 536.453125
| 280.382813
| 55.398438
| 31.1875
| 1,350
| 6,572
| 1
| 1,350
| 940
| null | 4
| 2
|
www.staceyscribbling.com
| 1
|
35
|
https://www.wmata.com/schedules/timetables/
|
Timetables
|
Timetables
| null | null | null | false
| null | false
| null | null | null | true
| 14
| 400
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(79, 79, 79)
| 0
| 0
| 0
| 0
| 1,350
| 4,062
| 1
| 1,350
| 940
| null | 100
| 2
|
www.wmata.com
| 1
|
361
|
https://www.machines.com.my/pages/store-locator
|
IN STORE
Find a Store
Shop the latest Apple products
More ways to shop: Find an Apple Store or another retailer near you.
|
<div class="partner_images_container">
<div class="ratio" style="--ratio-percent: 66.40625%">
<img class="partner_images" src="//www.machines.com.my/cdn/shop/files/find-locate-carousel.jpg?v=1721271592&width=256" loading="lazy" alt="">
</div>
</div>
<div class="PartnerDiv"><div class="PartnerLabel" style="color: #707070">
IN STORE
</div><div class="PartnerHeading">Find a Store</div>
<div class="PartnerSubHeading">
Shop the latest Apple products
</div>
<div class="PartnerSubText">
More ways to shop: Find an Apple Store or another retailer near you.
</div>
</div>
| null | null | null | true
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgba(0, 0, 0, 0.75)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 1,019
| 3,220.085938
| 256
| 358
| 1,350
| 9,246
| 1
| 1,350
| 940
| null | 100
| 4
|
www.machines.com.my
| 1
|
24
|
https://www.tamupress.com/resources/
|
Resources
|
Resources
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 600
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(0, 0, 0, 0)
| 0
| 0
| 0
| 0
| 1,350
| 3,122
| 1
| 1,350
| 940
| null | 100
| 8
|
www.tamupress.com
| 1
|
80
|
https://underthelaces.com/fashion/
|
Fashion
|
<h4 class="tagStyle_1llfjkt-o_O-style_feztnt-o_O-style_d48umq">Fashion</h4>
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 485
| 4,463.5625
| 0
| 191.25
| 1,350
| 6,048
| 1
| 1,350
| 940
| null | 3
| 8
|
underthelaces.com
| 1
|
19
|
https://www.hdrsoft.com/resources/photomatix-pro-features-highlights.html
|
Photomatix Pro
|
Photomatix Pro
| null | null | null | false
| null | true
| null | null | null | true
| 15
| 400
| false
|
rgb(17, 34, 204)
|
rgba(0, 0, 0, 0)
|
rgb(250, 250, 250)
| 267.023438
| 1,836.632813
| 108.898438
| 20.5
| 1,350
| 3,191
| 1
| 1,350
| 940
| null | 47
| 9
|
www.hdrsoft.com
| 1
|
12
|
https://www.crosscreekmall.com/eat
|
EAT
|
<div class="cblNavMenu--link__content block">
<div class="cblNavMenu--icon">
<figure class="cblNavMenu--icon__imgwrap">
<img class="cblNavMenu--icon__img" src="https://cblproperty.blob.core.windows.net/production/assets/blt91a1fefff6233d06-EAT_300x300 - Website.png" alt="">
<!-- <img class="cblNavMenu--icon__img" src="/img/homePage/Eats.jpg" alt=""/> -->
</figure>
</div>
<span class="cblNavMenu--label">Eat</span>
</div>
| null | null | null | true
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(0, 0, 0)
|
rgb(125, 157, 140)
|
rgb(125, 157, 140)
| 337.5
| 116
| 337.5
| 795
| 1,350
| 940
| 1
| 1,350
| 940
| null | 3
| 5
|
www.crosscreekmall.com
| 1
|
71
|
https://www.tower28beauty.com/collections/skincare
|
SOS
|
SOS
| null | null | null | false
| null | false
| null | null | null | true
| 14
| 500
| false
|
rgba(135, 38, 38, 0.7)
|
rgba(0, 0, 0, 0)
|
rgb(255, 250, 247)
| 0
| 0
| 0
| 0
| 1,350
| 8,405
| 1
| 1,350
| 940
| null | 100
| 6
|
www.tower28beauty.com
| 1
|
77
|
https://www.nationwidechildrens.org/locations
|
Locations
|
<i class="icon icon--map" aria-hidden="true"></i>
<h6>Locations</h6>
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 700
| false
|
rgb(34, 75, 159)
|
rgba(0, 0, 0, 0)
|
rgb(242, 242, 242)
| 0
| 0
| 0
| 0
| 1,350
| 4,670
| 1
| 1,350
| 940
| null | 2
| 10
|
www.nationwidechildrens.org
| 1
|
6
|
https://toyandminiaturemuseum.org/exhibits-collections/toys-collection/
|
Toys
|
<div class="sectionNavItem">
<span class="section__title section__title-orange">Toys</span>
<img width="300" height="189" src="https://toyandminiaturemuseum.org/wp-content/uploads/2020/09/dog-300x189.png" class="attachment-medium size-medium" alt="" decoding="async" srcset="https://toyandminiaturemuseum.org/wp-content/uploads/2020/09/dog-300x189.png 300w, https://toyandminiaturemuseum.org/wp-content/uploads/2020/09/dog-768x484.png 768w, https://toyandminiaturemuseum.org/wp-content/uploads/2020/09/dog-600x378.png 600w, https://toyandminiaturemuseum.org/wp-content/uploads/2020/09/dog.png 836w" sizes="(max-width: 300px) 100vw, 300px"> </div>
| null | null | null | true
| null | false
| null | null | null | true
| 8
| 400
| false
|
rgb(231, 233, 240)
|
rgba(0, 0, 0, 0)
|
rgb(83, 85, 92)
| 0
| 0
| 0
| 0
| 1,350
| 940
| 1
| 1,350
| 940
| null | 35
| 4
|
toyandminiaturemuseum.org
| 1
|
52
|
https://www.cozen.com/offices
|
33 offices
|
33 offices
| null | null | null | false
| null | true
| null | null | null | true
| 21
| 700
| true
|
rgb(145, 62, 13)
|
rgba(0, 0, 0, 0)
|
rgb(249, 248, 249)
| 153.65625
| 1,032
| 94.28125
| 24.5
| 1,350
| 4,430
| 1
| 1,350
| 940
| null | 4
| 2
|
www.cozen.com
| 1
|
37
|
https://www.rainforestcafe.com/specials/
|
WHAT'S HAPPENING
|
What's Happening
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 800
| false
|
rgb(255, 243, 0)
|
rgba(0, 0, 0, 0)
|
rgb(0, 0, 0)
| 12,034.921875
| 4,344.023438
| 230.148438
| 48.59375
| 1,350
| 940
| 1
| 1,350
| 940
| null | 2
| 7
|
www.rainforestcafe.com
| 1
|
42
|
https://greyscout.com/plans/
| null |
Plans
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 700
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(0, 48, 39)
| 533.945313
| 24
| 69.0625
| 46
| 1,350
| 7,772
| 1
| 1,350
| 940
| null | 5
| 5
|
greyscout.com
| 1
|
209
|
https://www.jeep.co.uk/jeep-renegade/new-jeep-renegade
|
Renegade 4xe
FIND OUT MORE
|
<div class="content">
<span class="sidebar-title">Renegade 4xe</span>
<div class="model-thumb">
<img data-lazy-src="/content/dam/jeep/crossmarket/menu/Jeep-phev/june-23/_MSB6897_NATIVE_310x200.jpg">
</div>
<div class="model-desc">
<p>
FIND OUT MORE
<i class="icon fa fa-chevron-right" aria-hidden="true"></i>
</p>
</div>
</div>
| null | null | null | true
| null | false
| null | null | null | true
| 14
| 700
| false
|
rgba(0, 0, 0, 0.87)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 940
| 1
| 1,350
| 940
| null | 100
| 6
|
www.jeep.co.uk
| 1
|
8
|
https://www.iceatthegalleria.com/freestyle
|
FREESTYLE
|
Freestyle
|
click to go to 'Freestyle Figure Skating'
| null | null | false
| null | true
| null | null | null | true
| 16
| 700
| false
|
rgb(95, 98, 101)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 564.195313
| 90
| 120.4375
| 90
| 1,350
| 4,360
| 1
| 1,350
| 940
| null | 3
| 5
|
www.iceatthegalleria.com
| 1
|
24
|
https://www.fashionoutletsofchicago.com/Services
|
Services
|
Services
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 500
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 4,139
| 1
| 1,350
| 940
| null | 2
| 7
|
www.fashionoutletsofchicago.com
| 1
|
148
|
https://pay.amazon.com/help
|
Help docs & FAQsAccess knowledge base
|
<span class="NavigationLink-title">Help docs & FAQs</span><span class="NavigationLink-description">Access knowledge base</span>
| null | null | null | false
| null | false
| null | null | null | true
| 18
| 400
| false
|
rgb(35, 47, 62)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 4,888
| 1
| 1,350
| 940
| null | 2
| 7
|
pay.amazon.com
| 1
|
335
|
https://azure.microsoft.com/en-us/get-started/
|
Get started with Azure
|
Get started with Azure
| null | null | null | false
| null | true
| null | null | null | true
| 11
| 400
| false
|
rgb(97, 97, 97)
|
rgba(0, 0, 0, 0)
|
rgb(242, 242, 242)
| 67.5
| 8,054.6875
| 108.28125
| 15
| 1,350
| 8,448
| 1
| 1,350
| 940
| null | 100
| 4
|
azure.microsoft.com
| 1
|
162
|
https://drjackpeterson.com/breast-augmentation/
|
View products
|
<span class="text">View products</span><span class="icon et-icon et-shopping-bag"></span>
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(119, 119, 119)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 1,006.65625
| 11,574.539063
| 96.960938
| 29.59375
| 1,350
| 940
| 1
| 1,350
| 940
| null | 100
| 9
|
drjackpeterson.com
| 1
|
28
|
https://www.bigcatcountry.com/2025/1/6/24337575/2025-jaguars-head-coach-hiring-process-homepage
|
3 UPDATES
|
3 Updates
| null | null | null | false
| null | true
| null | null | null | true
| 10
| 500
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(51, 51, 51)
| 166.304688
| 353.132813
| 48.75
| 12.5
| 1,350
| 9,153
| 1
| 1,350
| 940
| null | 100
| 2
|
www.bigcatcountry.com
| 1
|
27
|
https://stock.walmart.com/stock-information/dividend-history/default.aspx
|
Dividend History
|
Dividend History
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 400
| true
|
rgb(0, 113, 206)
|
rgba(0, 0, 0, 0)
|
rgb(12, 31, 62)
| 0
| 0
| 0
| 0
| 1,350
| 3,886
| 1
| 1,350
| 940
| null | 18
| 7
|
stock.walmart.com
| 1
|
33
|
https://ridgehill.com/events/
| null |
Events
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 860.679688
| 10
| 86.578125
| 48
| 1,350
| 3,263
| 1
| 1,350
| 940
| null | 5
| 6
|
ridgehill.com
| 1
|
13
|
https://plazaelsegundo.com/shop-dine-and-more/
|
Shop, Dine & More
|
<span>Shop, Dine & More</span>
| null | null | null | false
| null | false
| null | null | null | true
| 22
| 500
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 5,903
| 1
| 1,350
| 940
| null | 9
| 2
|
plazaelsegundo.com
| 1
|
26
|
https://carlapoma.com/collections/rings
|
Rings
|
Rings
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 200
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 653.851563
| 177.640625
| 189.75
| 35.007813
| 1,350
| 6,325
| 1
| 1,350
| 940
| null | 27
| 5
|
carlapoma.com
| 1
|
63
|
https://www.livescience.com/space
|
VIEW MORE
|
VIEW MORE
<i class="fa fa-caret-right"></i>
| null | null | null | false
| null | true
| null | null | null | true
| 13
| 700
| false
|
rgb(51, 51, 51)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 1,046
| 3,491.742188
| 90
| 44
| 1,350
| 8,279
| 1
| 1,350
| 940
| null | 100
| 4
|
www.livescience.com
| 1
|
97
|
https://corporate.dow.com/en-us/news.html
|
News
|
<span>News</span>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path fill="currentColor" d="M4.5 11h11.586l-4.5-4.5L13 5.086L19.914 12L13 18.914L11.586 17.5l4.5-4.5H4.5v-2Z"></path>
</svg>
| null | null | null | true
| null | true
| null | null | null | true
| 18
| 700
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(0, 0, 0, 0.6)
| 380
| 4,651.296875
| 270
| 24.835938
| 1,350
| 5,047
| 1
| 1,350
| 940
| null | 100
| 6
|
corporate.dow.com
| 1
|
69
|
https://buuckfarmsbakery.com/shop/
|
Shop
|
Shop
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 300
| false
|
rgb(251, 106, 74)
|
rgba(0, 0, 0, 0)
|
rgb(247, 249, 252)
| 0
| 4,731.351563
| 39.507813
| 20
| 1,350
| 4,976
| 1
| 1,350
| 940
| null | 4
| 3
|
buuckfarmsbakery.com
| 1
|
536
|
https://nypost.com/sports/
|
SPORTS
|
Sports
| null | null | null | false
| null | true
| null | null | null | true
| 12
| 700
| false
|
rgb(88, 88, 88)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 333.851563
| 27,104.71875
| 48.625
| 13.5
| 1,350
| 27,535
| 1
| 1,350
| 940
| null | 9
| 4
|
nypost.com
| 1
|
188
|
https://www.apple.com.cn/iphone-16-pro/
|
进一步了解
|
进一步了解
| null | null | null | false
| null | true
| null | null | null | true
| 17
| 400
| false
|
rgb(255, 255, 255)
|
rgb(0, 113, 227)
|
rgb(0, 113, 227)
| 569.210938
| 1,708.585938
| 119.398438
| 44
| 1,350
| 4,887
| 1
| 1,350
| 940
| null | 100
| 6
|
www.apple.com.cn
| 1
|
15
|
https://www.fashiondistrictphiladelphia.com/Directory
|
Stores
|
Stores
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 500
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 4,022
| 1
| 1,350
| 940
| null | 100
| 2
|
www.fashiondistrictphiladelphia.com
| 1
|
205
|
https://www.bustle.com/style
|
See All
|
See All
| null | null | null | false
| null | false
| null | null | null | true
| 32
| 700
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(245, 235, 232)
| 0
| 0
| 0
| 0
| 1,350
| 41,470
| 1
| 1,350
| 940
| null | 100
| 5
|
www.bustle.com
| 1
|
18
|
https://www.gatorjoesocala.com/about
|
About
|
About
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(0, 0, 0)
| 201.773438
| 3,547.40625
| 41.8125
| 18
| 1,350
| 3,461
| 1
| 1,350
| 940
| null | 2
| 3
|
www.gatorjoesocala.com
| 1
|
145
|
https://www.stratasys.com/en/stratasysdirect/
| null |
<span class="lazy-image loaded">
<picture>
<source data-srcset="/siteassets/home/redesign-homepage/parts-on-demand.jpg?v=4a4fc2&width=375&height=253&mode=crop 375w,/siteassets/home/redesign-homepage/parts-on-demand.jpg?v=4a4fc2&width=430&height=291&mode=crop 740w" type="" srcset="/siteassets/home/redesign-homepage/parts-on-demand.jpg?v=4a4fc2&width=375&height=253&mode=crop 375w,/siteassets/home/redesign-homepage/parts-on-demand.jpg?v=4a4fc2&width=430&height=291&mode=crop 740w">
<img data-ot-ignore="" data-src="/siteassets/home/redesign-homepage/parts-on-demand.jpg?v=4a4fc2&width=430&height=291&mode=crop" alt="Parts on Demand" class="o-fit" width="430" height="291" src="/siteassets/home/redesign-homepage/parts-on-demand.jpg?v=4a4fc2&width=430&height=291&mode=crop">
</picture>
</span>
| null | null | null | true
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(52, 50, 63)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 821.804688
| 875
| 231.601563
| 156.71875
| 1,350
| 4,340
| 1
| 1,350
| 940
| null | 13
| 3
|
www.stratasys.com
| 1
|
7
|
https://support.runkeeper.com/hc/en-us/requests/new
|
Submit a request
|
Submit a request
| null | null | null | false
| null | false
| null | null | null | true
| 15
| 400
| false
|
rgb(22, 22, 22)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 2,403
| 1
| 1,350
| 940
| null | 100
| 8
|
support.runkeeper.com
| 1
|
64
|
https://thefw.com/girl-scout-cookie-flavors-retired/
|
These Girl Scout Cookie Flavors Are Gone For Good After This Year
|
These Girl Scout Cookie Flavors Are Gone For Good After This Year
| null | null | null | false
| null | true
| null | null | null | true
| 22
| 700
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 545
| 3,741.960938
| 413
| 52
| 1,350
| 5,501
| 1
| 1,350
| 940
| null | 100
| 5
|
thefw.com
| 1
|
165
|
https://www.garmin.ae/c/women-wearables
|
LEARN MORE
|
Learn More
| null | null | null | false
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 929.328125
| 2,389.289063
| 135.117188
| 34.5
| 1,350
| 5,927
| 1
| 1,350
| 940
| null | 7
| 5
|
www.garmin.ae
| 1
|
86
|
https://www.granitifiandre.com/porcelain-slab-marble-effect
|
DISCOVER
|
DISCOVER
|
Marble effect
| null | null | false
| null | true
| null | null | null | true
| 12
| 400
| false
|
rgb(0, 0, 0)
|
rgb(208, 208, 208)
|
rgb(208, 208, 208)
| 171.765625
| 1,332.054688
| 107.476563
| 37.796875
| 1,350
| 940
| 1
| 1,350
| 940
| null | 100
| 5
|
www.granitifiandre.com
| 1
|
1
|
https://paulstamatiou.com/about
| null |
<span id="about" class="site-header-nav-link-icon transition-scale pointer-events-none z-20 h-6 w-6 duration-300 ease-out group-hover/link:[@media(max-width:800px)]:scale-[1.07] group-hover/link:[@media(min-width:800px)]:scale-[0.92]"><div><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="24" height="24" preserveAspectRatio="xMidYMid meet" style="width: 100%; height: 100%; transform: translate3d(0px, 0px, 0px); content-visibility: visible;"><defs><clipPath id="__lottie_element_40"><rect width="24" height="24" x="0" y="0"></rect></clipPath></defs><g clip-path="url(#__lottie_element_40)"><g transform="matrix(1,0,0,1,0,0)" opacity="1" style="display: block;"><g opacity="1" transform="matrix(1,0,0,1,2,16.010000228881836)"><path fill="rgb(0,0,0)" fill-opacity="1" d=" M10,0 C3.5,0 0,4.699999809265137 0,5.980000019073486 C6.670000076293945,5.980000019073486 13.329999923706055,5.980000019073486 20,5.980000019073486 C20,4.699999809265137 16.5,0 10,0 C10,0 10,0 10,0 C10,0 10,0 10,0 C10,0 10,0 10,0z"></path></g><g opacity="1" transform="matrix(1,0,0,1,7,2)"><path fill="rgb(0,0,0)" fill-opacity="1" d=" M10,5 C10,7.760000228881836 8.5,11 5,11 C1.5,11 0,7.760000228881836 0,5 C0,2.240000009536743 2.240000009536743,0 5,0 C7.760000228881836,0 10,2.240000009536743 10,5 C10,5 10,5 10,5 C10,5 10,5 10,5 C10,5 10,5 10,5z"></path></g></g></g></svg></div></span><span class="site-header-nav-link-title pointer-events-none invisible absolute bottom-[-2rem] flex -translate-y-1 flex-wrap content-center whitespace-nowrap text-center text-[1.0rem] font-medium text-[#a59b8e]/85 opacity-0 transition-[transform,color,opacity] duration-300 ease-in-out group-hover/link:visible group-hover/link:translate-y-0 group-hover/link:opacity-100 group-hover/link:sm:translate-x-0"><div class="site-header-nav-link-title-div">About</div></span>
|
About
| null | null | true
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgba(183, 172, 159, 0.85)
|
rgba(0, 0, 0, 0)
|
rgb(247, 242, 237)
| 41.5
| 205
| 52
| 52
| 1,350
| 2,379
| 1
| 1,350
| 940
| null | 9
| 2
|
paulstamatiou.com
| 1
|
3
|
https://www.fr.com/services/
|
Services
|
<span>Services</span>
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 500
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(0, 28, 52, 0.7)
| 377.609375
| 36
| 77.664063
| 44
| 1,350
| 3,330
| 1
| 1,350
| 940
| null | 3
| 3
|
www.fr.com
| 1
|
355
|
https://www.counton2.com/news/local-news/
|
Local News
|
Local News
| null | null | null | false
| null | true
| null | null | null | true
| 15
| 700
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgba(0, 0, 0, 0)
| 569
| 4,521.351563
| 73.875
| 19
| 1,350
| 5,364
| 1
| 1,350
| 940
| null | 100
| 3
|
www.counton2.com
| 1
|
124
|
https://www.stratton.com/the-mountain/hours-of-operation
|
Hours of Operation
|
Hours of Operation
|
Hours of Operation for Stratton Mountain Resort
| null | null | false
| null | false
| null | null | null | true
| 12
| 200
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(25, 25, 25)
| 0
| 0
| 0
| 0
| 1,350
| 6,004
| 1
| 1,350
| 940
| null | 43
| 6
|
www.stratton.com
| 1
|
9
|
https://www.postoakmall.com/deals
|
DEALS
|
<div class="cblNavMenu--link__content block">
<div class="cblNavMenu--icon">
<figure class="cblNavMenu--icon__imgwrap">
<img class="cblNavMenu--icon__img" src="https://cblproperty.blob.core.windows.net/production/assets/bltf745c0039d574ee4-Website_series 1_300x300 icon_062221_sg (1).png" alt="">
<!-- <img class="cblNavMenu--icon__img" src="/img/homePage/Deals.jpg" alt=""/> -->
</figure>
</div>
<span class="cblNavMenu--label">Deals</span>
</div>
| null | null | null | true
| null | true
| null | null | null | true
| 14
| 400
| false
|
rgb(0, 0, 0)
|
rgb(177, 114, 96)
|
rgb(177, 114, 96)
| 675
| 0
| 337.5
| 795
| 1,350
| 940
| 1
| 1,350
| 940
| null | 2
| 5
|
www.postoakmall.com
| 1
|
12
|
https://rolltide.com/sports/mens-basketball
|
Basketball (M)
|
<span class="s-text-title-small">Basketball (M)</span>
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 400
| false
|
rgb(158, 28, 51)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 32
| 433.5
| 303.632813
| 44
| 1,350
| 5,628
| 1
| 1,350
| 940
| null | 100
| 4
|
rolltide.com
| 1
|
42
|
https://nbnationalsout.com/schedule
|
Schedule
|
Schedule
| null | null | null | false
| null | true
| null | null | null | true
| 25
| 500
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(0, 0, 0)
| 614.25
| 2,813.453125
| 279.445313
| 25
| 1,350
| 2,998
| 1
| 1,350
| 940
| null | 2
| 6
|
nbnationalsout.com
| 1
|
18
|
https://kristinthornberry.com/about
| null |
<div class="header-menu-nav-item-content">
About
</div>
| null | null | null | false
| null | true
| null | null | null | true
| 56
| 300
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 121.5
| 234.140625
| 1,107
| 56.398438
| 1,350
| 4,091
| 1
| 1,350
| 940
| null | 2
| 2
|
kristinthornberry.com
| 1
|
116
|
https://www.brooklinen.com/collections/new-arrivals
|
All New Arrivals
|
All New Arrivals
| null | null | null | false
| null | false
| null | null | null | true
| 18
| 400
| false
|
rgb(40, 52, 85)
|
rgba(0, 0, 0, 0)
|
rgb(253, 250, 248)
| 0
| 0
| 0
| 0
| 1,350
| 5,809
| 1
| 1,350
| 940
| null | 100
| 5
|
www.brooklinen.com
| 1
|
23
|
https://www.broadwayplaza.com/Visit
|
Visit + Stay
|
Visit + Stay
| null | null | null | false
| null | true
| null | null | null | true
| 16
| 500
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 747.054688
| 84.5
| 115.414063
| 70
| 1,350
| 4,201
| 1
| 1,350
| 940
| null | 100
| 4
|
www.broadwayplaza.com
| 1
|
76
|
https://www.brianhead.com/weather-conditions-webcams/
|
4"
7 Day
|
4"<span>7 Day</span>
| null | null | null | false
| null | true
| null | null | null | true
| 18
| 600
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(1, 113, 114)
| 802.015625
| 55.75
| 32.78125
| 34.992188
| 1,350
| 45,475
| 1
| 1,350
| 940
| null | 100
| 5
|
www.brianhead.com
| 1
|
38
|
https://www.mrmixer.store/services-and-pricing
|
Services and Pricing
|
Services and Pricing
| null | null | null | false
| null | false
| null | null | null | true
| 32
| 400
| false
|
rgb(235, 157, 111)
|
rgba(0, 0, 0, 0)
|
rgb(0, 0, 0)
| 0
| 0
| 0
| 0
| 1,350
| 12,509
| 1
| 1,350
| 940
| null | 100
| 10
|
www.mrmixer.store
| 1
|
102
|
https://www.nbcnews.com/politics
|
Politics
|
<span>Politics</span>
| null | null | null | false
| null | false
| null | null | null | true
| 18
| 800
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(16, 32, 57)
| 0
| 0
| 0
| 0
| 1,350
| 16,762
| 1
| 1,350
| 940
| null | 100
| 5
|
www.nbcnews.com
| 1
|
224
|
https://pueblomemorialhall.com/event/jim-hensons-labyrinth-in-concert/pueblo-memorial-hall/pueblo-colorado/
|
Sat, Apr 05
|
<div class="rhp-events-event-image">
<img decoding="async" src="https://pueblomemorialhall.com/wp-content/uploads/2024/12/etix-Jim_443621735529054.jfif" class="eventListImage" title="Jim Henson’s Labyrinth: In Concert">
</div>
<div class="eventDateList">
<div id="eventDate" class="mb-0 eventMonth singleEventDate text-uppercase ">
Sat, Apr 05</div>
</div>
|
Jim Henson’s Labyrinth: In Concert
| null | null | true
| null | false
| null | null | null | true
| 16
| 400
| false
|
rgb(174, 26, 21)
|
rgba(0, 0, 0, 0)
|
rgb(246, 246, 246)
| 0
| 0
| 0
| 0
| 1,350
| 4,720
| 1
| 1,350
| 940
| null | 100
| 4
|
pueblomemorialhall.com
| 1
|
50
|
https://www.deckers.com/brands
|
LEARN MORE ABOUT OUR BRANDS
|
Learn more about our brands
| null | null | null | false
| null | true
| null | null | null | true
| 13
| 400
| false
|
rgb(38, 46, 53)
|
rgb(230, 230, 230)
|
rgb(230, 230, 230)
| 191.632813
| 1,270.828125
| 290.726563
| 39.046875
| 1,350
| 3,091
| 1
| 1,350
| 940
| null | 3
| 2
|
www.deckers.com
| 1
|
65
|
https://sph.umich.edu/admissions/programs-degrees/masters/index.html
|
MASTER'S
|
Master's
| null | null | null | false
| null | true
| null | null | null | true
| 18
| 700
| false
|
rgb(255, 255, 255)
|
rgba(0, 0, 0, 0)
|
rgb(250, 250, 250)
| 612.25
| 414.125
| 97.554688
| 34.5
| 1,350
| 6,622
| 1
| 1,350
| 940
| null | 100
| 2
|
sph.umich.edu
| 1
|
30
|
https://www.beautyrest.com/collections/compare-mattresses
|
Compare Mattresses
|
<span class="flex-1"> Compare Mattresses</span>
| null | null | null | false
| null | false
| null | null | null | true
| 16
| 400
| false
|
rgb(0, 0, 0)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 0
| 0
| 0
| 0
| 1,350
| 9,547
| 1
| 1,350
| 940
| null | 24
| 6
|
www.beautyrest.com
| 1
|
129
|
https://ew.com/news
|
SEE MORE LATEST NEWS
|
<span class="link__wrapper">See More Latest News</span>
<svg class="icon icon-arrow_right ">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icon-arrow_right" href="#icon-arrow_right"></use>
</svg>
| null | null | null | true
| null | true
| null | null | null | true
| 14
| 700
| false
|
rgba(0, 0, 0, 0.95)
|
rgba(0, 0, 0, 0)
|
rgb(255, 255, 255)
| 65
| 3,569.945313
| 327
| 43.195313
| 1,350
| 9,653
| 1
| 1,350
| 940
| null | 100
| 4
|
ew.com
| 1
|
End of preview.