# Find Top SEO Agencies in New York City

**Use case:** 

Discover the highest-rated SEO agencies in NYC to enhance your online visibility and drive organic traffic. This data helps businesses identify the best partner

## Input

```json
{
  "mode": "byCategoryCity",
  "category": "legal",
  "subcategory": "seo-agencies",
  "state": "new-york",
  "city": "new-york",
  "minRating": 4.5,
  "minReviewCount": 10,
  "maxItems": 50
}
```

## Output

```json
{
  "rank": {
    "label": "Rank"
  },
  "businessName": {
    "label": "Business name"
  },
  "categoryLabel": {
    "label": "Category label"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "phone": {
    "label": "Phone"
  },
  "website": {
    "label": "Website"
  }
}
```

## About this Actor

This example demonstrates how to use [Expertise.com Local Pro Directory Scraper](https://apify.com/crawlerbros/expertise-com-local-pro-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/expertise-com-local-pro-directory-scraper) to learn more, explore other use cases, and run it yourself.