# Relevance / Popularity Food.com | Recipes Reviews and

**Use case:** 

Extract Food.com | Recipes Reviews and Ratings data filtered by Relevance / Popularity. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "searchQuery": "pasta",
  "maxItems": 10,
  "sortBy": "PERFORMANCE"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "📌 Title",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "💬 Reviews",
    "format": "text"
  },
  "servings": {
    "label": "🍽 Servings",
    "format": "text"
  },
  "prepTime": {
    "label": "⏱ Prep (min)",
    "format": "text"
  },
  "cookTime": {
    "label": "🍳 Cook (min)",
    "format": "text"
  },
  "totalTime": {
    "label": "⏰ Total (min)",
    "format": "text"
  },
  "calories": {
    "label": "🔥 Calories",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Food.com Scraper | Recipes Reviews and Ratings](https://apify.com/parseforge/food-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/food-com-scraper) to learn more, explore other use cases, and run it yourself.