# Find Angi Electricians in Los Angeles

**Use case:** 

Find Angi Electricians in Los Angeles with public provider listings for local lead generation and market analysis.

## Input

```json
{
  "maxItems": 50,
  "zipCodes": [
    "90001"
  ],
  "category": "electrical",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "logoPhotoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "businessInfo.businessName": {
    "label": "Business Name",
    "format": "text"
  },
  "contactInfo": {
    "label": "Contact",
    "format": "object"
  },
  "contactInfo.website": {
    "label": "Website",
    "format": "link"
  },
  "contactInfo.address.street1": {
    "label": "Street Address",
    "format": "text"
  },
  "contactInfo.address.city": {
    "label": "City",
    "format": "text"
  },
  "contactInfo.address.state": {
    "label": "State",
    "format": "text"
  },
  "contactInfo.address.postalCode": {
    "label": "Postal Code",
    "format": "text"
  },
  "businessInfo.businessDescription": {
    "label": "Description",
    "format": "text"
  },
  "servicesOffered": {
    "label": "Services",
    "format": "text"
  },
  "businessInfo.inBusinessSince": {
    "label": "Established",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  }
}
```

## About this Actor

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