55,000+ Recipes and Counting: A RecipeScrape Milestone
From 7,000 to 55,000+ recipes in the database — how we scaled the scraper, added new sources, and what the next growth phase looks like.
Culinary secrets, API architectural notes, and updates from the engineers behind the Lady Recipes database.
From 7,000 to 55,000+ recipes in the database — how we scaled the scraper, added new sources, and what the next growth phase looks like.
How to clone, configure, and run both the scraper and frontend on your machine — plus how to add a new recipe source site.
The full automation stack behind RecipeScrape — from daily scrapes on GitHub Actions to zero-downtime Vercel deployments.
How RecipeScrape transforms messy, inconsistent recipe data from 7 different sources into clean, structured JSON — every single day.
The origin story of RecipeScrape: why scattered recipe data needed a unified API and how this side project grew into something bigger.
A roundup of the best food recipe APIs for building cooking apps, with code samples and honest pros and cons — including our own.
A step-by-step guide to subscribing to RecipeScrape on RapidAPI and making your first authenticated API calls.
Every endpoint, every parameter, every response shape — a practical walkthrough of the RecipeScrape JSON API with curl, JavaScript, and Python examples.
How a Python scraper and a Next.js frontend share a single Neon PostgreSQL database to serve 7,000+ recipes through a unified API.
How RecipeScrape scrapes 7 recipe sites ethically with robots.txt compliance, rate limiting, exponential backoff, and zero login-required content.
How RecipeScrape powers fast recipe search across titles and descriptions using PostgreSQL's built-in full-text search with GIN indexes.
How RecipeScrape's public JSON API and warm editorial UI were designed as two sides of the same coin — one machine-friendly, one human-friendly.