# Data Type USDA FoodData Central

**Use case:** 

Extract USDA FoodData Central data filtered by Data Type. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "searchQuery": "cheddar cheese",
  "sortBy": "dataType.keyword",
  "sortOrder": "desc"
}
```

## Output

```json
{
  "fdcId": {
    "label": "FDC ID",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "dataType": {
    "label": "Data Type",
    "format": "text"
  },
  "brandOwner": {
    "label": "Brand Owner",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "gtinUpc": {
    "label": "UPC",
    "format": "text"
  },
  "ingredients": {
    "label": "Ingredients",
    "format": "text"
  },
  "servingSize": {
    "label": "Serving Size",
    "format": "number"
  },
  "servingSizeUnit": {
    "label": "Unit",
    "format": "text"
  },
  "householdServingFullText": {
    "label": "Household Serving",
    "format": "text"
  },
  "foodCategory": {
    "label": "Category",
    "format": "text"
  },
  "publicationDate": {
    "label": "Published",
    "format": "date"
  },
  "modifiedDate": {
    "label": "Modified",
    "format": "date"
  },
  "availableDate": {
    "label": "Available date"
  },
  "marketCountry": {
    "label": "Market country"
  },
  "packageWeight": {
    "label": "Package weight"
  },
  "calories": {
    "label": "Calories",
    "format": "number"
  },
  "protein": {
    "label": "Protein (g)",
    "format": "number"
  },
  "totalFat": {
    "label": "Fat (g)",
    "format": "number"
  },
  "carbohydrate": {
    "label": "Carbs (g)",
    "format": "number"
  },
  "nutrients": {
    "label": "Nutrients",
    "format": "object"
  },
  "detailUrl": {
    "label": "Detail Link",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [USDA FoodData Central Scraper](https://apify.com/parseforge/usda-fooddata-central-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/usda-fooddata-central-scraper) to learn more, explore other use cases, and run it yourself.