# Incidecoder Scraper

**Use case:** 

This Incidecoder scraper actor is a fast and reliable scraper to extract full ingredient lists, highlights, key/other ingredient groupings by function and more.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://incidecoder.com/search?query=acid"
    }
  ],
  "maxItems": 3,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "ingredients": {
    "label": "Ingredients",
    "format": "array"
  },
  "highlights": {
    "label": "Highlights",
    "format": "array"
  },
  "keyIngredients": {
    "label": "Key Ingredients",
    "format": "object"
  },
  "otherIngredients": {
    "label": "Other Ingredients",
    "format": "object"
  },
  "skimThrough": {
    "label": "Skim Through",
    "format": "array"
  },
  "ingredientsExplained": {
    "label": "Ingredients Explained",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Incidecoder Scraper](https://apify.com/confidential_gnat/incidecoder-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/confidential_gnat/incidecoder-scraper) to learn more, explore other use cases, and run it yourself.