Akispetretzikis: Search Recipes
Akispetretzikis via Parse · food_dining
Search for recipes with optional filtering by category, page, and limit. Returns paginated results ordered by recency. If no query is provided, returns the latest recipes. Paginates via page number; each page returns up to `limit` recipe summaries. Access recipes, details, and categories from Akis Petretzikis' official website. Fulfilled by Parse from akispetretzikis.com.
- akispetretzikis
- akispetretzikis-com
- education
- entertainment
- food-dining
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/792b34f5-057b-47ac-a76f-da9d9bc733bd/search_recipes
- Interface artifact
- sha256:61bb4fcb1cba2d407af3526bcb6aedf0fd4fc14743dc074b5b80fcf2406bcafd
- Manifest digest
- sha256:5fc973076dc58f40a94151b9b304281ad00c99807241a297ee6ccc4ce1301fbe
Request fields
- lang (string): Language code: en or el: Allowed values: en, el
- page (integer): Page number for pagination (1-based)
- limit (integer): Number of results per page
- query (string): Search keyword. When omitted, returns the latest recipes.
- category_id (integer): Filter by category ID (obtain from get_categories endpoint)
Example queries
- {"lang":"en","page":"1","limit":"12","query":"chicken","category_id":"2"}