# Porch Contractors Full Export

**Use case:** 

Full Export of Porch Contractors. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "service": "plumbers",
  "zip": "10001",
  "maxItems": 500
}
```

## Output

```json
{
  "name": {
    "label": "name",
    "format": "text"
  },
  "services": {
    "label": "services",
    "format": "text"
  },
  "location": {
    "label": "location",
    "format": "date"
  },
  "rating": {
    "label": "rating",
    "format": "date"
  },
  "reviewsCount": {
    "label": "reviewsCount",
    "format": "text"
  },
  "license": {
    "label": "license",
    "format": "text"
  },
  "yearsInBusiness": {
    "label": "yearsInBusiness",
    "format": "text"
  },
  "phone": {
    "label": "phone",
    "format": "text"
  },
  "url": {
    "label": "url",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "error",
    "format": "text"
  }
}
```

## About this Actor

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