www.table87.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://table87.com/
Effective URL: https://www.table87.com/
Submission: On November 06 via api from US — Scanned from CA

Form analysis 3 forms found in the DOM

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" "="">
    <div class=" relative">
  <input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder:text-scheme-text font-secondary w-full border-0 shadow-none bg-transparent" placeholder="Search" aria-expanded="false"
    aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
    @input.debounce.300="onChange" @focus="onFocus">
  <label class="visually-hidden" for="header-search">Search</label>
  <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 transform -translate-y-1/2 p-1" aria-label="Search">
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
  </button>
  <button @click="close(true,true)" class="block p-1 absolute right-0 top-1/2 transform -translate-y-1/2" type="button">
    <span class="visually-hidden">Close (esc)</span>
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></span>
  </button>
  </div>
  <div id="predictiveSearchResults" :class="{'opacity-0': !isOpen }" tabindex="-1"
    class="bg-scheme-background text-scheme-text pb-5 lg:pb-10 px-section absolute left-0 right-0 z-50 max-h-three-quarters-screen-height overflow-hidden overflow-y-auto opacity-0">
    <template x-if="loading &amp;&amp; !results">
      <div class="w-6 h-6 mx-auto" data-predictive-loading="">
        <div class="loading"></div>
      </div>
    </template>
    <template x-if="isOpen">
      <div x-ref="results">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

Text Content

Back
Accessibility options


Are you sure you want to hide the widget forever? If you need it back, please
clear your cookies.

OkCancel
Content
Bigger Text


Bigger Text


Bigger Cursor


Bigger Cursor

Text Reader


Tooltips

Line Height


Line Height


Hide Images


Hide images

Readable Fonts


Readable fonts

Dyslexic Font


Dyslexic Font

Stop Animations


Stop Animations

Colors
Invert Color


Invert Colors

Brightness


Brightness


Contrast


Contrast


Grayscale Color


Grayscale

Saturation


Saturation


Navigation
Reading Line


Reading Line

Highlight Links


Highlight Links

Text Reader


Read page

Reading Mask


Reading Mask

Page Structure


Page Structure

LanguageEnglish (United States)
Search language
English (United States)English
(British)SwedishFinnishGermanSpanishPortugueseTurkishFrenchJapaneseKoreanHebrewLatvianPolishGreekThai
Accessibly App Accessibility Statement

Accessibly App is committed to making sites accessible for all, including people
with disabilities. We are continuously improving the service we provide through
our app to comply with increased accessibility standards, guidelines, and to
make the browsing experience better for everyone.

Conformance status

The app uses the Web Content Accessibility Guidelines (WCAG) defined
requirements to improve accessibility for people with disabilities. It defines
three levels of conformance: Level A, Level AA, and Level AAA. Accessibly App is
following the best guidelines and is partially conformant with WCAG 2.1 level
AA.

Technical information

Accessibly App is an app supported in Shopify and Wordpress environments. The
app relies on the following technologies:

HTML
CSS
JavaScript
NodeJs
MongoDB

Accessibly App features

When a site has Accessibly App i ac-h4 installed, the website can be adjusted
with keyboard navigation using the “tab” key (WCAG 2.1/2.1.1). Additionally, see
the list of all provided Accessibly App features and tools for better website
experience:

Zoom | WCAG 2.1 / 1.4.4

This feature enables users to enhance the size of the text to up to three times
the original text for better text readability.

Bigger cursor

Makes the cursor bigger and more prominent. Increases the size for better site
browsing.

Invert colors

Invert the colors of the website content. For those with decreased vision, the
high contrast greatly helps to read the site better.

Tweak Contrast | WCAG 2.1 / 1.4.6

This feature lets users manually select from two options: to enhance the
contrast of the website or to decrease the contrast.

Tweak Brightness | WCAG 2.1 / 1.4.6

This feature lets users update the brightness on the site. The content can
either be made brighter or darker.

Grayscale | WCAG 2.1 / 1.4.6

Users can turn on grayscale, making the website content appear only in shades of
gray. This benefits people with visual impairment.

Reading Line

Add a supportive reading line to the site.

Readable fonts

Convert the fonts available on-site to one of the most easily readable fonts:
Helvetica.

Alt Text and Images

Ability to read alt text of images. As of now, our tool has added a feature
where alt descriptions for images without them are generated using Google's
Vision AI. In the event that you haven't manually written these image
descriptions yourself, this greatly helps people with visual impairment browse
your site.

Tooltips | WCAG 2.1 / 2.5.3

Add labels to images that contain a written description of the image.

Highlight links

Highlight links to make them more prominent.

Hide images

Hide images on the site. This provides better site readability for people with
visual impairment.

Read page

A feature that allows a voice to read the text on your site out loud to
visitors.

Notes & Feedback

We always try to update our services and operate in the best possible manner to
benefit all of our clients and their site visitors.

We cannot control or correct problems with third-party sites, but please let us
know if you encounter difficulty with any sites we link to so we can pass the
information along to the site owners. You may also want to address your concerns
directly to these third parties.


Reset settings
Accessibility statement


Skip to content
🍕 GET NATIONWIDE SHIPPING ON GOLDBELLY 🍕

 * Nationwide Shipping
 * About us
 * Restaurants
    * Catering & Private Events
    * Local Delivery
    * Menu
    * Cocktail Menu

 * Contact

Menu
Menu


NEW MENU

 * Nationwide Shipping
 * About us
 * Restaurants
   
    * Catering & Private Events
    * Local Delivery
    * Menu
    * Cocktail Menu

 * Contact

 * Log in
 * Create account


NEW MENU

Close (esc)
 * Nationwide Shipping
 * About us
 * Restaurants
   
    * Catering & Private Events
    * Local Delivery
    * Menu
    * Cocktail Menu

 * Contact

 * Log in
 * Create account

Search Search
Log in
Search our site
Search Close (esc)

Cart items


 * AUTHENTIC BROOKLYN COAL FIRED PIZZA
   
   Taste the real deal for yourself and get the delicious, hand crafted pizza
   that everybody is raving about delivered to your door. Get nationwide
   shipping on Goldbelly.
   
   Shop on Goldbelly


VISIT ONE OF OUR BROOKLYN RESTAURANTS


 * BROOKLYN HEIGHTS
   
   87 Atlantic Ave
   Brooklyn, NY
   
   Visit Brooklyn Heights


 * GOWANUS
   
   473 3rd Ave
   Brooklyn, NY
   
   Visit Gowanus


 * INDUSTRY CITY
   
   238 36th St
   Brooklyn, NY
   
   Visit Industry City


FEATURED IN

 * > “Table 87 takes delivery to a whole new level. Not only can Brooklyn
   > residents receive at-home rations of coal oven pizza by the slice, anyone
   > in the United States can snag a taste, thanks to nationwide shipping”

 * > “Brooklyn-based Table 87 (“Home of the Coal Oven Slice”) has hacked frozen
   > pizza in a way that caters to those who might live alone, don’t cook, don’t
   > order out, want good pizza, and don’t want to make an entire frozen pizza
   > for themselves. ”

 * > “The margherita shines with good basil, mozzarella packing a proper dairy
   > punch, and floral tomatoes. ”

 * > “According to [Emily] Blunt, the best pizza she’s ever had in New York City
   > can be found in Brooklyn, at Table 87.”

 * > “When you're craving New York-style pizza but the closest you're getting to
   > a coal-fired oven is your nearby Chuck E. Cheese, don't despair: You can
   > get Table 87 shipped anywhere. ”

 * > “Proud to be the first pizzeria in Brooklyn to offer coal-oven pizza by the
   > slice, Table 87 takes its toppings just as seriously as its crackly,
   > coal-fired crust.”

 * > “The Pizzas We Liked Best: Table 87's crust has a stronger tang (that's a
   > good thing for NY-style pizza)”

 * > “This Table 87 Pizza Coal Oven Margherita Pizza includes a crispy crust
   > that's slightly charred, a tangy San Marzano tomato sauce, house-made
   > mozzarella, fresh basil, and a drizzle of olive oil.”

 * > “It's As New York As It Gets, You Don't Need A Coal Oven To Make It, It'll
   > Put You In A 'Pizza State Of Mind'”

 * > “PIZZA PERFETTA”

 * > “Seriously delicious frozen margherita pizza from the legendary Brooklyn
   > restaurant Table 87. Living in another state shouldn't stop you from
   > enjoying a classic New York slice.”

 * > “Picture walking into a cozy pizzeria in the heart of Brooklyn and ordering
   > the simplest thing on the menu, and this scrumptious slice is exactly what
   > you'll get.”

 * > “The flavor profile on the huge triangle is solid: fantastically gooey
   > cheese with a punch of salt, fresh sprigs of basil, and a pizzeria-caliber
   > sauce that strikes the balance between acidic and sweet.”

 * > “Table 87 takes delivery to a whole new level. Not only can Brooklyn
   > residents receive at-home rations of coal oven pizza by the slice, anyone
   > in the United States can snag a taste, thanks to nationwide shipping”

 * > “Brooklyn-based Table 87 (“Home of the Coal Oven Slice”) has hacked frozen
   > pizza in a way that caters to those who might live alone, don’t cook, don’t
   > order out, want good pizza, and don’t want to make an entire frozen pizza
   > for themselves. ”

 * > “The margherita shines with good basil, mozzarella packing a proper dairy
   > punch, and floral tomatoes. ”

 * > “According to [Emily] Blunt, the best pizza she’s ever had in New York City
   > can be found in Brooklyn, at Table 87.”

 * > “When you're craving New York-style pizza but the closest you're getting to
   > a coal-fired oven is your nearby Chuck E. Cheese, don't despair: You can
   > get Table 87 shipped anywhere. ”

 * > “Proud to be the first pizzeria in Brooklyn to offer coal-oven pizza by the
   > slice, Table 87 takes its toppings just as seriously as its crackly,
   > coal-fired crust.”

 * > “The Pizzas We Liked Best: Table 87's crust has a stronger tang (that's a
   > good thing for NY-style pizza)”

 * > “This Table 87 Pizza Coal Oven Margherita Pizza includes a crispy crust
   > that's slightly charred, a tangy San Marzano tomato sauce, house-made
   > mozzarella, fresh basil, and a drizzle of olive oil.”

 * > “It's As New York As It Gets, You Don't Need A Coal Oven To Make It, It'll
   > Put You In A 'Pizza State Of Mind'”

 * > “PIZZA PERFETTA”

 * > “Seriously delicious frozen margherita pizza from the legendary Brooklyn
   > restaurant Table 87. Living in another state shouldn't stop you from
   > enjoying a classic New York slice.”

 * > “Picture walking into a cozy pizzeria in the heart of Brooklyn and ordering
   > the simplest thing on the menu, and this scrumptious slice is exactly what
   > you'll get.”

 * > “The flavor profile on the huge triangle is solid: fantastically gooey
   > cheese with a punch of salt, fresh sprigs of basil, and a pizzeria-caliber
   > sauce that strikes the balance between acidic and sweet.”

 * > “Table 87 takes delivery to a whole new level. Not only can Brooklyn
   > residents receive at-home rations of coal oven pizza by the slice, anyone
   > in the United States can snag a taste, thanks to nationwide shipping”

 * > “Brooklyn-based Table 87 (“Home of the Coal Oven Slice”) has hacked frozen
   > pizza in a way that caters to those who might live alone, don’t cook, don’t
   > order out, want good pizza, and don’t want to make an entire frozen pizza
   > for themselves. ”

 * > “The margherita shines with good basil, mozzarella packing a proper dairy
   > punch, and floral tomatoes. ”

 * > “According to [Emily] Blunt, the best pizza she’s ever had in New York City
   > can be found in Brooklyn, at Table 87.”

 * > “When you're craving New York-style pizza but the closest you're getting to
   > a coal-fired oven is your nearby Chuck E. Cheese, don't despair: You can
   > get Table 87 shipped anywhere. ”

 * > “Proud to be the first pizzeria in Brooklyn to offer coal-oven pizza by the
   > slice, Table 87 takes its toppings just as seriously as its crackly,
   > coal-fired crust.”

 * > “The Pizzas We Liked Best: Table 87's crust has a stronger tang (that's a
   > good thing for NY-style pizza)”

 * > “This Table 87 Pizza Coal Oven Margherita Pizza includes a crispy crust
   > that's slightly charred, a tangy San Marzano tomato sauce, house-made
   > mozzarella, fresh basil, and a drizzle of olive oil.”

 * > “It's As New York As It Gets, You Don't Need A Coal Oven To Make It, It'll
   > Put You In A 'Pizza State Of Mind'”

 * > “PIZZA PERFETTA”

 * > “Seriously delicious frozen margherita pizza from the legendary Brooklyn
   > restaurant Table 87. Living in another state shouldn't stop you from
   > enjoying a classic New York slice.”

 * > “Picture walking into a cozy pizzeria in the heart of Brooklyn and ordering
   > the simplest thing on the menu, and this scrumptious slice is exactly what
   > you'll get.”

 * > “The flavor profile on the huge triangle is solid: fantastically gooey
   > cheese with a punch of salt, fresh sprigs of basil, and a pizzeria-caliber
   > sauce that strikes the balance between acidic and sweet.”

 * > “Table 87 takes delivery to a whole new level. Not only can Brooklyn
   > residents receive at-home rations of coal oven pizza by the slice, anyone
   > in the United States can snag a taste, thanks to nationwide shipping”

 * > “Brooklyn-based Table 87 (“Home of the Coal Oven Slice”) has hacked frozen
   > pizza in a way that caters to those who might live alone, don’t cook, don’t
   > order out, want good pizza, and don’t want to make an entire frozen pizza
   > for themselves. ”

 * > “The margherita shines with good basil, mozzarella packing a proper dairy
   > punch, and floral tomatoes. ”

 * > “According to [Emily] Blunt, the best pizza she’s ever had in New York City
   > can be found in Brooklyn, at Table 87.”

 * > “When you're craving New York-style pizza but the closest you're getting to
   > a coal-fired oven is your nearby Chuck E. Cheese, don't despair: You can
   > get Table 87 shipped anywhere. ”

 * > “Proud to be the first pizzeria in Brooklyn to offer coal-oven pizza by the
   > slice, Table 87 takes its toppings just as seriously as its crackly,
   > coal-fired crust.”

 * > “The Pizzas We Liked Best: Table 87's crust has a stronger tang (that's a
   > good thing for NY-style pizza)”

 * > “This Table 87 Pizza Coal Oven Margherita Pizza includes a crispy crust
   > that's slightly charred, a tangy San Marzano tomato sauce, house-made
   > mozzarella, fresh basil, and a drizzle of olive oil.”

 * > “It's As New York As It Gets, You Don't Need A Coal Oven To Make It, It'll
   > Put You In A 'Pizza State Of Mind'”

 * > “PIZZA PERFETTA”

 * > “Seriously delicious frozen margherita pizza from the legendary Brooklyn
   > restaurant Table 87. Living in another state shouldn't stop you from
   > enjoying a classic New York slice.”

 * > “Picture walking into a cozy pizzeria in the heart of Brooklyn and ordering
   > the simplest thing on the menu, and this scrumptious slice is exactly what
   > you'll get.”

 * > “The flavor profile on the huge triangle is solid: fantastically gooey
   > cheese with a punch of salt, fresh sprigs of basil, and a pizzeria-caliber
   > sauce that strikes the balance between acidic and sweet.”

 * > “Table 87 takes delivery to a whole new level. Not only can Brooklyn
   > residents receive at-home rations of coal oven pizza by the slice, anyone
   > in the United States can snag a taste, thanks to nationwide shipping”

 * > “Brooklyn-based Table 87 (“Home of the Coal Oven Slice”) has hacked frozen
   > pizza in a way that caters to those who might live alone, don’t cook, don’t
   > order out, want good pizza, and don’t want to make an entire frozen pizza
   > for themselves. ”

 * > “The margherita shines with good basil, mozzarella packing a proper dairy
   > punch, and floral tomatoes. ”

 * > “According to [Emily] Blunt, the best pizza she’s ever had in New York City
   > can be found in Brooklyn, at Table 87.”

 * > “When you're craving New York-style pizza but the closest you're getting to
   > a coal-fired oven is your nearby Chuck E. Cheese, don't despair: You can
   > get Table 87 shipped anywhere. ”

 * > “Proud to be the first pizzeria in Brooklyn to offer coal-oven pizza by the
   > slice, Table 87 takes its toppings just as seriously as its crackly,
   > coal-fired crust.”

 * > “The Pizzas We Liked Best: Table 87's crust has a stronger tang (that's a
   > good thing for NY-style pizza)”

 * > “This Table 87 Pizza Coal Oven Margherita Pizza includes a crispy crust
   > that's slightly charred, a tangy San Marzano tomato sauce, house-made
   > mozzarella, fresh basil, and a drizzle of olive oil.”

 * > “It's As New York As It Gets, You Don't Need A Coal Oven To Make It, It'll
   > Put You In A 'Pizza State Of Mind'”

 * > “PIZZA PERFETTA”

 * > “Seriously delicious frozen margherita pizza from the legendary Brooklyn
   > restaurant Table 87. Living in another state shouldn't stop you from
   > enjoying a classic New York slice.”

 * > “Picture walking into a cozy pizzeria in the heart of Brooklyn and ordering
   > the simplest thing on the menu, and this scrumptious slice is exactly what
   > you'll get.”

 * > “The flavor profile on the huge triangle is solid: fantastically gooey
   > cheese with a punch of salt, fresh sprigs of basil, and a pizzeria-caliber
   > sauce that strikes the balance between acidic and sweet.”

Previous slide Next slide
Sorry, your browser doesn't support embedded videos.


WE'RE THE REAL DEAL

It was nearly impossible to buy a single slice from a coal oven pie in Brooklyn,
so our founder Thomas Cucco changed it. Table 87 is the first pizzeria in
Brooklyn to offer a single serve, coal-fired slice.

Learn more

Welcome to Table 87, your source for authentic Brooklyn coal-fired pizza that is
handmade with real ingredients that you can pronounce.

 * Facebook
 * Instagram
 * TikTok
 * Email

 * Terms of Service
 * Privacy Policy

© 2024, Table 87 Coal Oven Pizza.




 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.




{"themeColor":"#e9d276","iconColor":"#e9d276","showLogo":true,"topBottomPosition":10,"rightLeftPosition":10,"iconSize":"small","iconCustomSize":50,"position":"bottom-right"}




NEW MENU

Close (esc)
 * Nationwide Shipping
 * About us
 * Restaurants
   
    * Catering & Private Events
    * Local Delivery
    * Menu
    * Cocktail Menu

 * Contact

 * Log in
 * Create account

Search Search