# אפונה מתכונים

> Markdown mirror of DialtoneApp's public top-site detail page for `afoona.com`.

URL: https://dialtoneapp.com/top-sites/afoona.com/index.md
Canonical HTML: https://dialtoneapp.com/top-sites/afoona.com

## Summary

- Domain: `afoona.com`
- Website: https://afoona.com
- Description: ai readable | score 20 | purchase read only
- Label: ai_readable
- Payment surface: Not available
- Purchase boundary: read_only
- Control boundary: unknown
- Rank: 519103

## robots

~~~text
# As a condition of accessing this website, you agree to abide by the following
# content signals:

# (a)  If a Content-Signal = yes, you may collect content for the corresponding
#      use.
# (b)  If a Content-Signal = no, you may not collect content for the
#      corresponding use.
# (c)  If the website operator does not include a Content-Signal for a
#      corresponding use, the website operator neither grants nor restricts
#      permission via Content-Signal with respect to the corresponding use.

# The content signals and their meanings are:

# search:   building a search index and providing search results (e.g., returning
#           hyperlinks and short excerpts from your website's contents). Search does not
#           include providing AI-generated search summaries.
# ai-input: inputting content into one or more AI models (e.g., retrieval
#           augmented generation, grounding, or other real-time taking of content for
#           generative AI search answers).
# ai-train: training or fine-tuning AI models.

# ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF
# RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT
# AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET.

# BEGIN Cloudflare Managed content

User-agent: *
Content-Signal: search=yes,ai-train=no
Allow: /

User-agent: Amazonbot
Disallow: /

User-agent: Applebot-Extended
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: CloudflareBrowserRenderingCrawler
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: meta-externalagent
Disallow: /

# END Cloudflare Managed Content

User-agent: *
Allow: /
Disallow: /api/

Sitemap: https://afoona.com/sitemap.xml
~~~

## llms

~~~text
# Afoona (אפונה) - Israeli Recipe Search Engine

> Afoona is the largest Israeli recipe search engine with 33,000+ recipes from 12 leading Israeli food websites. Users can search by recipe name, ingredients they have at home, or browse by category and holiday.

## API

The search API is publicly accessible:

- Search recipes: `GET https://afoona.com/api/search?q={query}&page=0`
- Search by ingredients: `GET https://afoona.com/api/search?inc={ingredient1},{ingredient2}`
- Exclude ingredients: `GET https://afoona.com/api/search?exc={ingredient}`
- Get site info & holidays: `GET https://afoona.com/api/sites`
- Get single recipe: `GET https://afoona.com/api/recipe?id={id}`

### Response format

Recipes contain: `i` (id), `t` (title), `l` (source URL), `g` (ingredients, semicolon-separated), `s` (source site), `cat` (category), `a` (description), `k` (keywords).

## Sources

Recipes are indexed from: mako, Foodis, Foody, 2Eat, Walla, Kipa, Pirge, Rotev, Sugat, Cooks, 10 דקות, RecipeKing.

## Categories

מנות אחרונות, עוגות ועוגיות, סלטים, דגים ומאכלי ים, מנות ראשונות, לחמים ומאפים, תוספות, מנות עיקריות, מרקים, משקאות, פשטידות, מטבלים וממרחים, צמחוני, ממולאים, פסטות, בריאות, ללא גלוטן.

## Holiday recipes

The system detects Hebrew calendar holidays and highlights relevant recipes: ראש השנה, סוכות, חנוכה, פורים, פסח, שבועות.

## Language

Primary language is Hebrew (he-IL). Recipe titles, ingredients, and categories are in Hebrew.
~~~

## llms-full

Not found.