TheCocktailDB Scraper: Recipes by Name
Pricing
Pay per usage
Go to Apify Store

TheCocktailDB Scraper: Recipes by Name
Search cocktail recipes by name via the public TheCocktailDB API: ingredients, measures and instructions. No login, no proxy, no browser.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Naimur Hasan
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 hours ago
Last modified
Categories
Share
TheCocktailDB Scraper
Searches cocktail recipes by name via the public TheCocktailDB API. No login, no proxy, no browser.
Input
| Field | Type | Notes |
|---|---|---|
name | string | Required. Cocktail name to search for, e.g. margarita. |
Output
One row per matching drink: id, name, category, alcoholic, glass,
instructions, ingredients (an array of "measure ingredient" strings),
imageUrl.
Notes
- TheCocktailDB stores each ingredient/measure pair as separate numbered
fields (
strIngredient1/strMeasure1through 15); this Actor flattens them into one readable array instead of passing the numbered fields through. - A name with no matches throws — TheCocktailDB itself returns
"drinks": nullfor that case rather than an HTTP error.