Read one taxonomy's recipes
browse_recipesBrowse recipes filtered by a taxonomy such as diet, age, or ingredient. Use the returned page_served and has_more fields to navigate paginated results.
Instructions
Browse the recipes a taxonomy holds, one page at a time. 'facet' is one of dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato, and 'value' is a slug from list_facets: the site writes its own slugs and answers one built by hand with a page it does not hold. Read 'page_served' rather than assuming the page asked for, and 'has_more' to know whether the site offers another. 'total_available' is null because the site prints no count on these pages. The taxonomies cannot be combined: this site offers no way to ask for two at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which page to read. The first when left out. | |
| facet | Yes | The taxonomy to browse: dieta, edad, ingrediente, ocasion, recetas-de, tecnica, tipo-de-cocina, tipo-plato. | |
| value | Yes | A slug from list_facets, such as 'thermomix'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| facet | Yes | ||
| notes | Yes | ||
| value | Yes | ||
| cached | Yes | ||
| results | Yes | ||
| has_more | Yes | Whether the site's own pagination offers a page after this one. | |
| page_served | Yes | The page the site actually served. | |
| result_count | Yes | ||
| total_available | Yes | Always null: the site prints no count on these pages. |