Recipe Parser API

The Recipe Parser API enables users to extract online recipes from any website and convert them into a structured format, such as JSON. With this API, users can easily create their own digital cookbook by parsing recipes from various sources. The API's simple and user-friendly interface makes it an excellent tool for developers and cooking enthusiasts alike.

About the API:

The Recipe Parser API is a powerful tool that enables users to extract online recipes from any website and convert them into a structured output format, such as JSON. With this API, users can easily create their own digital cookbook by parsing recipes from various sources, including popular recipe websites, food blogs, and cooking forums. The API's simple and user-friendly interface makes it an excellent tool for developers and cooking enthusiasts alike.

One of the key features of the Recipe Parser API is its ability to parse recipes from a wide variety of websites. The API's advanced parsing algorithms can detect and extract recipe data from HTML pages, regardless of the website's structure or formatting. This means that users can quickly and easily parse recipes from virtually any website, without the need for complex data extraction tools or custom scripts.

Once a recipe has been parsed, the API generates a structured output format in JSON, which includes all of the relevant recipe data, such as ingredients, cooking instructions, nutritional information, and more. This structured output format makes it easy for users to manipulate and analyze recipe data, and it can be easily integrated into a wide range of applications and platforms.

Another key benefit of the Recipe Parser API is its ability to handle large volumes of recipe data. With the API's robust processing capabilities, users can easily parse hundreds or even thousands of recipes in a matter of minutes. This makes it an ideal solution for developers and organizations that need to process large amounts of recipe data on a regular basis.

The Recipe Parser API also includes a number of advanced features and customization options, such as the ability to exclude certain ingredients or sections of a recipe, customize the output format, and more. These features make it a flexible and versatile tool that can be tailored to the specific needs of each user or application.

In summary, the Recipe Parser API is a powerful and versatile tool that enables users to parse online recipes from any website and convert them into a structured output format, such as JSON. With its advanced parsing algorithms, robust processing capabilities, and flexible customization options, the API is an ideal solution for developers, cooking enthusiasts, and organizations that need to process large volumes of recipe data.

 

What this API receives and what your API provides (input/output)?

Pass the URL from where you want to scrape and parse the recipe of your choice. 

 

What are the most common uses cases of this API?

  1. Recipe Aggregator Website: A recipe aggregator website can use the Recipe Parser API to extract recipe data from various recipe websites and display it in a structured format on their platform. This can help them to create a comprehensive database of recipes that users can browse and search.

  2. Recipe Management App: A recipe management app can use the Recipe Parser API to allow users to import their favorite recipes from various sources and store them in a centralized location. The app can also provide features such as meal planning, grocery list creation, and recipe sharing.

  3. Nutrition App: A nutrition app can use the Recipe Parser API to extract nutritional information from recipes and calculate the total calories, carbohydrates, protein, and fat content of each recipe. This can help users to track their daily intake of nutrients and plan their meals accordingly.

  4. Meal Delivery Service: A meal delivery service can use the Recipe Parser API to extract recipes from various sources and create a meal plan for their customers. They can also use the API to generate grocery lists for each recipe, making it easier for customers to purchase the necessary ingredients.

  5. Cooking Chatbot: A cooking chatbot can use the Recipe Parser API to provide users with recipes based on their preferences and dietary restrictions. The chatbot can also assist users with cooking instructions, ingredient substitutions, and other cooking-related queries.

 

Are there any limitations to your plans?

Besides API call limitations per month, there are no other limitations. 

Documentación de la API

Endpoints


Parse the recipe from the entered URL.

 


                                                                            
GET https://zylalabs.com/api/1920/recipe+parser+api/1629/recipe+parser
                                                                            
                                                                        

Recipe Parser - Características del Endpoint

Objeto Descripción
source [Requerido] URL of the receipt page.
Probar Endpoint

RESPUESTA DE EJEMPLO DE LA API

       
                                                                                                        
                                                                                                                                                                                                                            {"status":201,"recipe":{"recipeDiet":[],"recipeCuisine":["mongolian","chinese"],"recipeCategory":["dinner"],"recipeOccasion":[],"recipeUtensils":["whisk","bowl"],"name":"Super-Simple, Super-Spicy Mongolian Beef","image":["https://www.allrecipes.com/thmb/OPRTlH-cDntVlWw-4ThIZ_vkmTo=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/385999-9ee53db2a875481bbf4257a0ff0c2a98.jpg"],"description":"This spicy Mongolian beef is marinated with soy, hoisin, sesame, sugar, garlic, and chili, then quickly stir-fried with green onions for a tasty dish.","cookTime":"10 m","cookTimeOriginalFormat":"PT10M","prepTime":"15 m","prepTimeOriginalFormat":"PT15M","totalTime":"85 m","totalTimeOriginalFormat":"PT85M","recipeYield":"4","recipeIngredients":["0.25 cup soy sauce","1 tablespoon hoisin sauce","1 tablespoon sesame oil","2 teaspoons white sugar","1 tablespoon minced garlic","1 tablespoon red pepper flakes","1 pound beef flank steak, thinly sliced","1 tablespoon peanut oil","2 large green onions, thinly sliced"],"recipeInstructions":[{"type":"text","text":"Whisk together soy sauce, hoisin sauce, sesame oil, sugar, garlic, and red pepper flakes in a large bowl. Toss beef with marinade; cover the bowl and refrigerate for 1 hour to overnight."},{"type":"text","text":"Heat peanut oil in a wok or large, nonstick skillet over high heat. Cook and stir green onions in hot oil for 5 to 10 seconds. Remove beef from marinade and add to green onions in the wok; discard marinade. Cook and stir until beef is no longer pink and begins to brown, about 5 minutes."}],"ratingValue":5,"nutritionCalories":"200 kcal","nutritionFatContent":"12 g","nutritionSaturatedFatContent":"3 g","nutritionUnsaturatedFatContent":"0 g","nutritionCholesterolContent":"25 mg","nutritionSodiumContent":"996 mg","nutritionCarbohydrateContent":"8 g","nutritionFiberContent":"1 g","nutritionSugarContent":"4 g","nutritionProteinContent":"15 g","recipeTags":[{"name":"beef"},{"name":"steak"},{"name":"sesame"},{"name":"garlic"},{"name":"onions"}],"searchTerms":"super simple super spicy mongolian beef spicy marinated soy  hoisin  sesame  sugar  garlic  chili  quickly stir fried green onions tasty dish dinner beef  steak "},"url":"https://www.allrecipes.com/recipe/148831/super-simple-super-spicy-mongolian-beef/"}
                                                                                                                                                                                                                    
                                                                                                    

Recipe Parser - CÓDIGOS DE EJEMPLO


curl --location --request GET 'https://zylalabs.com/api/1920/recipe+parser+api/1629/recipe+parser?source=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    

Clave de Acceso a la API y Autenticación

Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Recipe Parser API simplemente incluye tu token de portador en el encabezado de Autorización.
Encabezados
Encabezado Descripción
Autorización [Requerido] Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.

Precios Simples y Transparentes

Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.

🚀 PLAN CORPORATIVO A MEDIDA

Comienza en
$ 10.000/Año


  • Volumen Personalizado
  • Límite de solicitudes personalizado
  • Soporte al Cliente Especializado
  • Monitoreo de API en Tiempo Real

Funciones favoritas de los clientes

  • ✔︎ Paga Solo por Solicitudes Exitosas
  • ✔︎ Prueba Gratuita de 7 Días
  • ✔︎ Soporte Multilenguaje
  • ✔︎ Una Clave API, Todas las APIs.
  • ✔︎ Panel de Control Intuitivo
  • ✔︎ Manejo de Errores Integral
  • ✔︎ Documentación Amigable para Desarrolladores
  • ✔︎ Integración con Postman
  • ✔︎ Conexiones HTTPS Seguras
  • ✔︎ Tiempo de Actividad Fiable

Recipe Parser API FAQs

The Recipe Parser API returns structured recipe data in JSON format, including fields such as recipe name, ingredients, cooking instructions, nutritional information, preparation and cooking times, and images.

Key fields in the response include "name" (recipe title), "recipeIngredients" (list of ingredients), "cookTime" (cooking duration), "prepTime" (preparation duration), "recipeCuisine" (cuisine type), and "image" (recipe image URLs).

The response data is organized in a JSON object with a "status" field indicating the request outcome and a "recipe" object containing all relevant recipe details, making it easy to parse and utilize in applications.

The endpoint provides comprehensive recipe information, including ingredients, cooking instructions, dietary categories, cuisine types, preparation and cooking times, and serving sizes, allowing for detailed recipe management.

Users can customize their requests by specifying the URL of the recipe they wish to parse. Advanced features may allow for excluding certain ingredients or sections, though specific customization options should be checked in the API documentation.

The Recipe Parser API extracts data from various online sources, including popular recipe websites, food blogs, and cooking forums, utilizing advanced algorithms to ensure accurate data extraction regardless of website structure.

Data accuracy is maintained through the API's advanced parsing algorithms, which are designed to detect and extract relevant recipe information from diverse HTML structures, ensuring reliable and consistent output.

Typical use cases include creating recipe aggregator websites, developing recipe management apps, building nutrition tracking tools, generating meal plans for delivery services, and powering cooking chatbots for user assistance.

General FAQs

Zyla API Hub es como una gran tienda de APIs, donde puedes encontrar miles de ellas en un solo lugar. También ofrecemos soporte dedicado y monitoreo en tiempo real de todas las APIs. Una vez que te registres, puedes elegir qué APIs quieres usar. Solo recuerda que cada API necesita su propia suscripción. Pero si te suscribes a varias, usarás la misma clave para todas, lo que hace todo más fácil para ti.

Los precios se muestran en USD (dólar estadounidense), EUR (euro), CAD (dólar canadiense), AUD (dólar australiano) y GBP (libra esterlina). Aceptamos todas las principales tarjetas de débito y crédito. Nuestro sistema de pago utiliza la última tecnología de seguridad y está respaldado por Stripe, una de las compañías de pago más confiables del mundo. Si tienes algún problema para pagar con tarjeta, contáctanos en [email protected]


Además, si ya tienes una suscripción activa en cualquiera de estas monedas (USD, EUR, CAD, AUD, GBP), esa moneda se mantendrá para suscripciones posteriores. Puedes cambiar la moneda en cualquier momento siempre que no tengas suscripciones activas.

La moneda local que aparece en la página de precios se basa en el país de tu dirección IP y se proporciona solo como referencia. Los precios reales están en USD (dólar estadounidense). Cuando realices un pago, el cargo aparecerá en tu estado de cuenta en USD, incluso si ves el monto equivalente en tu moneda local en nuestro sitio web. Esto significa que no puedes pagar directamente en tu moneda local.

Ocasionalmente, un banco puede rechazar el cargo debido a sus configuraciones de protección contra fraude. Te sugerimos comunicarte con tu banco primero para verificar si están bloqueando nuestros cargos. También puedes acceder al Portal de Facturación y cambiar la tarjeta asociada para realizar el pago. Si esto no funciona y necesitas más ayuda, por favor contacta a nuestro equipo en [email protected]

Los precios se determinan mediante una suscripción recurrente mensual o anual, dependiendo del plan elegido.

Las llamadas a la API se descuentan de tu plan en base a solicitudes exitosas. Cada plan incluye una cantidad específica de llamadas que puedes realizar por mes. Solo las llamadas exitosas, indicadas por una respuesta con estado 200, se contarán en tu total. Esto asegura que las solicitudes fallidas o incompletas no afecten tu cuota mensual.

Zyla API Hub funciona con un sistema de suscripción mensual recurrente. Tu ciclo de facturación comenzará el día en que compres uno de los planes de pago, y se renovará el mismo día del mes siguiente. Así que recuerda cancelar tu suscripción antes si quieres evitar futuros cargos.

Para actualizar tu plan de suscripción actual, simplemente ve a la página de precios de la API y selecciona el plan al que deseas actualizarte. La actualización será instantánea, permitiéndote disfrutar inmediatamente de las funciones del nuevo plan. Ten en cuenta que las llamadas restantes de tu plan anterior no se transferirán al nuevo plan, por lo que debes considerar esto al actualizar. Se te cobrará el monto total del nuevo plan.

Para verificar cuántas llamadas a la API te quedan en el mes actual, revisa el campo 'X-Zyla-API-Calls-Monthly-Remaining' en el encabezado de la respuesta. Por ejemplo, si tu plan permite 1,000 solicitudes por mes y has usado 100, este campo mostrará 900 llamadas restantes.

Para ver el número máximo de solicitudes a la API que permite tu plan, revisa el encabezado de la respuesta 'X-Zyla-RateLimit-Limit'. Por ejemplo, si tu plan incluye 1,000 solicitudes por mes, este encabezado mostrará 1,000.

El encabezado 'X-Zyla-RateLimit-Reset' muestra el número de segundos hasta que tu límite se restablezca. Esto te indica cuándo tu conteo de solicitudes se reiniciará. Por ejemplo, si muestra 3,600, significa que faltan 3,600 segundos para que el límite se restablezca.

Sí, puedes cancelar tu plan en cualquier momento desde tu cuenta, seleccionando la opción de cancelación en la página de Facturación. Ten en cuenta que las actualizaciones, degradaciones y cancelaciones tienen efecto inmediato. Además, al cancelar ya no tendrás acceso al servicio, incluso si te quedaban llamadas en tu cuota.

Puedes contactarnos a través de nuestro canal de chat para recibir asistencia inmediata. Siempre estamos en línea de 8 a. m. a 5 p. m. (EST). Si nos contactas fuera de ese horario, te responderemos lo antes posible. Además, puedes escribirnos por correo electrónico a [email protected]

Para darte la oportunidad de probar nuestras APIs sin compromiso, ofrecemos una prueba gratuita de 7 días que te permite realizar hasta 50 llamadas a la API sin costo. Esta prueba solo se puede usar una vez, por lo que recomendamos aplicarla a la API que más te interese. Aunque la mayoría de nuestras APIs ofrecen prueba gratuita, algunas pueden no hacerlo. La prueba finaliza después de 7 días o cuando realices 50 solicitudes, lo que ocurra primero. Si alcanzas el límite de 50 solicitudes durante la prueba, deberás "Iniciar tu Plan de Pago" para continuar haciendo solicitudes. Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios. Alternativamente, si no cancelas tu suscripción antes del día 7, tu prueba gratuita finalizará y tu plan se cobrará automáticamente, otorgándote acceso a todas las llamadas a la API especificadas en tu plan. Ten esto en cuenta para evitar cargos no deseados.

Después de 7 días, se te cobrará el monto total del plan al que estabas suscrito durante la prueba. Por lo tanto, es importante cancelar antes de que finalice el periodo de prueba. No se aceptan solicitudes de reembolso por olvidar cancelar a tiempo.

Cuando te suscribes a una prueba gratuita de una API, puedes realizar hasta 50 llamadas. Si deseas realizar más llamadas después de este límite, la API te pedirá que "Inicies tu Plan de Pago". Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios.

Las Órdenes de Pago se procesan entre el día 20 y el 30 de cada mes. Si envías tu solicitud antes del día 20, tu pago será procesado dentro de ese período.


APIs Relacionadas


También te puede interesar