Links
Comment on page

Recipes Results

Scrape recipes from the Google Search Results.
When searching for keywords such as 'pancakes', Google may display a special container with multiple recipes related to your query. In this case, our scraper will parse that data and include each recipe inside the recipe_results array. The values extracted for each recipe available on the page are:
Element
Type
Description
title
String
Title of the receipe
link
String
Link to the recipe
source
String
Name of the source of the recipe
rating
Double
Average rating of the recipe
reviews
Integer
Number of reviews
total_time
String
Total time to prepare the recipe
ingredients
Array
List of string with ingredients
thumbnail
String
Thumbnail of the recipe base64 encoded

Recipes Results Request Example

get
https://serpapi.webscrapingapi.com/v1?
engine=google&api_key=<YOUR_API_KEY>&q=pancakes
Request Example That Returns Recipes Elements
Scrape Google Recipes