# GoodFirms Companies Directory in United States

**Use case:** 

Find and extract GoodFirms Companies Directory in United States. Get structured data with all key fields, ready to export for outreach or analysis.

## Input

```json
{
  "category": "mobile-app-development",
  "maxItems": 10,
  "country": "United States"
}
```

## Output

```json
{
  "logoUrl": {
    "label": "🖼️ Logo URL",
    "format": "image"
  },
  "name": {
    "label": "🏢 Company",
    "format": "text"
  },
  "services": {
    "label": "🛠️ Services",
    "format": "array"
  },
  "hourlyRate": {
    "label": "💵 Hourly Rate",
    "format": "text"
  },
  "employees": {
    "label": "👥 Employees",
    "format": "text"
  },
  "location": {
    "label": "📍 Location",
    "format": "text"
  },
  "founded": {
    "label": "📆 Founded",
    "format": "number"
  },
  "rating": {
    "label": "⭐ Rating",
    "format": "number"
  },
  "websiteUrl": {
    "label": "🔗 Website",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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