Discover/findmeglutenfree.com API
live

findmeglutenfree.com APIfindmeglutenfree.com

Access gluten-free restaurant search, business details, chain ratings, airport dining, and city/country listings via the Find Me Gluten Free API.

Endpoints
12
Updated
14d ago
Try it
Latitude coordinate (e.g. '40.7128').
Longitude coordinate (e.g. '-74.0060').
Sort order. Accepted values: 'best-match', 'highest-rated', 'most-reviewed'.
Search keyword (e.g. 'pizza', 'bakery').
City, state, or zip code (e.g. 'New York, NY').
api.parse.bot/scraper/f6c9b36c-93df-4584-9d58-639bfcae9dc6/<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/f6c9b36c-93df-4584-9d58-639bfcae9dc6/search_businesses?lat=40.7128&lng=-74.0060&query=pizza' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 12 totalclick to expand

Search for gluten-free friendly businesses by keyword and location. Returns a list of matching businesses with basic info. Requires lat/lng for location-based results.

Input
ParamTypeDescription
latstringLatitude coordinate (e.g. '40.7128').
lngstringLongitude coordinate (e.g. '-74.0060').
sortstringSort order. Accepted values: 'best-match', 'highest-rated', 'most-reviewed'.
querystringSearch keyword (e.g. 'pizza', 'bakery').
addressstringCity, state, or zip code (e.g. 'New York, NY').
Response
{
  "type": "object",
  "fields": {
    "businesses": "array of business objects with id, slug, name, rating, address, distance, categories, url"
  },
  "sample": {
    "data": {
      "businesses": [
        {
          "id": "6204123354103808",
          "url": "https://www.findmeglutenfree.com/biz/alimama-tea/6204123354103808",
          "name": "Alimama Tea",
          "slug": "alimama-tea",
          "rating": 5,
          "address": "89A Bayard St, New York, NY 10013",
          "distance": "0.7 mi",
          "categories": "Bakery, Tea House"
        }
      ]
    },
    "status": "success"
  }
}

About the findmeglutenfree.com API

The Find Me Gluten Free API exposes 12 endpoints covering gluten-free restaurant discovery, business details, chain comparisons, airport dining options, and geographic directory data. The get_business_detail endpoint returns a safety_rating, gf_status description, full address, phone, website, and user reviews for any business found on findmeglutenfree.com. Location-based search, city/state filtering, and airline meal ratings are also available.

Search and Business Detail

The search_businesses endpoint accepts lat/lng coordinates, a keyword query, and an address string, then returns an array of business objects each containing id, slug, name, rating, address, distance, and categories. The sort parameter accepts best-match, highest-rated, or most-reviewed. To get the full profile for any result, pass its slug and biz_id to get_business_detail, which adds phone, website, gf_status, a safety_rating out of 5, and an array of reviews with per-review user, rating, text, and date fields.

Geographic and Category Filtering

get_restaurants_by_city takes a city slug (e.g. new-york), a lowercase state abbreviation, and an optional feature slug to narrow results to a food category or dining style. Feature slugs come from list_gf_features, which enumerates all available filters including types like pizza, bakeries, and celiac-friendly. To build a full geographic picker, list_cities_by_state returns all US states with name and abbr, while list_countries returns a global directory of covered countries with ISO-2 slugs.

Chains, Airports, and Airlines

list_chains returns chain restaurant records with name, slug, rating, and url. It accepts a sort parameter (best-rated or most-celiac-friendly); the dedicated endpoints get_best_rated_chains and get_most_celiac_friendly_chains each deliver the same shape without requiring a parameter. list_airports returns the full global list of airports that have catalogued gluten-free dining, with id, slug, and name per entry. list_airlines covers airlines offering rated gluten-free meal options, returning id and name per airline.

Proximity Discovery

get_nearby_restaurants requires lat, lng, and a reference biz_id, and returns an array of nearby businesses sorted by proximity. This is useful when building "what else is near here" features around a business page where the reference ID is already in hand.

Common use cases
  • Build a travel app that surfaces gluten-free dining options at airports using list_airports data.
  • Compare celiac-friendliness across major chains with get_most_celiac_friendly_chains chain objects.
  • Power a city-level restaurant directory filtered by food category using get_restaurants_by_city with feature slugs from list_gf_features.
  • Show a safety_rating and gf_status badge on a restaurant detail page using get_business_detail.
  • Display user reviews specific to gluten-free experience using the reviews array returned by get_business_detail.
  • List gluten-free meal options by airline using list_airlines to inform travelers before booking.
  • Render a 'nearby gluten-free options' widget using get_nearby_restaurants with live coordinates.
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 Find Me Gluten Free have an official developer API?+
Find Me Gluten Free does not publish a documented public developer API. The data is accessible through this Parse API.
What does `gf_status` in `get_business_detail` actually describe?+
gf_status is a text description of how a business handles gluten-free requests — for example whether they have a dedicated gluten-free menu or take celiac cross-contamination precautions. It is separate from safety_rating, which is a numeric score out of 5 reflecting community-assessed celiac safety.
Does the API return menu item details or ingredient lists for individual businesses?+
Not currently. get_business_detail returns business-level gluten-free status, a safety rating, and user reviews, but does not expose individual menu items or ingredient data. You can fork this API on Parse and revise it to add an endpoint targeting menu-level content if that data becomes available on the source.
Does `get_restaurants_by_city` cover cities outside the United States?+
The endpoint uses a US state abbreviation as a required parameter, so it is scoped to US cities. list_countries shows the full global coverage of the directory, but city-level browsing outside the US is not currently a separate endpoint. You can fork this API on Parse and revise it to add an international city endpoint.
Is airport-specific dining detail available, or only a list of airports?+
list_airports returns the catalog of airports with id, slug, and name fields only. Per-airport dining details — individual restaurants or terminal-level breakdowns — are not currently returned. You can fork this API on Parse and revise it to add a detailed airport endpoint.
Page content last updated . Spec covers 12 endpoints from findmeglutenfree.com.
Related APIs in Food DiningSee all →
dia.es API
Browse and search products across Día supermarket's catalog, view product details, categories, and current offers available on dia.es. Find specific items, explore product categories and subcategories, and discover active promotions.
kroger.com API
Find Kroger grocery store locations across the US organized by state, city, and search parameters. Get detailed store information including directories and specifics for any Kroger location in your area.
coupons.com API
Search and discover coupons, printable offers, and store-specific deals from Coupons.com. Browse top featured offers, find deals across thousands of retailers, and access aggregated coupon data including discount amounts, usage conditions, and expiration details.
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.
winecompanion.com.au API
Browse and explore Australian wineries from Wine Companion's comprehensive directory, including contact details, ratings, and regional locations. Search and filter by state, region, or facilities to find wineries across Australia.
liquor.com API
Find and browse thousands of cocktail recipes with ratings and user reviews, search drinks by ingredient or category, and read curated articles about spirits and mixology. Get detailed recipe instructions, comments from other users, and expert content all in one place.
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.
Find Me Gluten Free API – Restaurant & Chain Data · Parse