VOOZH about

URL: https://apify.com/cloud9_ai/cocktaildb-scraper

โ‡ฑ CocktailDB Scraper - Cocktail Recipe Data ยท Apify


๐Ÿ‘ TheCocktailDB Drink Recipe Scraper avatar

TheCocktailDB Drink Recipe Scraper

Pricing

from $1.50 / 1,000 results

Go to Apify Store

TheCocktailDB Drink Recipe Scraper

Search and extract cocktail recipes from TheCocktailDB. Get ingredients, instructions, glass types, and images. No API key needed.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ cloud9

cloud9

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Search and extract cocktail recipes from TheCocktailDB. Get ingredients, instructions, glass types, and images.

Features

Input Configuration

Modes

  1. search: /search.php?s={query}
  2. byIngredient: /filter.php?i={ingredient}

Example Input

{
"mode":"search",
"query":"example search",
"maxResults":20
}

Output

The actor stores results in the Apify dataset. Each item contains:

  • idDrink
  • strDrink
  • strCategory
  • strAlcoholic
  • strGlass
  • strInstructions
  • strDrinkThumb
  • strIngredient1
  • strMeasure1

Usage Example

const input ={
"mode":"search",
"query":"example search",
"maxResults":20
};
const run =await ApifyClient.actor('cocktaildb-scraper').call(input);
const{ items }=await ApifyClient.dataset(run.defaultDatasetId).listItems();
console.log(items);

Limits

  • Maximum results per run: 100
  • Rate limiting: 1 request per second (default)

Support

For issues or questions, contact the developer or open an issue on GitHub.

License

Apache-2.0

You might also like

TheCocktailDB โ€” Cocktail & Drink Recipe Scraper

crawlerbros/cocktaildb-scraper

Scrape the world's largest cocktail recipe database - TheCocktailDB. Search by name or ingredient, browse by category or glass type, and fetch full recipes including ingredients, measures, instructions, and images. Free public API, no authentication required.

CocktailDB Drink Recipe Scraper

moving_beacon-owner1/my-actor-84

Scrape cocktail recipes from TheCocktailDB โ€” 636+ cocktails with ingredients, measurements, instructions, and images. Free API, no key needed.

2

TheCocktailDB Drink Recipes Scraper

parseforge/thecocktaildb-drinks-scraper

Pull cocktail recipes from TheCocktailDB: drink name, category, glass type, alcoholic flag, full ingredients with measures, step-by-step instructions, image, IBA classification, tags. Search by name, browse by category/glass/ingredient/alcoholic, get random drinks, or look up by ID. No key needed.

๐Ÿน Cocktail & Drink Recipe Intelligence - Drinks API

benthepythondev/cocktail-intelligence

Search and extract cocktail recipes from a database of 600+ drinks. Get ingredients, mixing instructions, glassware, and drink photos. Filter by spirit (vodka, gin, rum, whiskey, tequila), type (alcoholic, non-alcoholic), or ingredient.