# Angi (Angie'S List) Pro — Full Export

**Use case:** 

Scrape the full angi (angie's list) pro dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract angi (angie's list) pro for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "mode": "catalog",
  "zipCodes": [
    "10001",
    "94103",
    "60601"
  ],
  "categories": [],
  "proUrls": [],
  "certifiedOnly": false,
  "maxItems": 200
}
```

## Output

```json
{
  "business_name": {
    "label": "Business Name",
    "format": "string"
  },
  "service_categories": {
    "label": "Service Categories",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_count": {
    "label": "Reviews Count",
    "format": "integer"
  },
  "certified": {
    "label": "Certified",
    "format": "boolean"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "angi_url": {
    "label": "Angi Url",
    "format": "string"
  }
}
```

## About this Actor

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