# Moving Companies in Portland, OR - Contact Leads

**Use case:** 

Find contact information for moving companies in Portland, OR including emails and phones.

## Input

```json
{
  "maxLeads": 30,
  "searchQueries": [
    "moving company"
  ],
  "location": "Portland, OR",
  "language": "en",
  "region": "us",
  "enrichContacts": false,
  "enrichContactsMax": 50
}
```

## Output

```json
{
  "businessName": {
    "label": "Business",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "website": {
    "label": "Website",
    "format": "string"
  },
  "instagram": {
    "label": "Instagram",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "googleMapsUrl": {
    "label": "Maps",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Maps Business Leads Scraper (Emails, Phones & Socials)](https://apify.com/scrapers_lat/google-maps-business-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/google-maps-business-leads-scraper) to learn more, explore other use cases, and run it yourself.