Discover/slicelife.com API
live

slicelife.com APIslicelife.com

Search pizza restaurants by location, retrieve full menus with prices and add-ons, and get delivery details via the Slice (slicelife.com) API.

Endpoints
4
Updated
3mo ago
Try it
Maximum number of results to return.
Pagination offset for results.
Search radius in miles.
Address string for geocoding (e.g. 'Brooklyn, NY'). Used only if latitude/longitude are no
Latitude of search center (e.g. 40.7128). If omitted along with longitude and address, def
Longitude of search center (e.g. -74.0060). If omitted along with latitude and address, de
api.parse.bot/scraper/84f140a0-0f54-4f3c-9dae-c72a75904276/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/84f140a0-0f54-4f3c-9dae-c72a75904276/search_restaurants?limit=3&radius=15&address=Brooklyn%2C+NY' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for pizza restaurants near coordinates or an address. Returns a paginated list of restaurants with delivery fees, ratings, and availability status. When using address, geocoding quality varies; providing latitude/longitude directly yields more reliable results.

Input
ParamTypeDescription
limitintegerMaximum number of results to return.
offsetintegerPagination offset for results.
radiusintegerSearch radius in miles.
addressstringAddress string for geocoding (e.g. 'Brooklyn, NY'). Used only if latitude/longitude are not provided. Geocoding quality varies for generic city names; prefer coordinates for precision.
latitudenumberLatitude of search center (e.g. 40.7128). If omitted along with longitude and address, defaults to New York City.
longitudenumberLongitude of search center (e.g. -74.0060). If omitted along with latitude and address, defaults to New York City.
Response
{
  "type": "object",
  "fields": {
    "total": "integer total number of matching restaurants",
    "restaurants": "array of restaurant objects with id, name, address, city, state, zip_code, phone, rating, review_count, delivery_fee, minimum_order, is_pickup_only, is_open_for_delivery, is_open_for_pickup, slug, web_slug"
  },
  "sample": {
    "data": {
      "total": 3,
      "restaurants": [
        {
          "id": "26e8cba3-c4e9-4245-9a55-b3b37862e5e9",
          "city": "New York",
          "name": "Bleecker's Finest Deli",
          "slug": "bleecker-s-finest-deli",
          "phone": "+1 (555) 012-3456",
          "state": "NY",
          "rating": 4.47,
          "address": "171 Bleecker St",
          "web_slug": "ny/new-york/10012/bleecker-s-finest-deli",
          "zip_code": "10012",
          "delivery_fee": 6.45,
          "review_count": 26,
          "minimum_order": 23,
          "is_pickup_only": false,
          "is_open_for_pickup": true,
          "is_open_for_delivery": true
        }
      ]
    },
    "status": "success"
  }
}

About the slicelife.com API

The Slicelife.com API exposes 4 endpoints covering pizza restaurant discovery, detailed restaurant profiles, and full menus across hundreds of US cities. Use search_restaurants to find nearby spots by coordinates or address, returning ratings, delivery fees, and availability. Menu data includes categories, item prices, sizes, and add-on selections — enough to build a full ordering interface or comparison tool.

Restaurant Search and Coverage

search_restaurants accepts a latitude/longitude pair or a plain address string and returns a paginated list of pizza restaurants. Each result includes id, name, address, rating, review_count, delivery_fee, and minimum_order. The limit and offset parameters control pagination, and radius narrows or widens the search area in miles. Coordinate-based queries are more reliable than address strings, which depend on geocoding quality. The get_all_cities endpoint returns every state and city currently listed on Slice, grouped by two-letter state code with name and slug fields — useful for building browse-by-city interfaces or auditing coverage before running searches.

Restaurant Details

get_restaurant_details takes a restaurant UUID (obtained from search results) and returns a richer profile: description, website, web_slug, phone, zip_code, and delivery/pickup availability with estimated times. The web_slug field maps directly to the restaurant's page on slicelife.com, which is useful for attribution links.

Menu Structure

get_restaurant_menu returns the complete menu for a restaurant, organized into categories, each containing an id, name, products array, and availabilities. Products carry prices, descriptions, and product types (sizes). Each product can also include available add-ons and their selections, giving enough structure to display a full, interactive menu or to compare item pricing across restaurants.

Common use cases
  • Find the nearest pizza restaurants to a given address and compare delivery fees and minimum orders before ordering.
  • Build a city-level pizza directory by iterating over get_all_cities slugs and running searches for each location.
  • Extract full menu pricing for multiple restaurants to run price comparison or calorie estimation tools.
  • Aggregate ratings and review counts from search_restaurants to rank pizza spots in a neighborhood.
  • Pull restaurant contact info and web slugs from get_restaurant_details to populate a local business listing.
  • Monitor menu add-on availability and pricing changes across a set of restaurant UUIDs over time.
  • Generate structured menu data for accessibility tools or voice-ordering prototypes using category and product fields.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Slice have an official public developer API?+
No. Slice does not publish a public developer API or documented REST interface for third-party use. This Parse API provides structured access to the same restaurant, menu, and city data available on slicelife.com.
What does search_restaurants return beyond basic name and address?+
Each restaurant object includes rating, review_count, delivery_fee, minimum_order, and availability status in addition to standard contact fields. You can paginate results with limit and offset, and narrow the search area with the radius parameter in miles.
How granular is the menu data from get_restaurant_menu?+
The endpoint returns categories with nested products. Each product includes a name, description, price, and size variants (product types). Add-on groups and their individual selections are also included where the restaurant has configured them, which covers most customization options a customer would see.
Does the API return order history or user account data?+
No. The API covers restaurant discovery, restaurant details, menus, and city/state coverage data. Order history, saved addresses, loyalty points, and any account-level data are not exposed. You can fork this API on Parse and revise it to add endpoints for other public-facing data if a new coverage area becomes available.
Are non-pizza restaurant types on Slice available through this API?+
The search and menu endpoints are scoped to pizza restaurants, which is the primary inventory on slicelife.com. If Slice expands to other cuisines that appear in its listings, those would not automatically be covered. You can fork this API on Parse and revise the search endpoint to broaden the query scope if needed.
Page content last updated . Spec covers 4 endpoints from slicelife.com.
Related APIs in Food DiningSee all →
publix.com API
Access Publix grocery store data including product search, pricing, promotions, weekly ad deals, store locations, and category browsing.
pedidosya.com.ar API
Browse restaurants and menus available in Argentine cities through PedidosYa, search for specific restaurants by name or food category, and retrieve complete menu offerings including items, prices, and available options.
thefork.it API
Search and discover Italian restaurants by cuisine, location, or ratings, then access detailed information like menus, reviews, and availability across major cities in Italy. Find top-rated dining options and compare restaurant details to plan your perfect meal.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
opentable.com API
Search for restaurants across the US with ratings, reviews, photos, and pricing information, plus get real-time availability and autocomplete suggestions as you type. Check reservation openings and explore detailed restaurant features to find and book your perfect dining experience.
opentable.ca API
Search and discover restaurants on OpenTable, view detailed information like menus and reviews, and check real-time dining availability across metro areas. Find top-rated restaurants in your location and instantly see which tables are open for your preferred date and time.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
deliveroo.co.uk API
Search for restaurants and retrieve menus from Deliveroo UK. Look up restaurants by keyword and postcode, or fetch full menu details for any Deliveroo restaurant by URL.