# Scrape Eco-Friendly Skincare Brands - Faire

**Use case:** 

Find eco-friendly skincare brands on Faire with Brand, City, State, Instagram, Min order $, Lead days and Values. Export to CSV.

## Input

```json
{
  "searchQueries": [
    "skincare"
  ],
  "categories": [
    "Home Decor"
  ],
  "brandValues": [
    "eco-friendly"
  ],
  "scrapeAllBrands": false,
  "enrichBrandProfile": true,
  "minProducts": 0,
  "maxResults": 100,
  "monitorMode": false,
  "monitorStoreName": "faire-scraper-monitor",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Brand",
    "format": "text"
  },
  "primaryCategory": {
    "label": "Category",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "shipsFromCountry": {
    "label": "Ships from",
    "format": "text"
  },
  "ownerFirstName": {
    "label": "Owner",
    "format": "text"
  },
  "instagramHandle": {
    "label": "Instagram",
    "format": "text"
  },
  "minimumOrderUsd": {
    "label": "Min order $",
    "format": "number"
  },
  "leadTimeDays": {
    "label": "Lead days",
    "format": "number"
  },
  "activeProductsCount": {
    "label": "Products",
    "format": "number"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "numReviews": {
    "label": "Reviews",
    "format": "number"
  },
  "brandValues": {
    "label": "Values",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "brandUrl": {
    "label": "Brand URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Faire Scraper - Wholesale Brands, Supplier Leads & Products](https://apify.com/scrapesage/faire-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/faire-scraper) to learn more, explore other use cases, and run it yourself.