King Arthur Baking Recipe Scraper
Pricing
from $3.00 / 1,000 results
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
12 days ago
Last modified
Categories
Share
Scrape kingarthurbaking.com and extract structured data. Scrape King Arthur Baking (kingarthurbaking.com) for professional baking recipes. Find breads, cakes, cookies, pies and more with precise instructions.
Features
- Extract data from kingarthurbaking.com with no API key required
- Filter results by multiple parameters
- Automatic pagination — collects up to
maxItemsresults - Outputs clean, omit-empty JSON records (no null fields)
- Retries on rate limits and server errors
Input Parameters
| Parameter | Description |
|---|---|
mode | Operation mode: search or byUrl |
query | Recipe search keyword (e.g. sourdough bread, chocolate chip cookies) |
category | Recipe category (breads, cookies, cakes, pies, muffins, pizza, pancakes) |
cuisine | Filter by cuisine type |
minRating | Minimum recipe rating (1.0-5.0) |
startUrls | Direct recipe URLs (for byUrl mode) |
maxItems | Maximum number of results (1-500, default 20) |
Output Format
Each result is a JSON object with these fields:
| Field | Description |
|---|---|
title | Recipe name |
description | Recipe description |
author | Recipe author |
prepTime | Preparation time |
cookTime | Baking time |
totalTime | Total time |
servings | Yield/servings |
ingredients | Ingredient list |
ingredientCount | Number of ingredients |
instructions | Step-by-step instructions |
stepCount | Number of steps |
calories | Calories per serving |
rating | Community rating |
ratingCount | Number of ratings |
categories | Recipe categories |
imageUrl | Recipe photo URL |
sourceUrl | King Arthur recipe URL |
Example Input
{"mode": "search", "query": "sourdough bread", "maxItems": 5}
Example Output
{"title":"Classic Sourdough Bread","ingredients":["500g bread flour","350g water","100g active starter"],"rating":4.8,"ratingCount":567}
FAQ
Is this free to use? Yes — kingarthurbaking.com is publicly accessible and requires no authentication.
How many results can I get?
Set maxItems up to 500 per run.
Can I scrape specific URLs?
Yes — use mode: "byUrl" with a startUrls array.
What happens if the site is slow? The actor automatically retries on 429/5xx errors with exponential backoff.
Data Source
Data is scraped from kingarthurbaking.com — a publicly accessible website.