epicurious.com API: get_recipe_reviews
epicurious.com via Parse · food_dining
Fetch user reviews and ratings for a recipe using its story ID. Supports cursor-based pagination using timestamp cursors from end_cursor. Extract recipe details, search results, and user reviews from Epicurious.com. Fulfilled by Parse from epicurious.com.
- entertainment
- epicurious-com
- food-dining
- parse
- platform-key
- reviews-ratings
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/5845300a-1ec6-4b6c-89a0-f68f4d5daba0/get_recipe_reviews
- Interface artifact
- sha256:91e4a2d0faf3def52619ed48e8e72ede5241af1345f6f1bf0168984878c2caab
- Manifest digest
- sha256:2c8f9159b70637ecf418312dc2e9c3e56dae2e802a80aa7c49b1c369c002bfdc
Request fields
- after (string): Cursor for pagination, a timestamp string from end_cursor of a previous response (e.g., '2025-09-29T00:36:21.823Z').
- limit (integer): Maximum number of reviews to return.
- story_id (string, required): The story ID of the recipe, obtained from get_recipe_details response field 'story_id'.
Example queries
- {"limit":"5","story_id":"6615b3a0a50f3bfacf594872"}