# Top US Software Development Companies Listing

**Use case:** 

Retrieve a list of the leading US software development companies from GoodFirms. Get detailed company data, including ratings and hourly rates.

## Input

```json
{
  "category": "software-development",
  "country": "us",
  "searchUrls": [
    "https://www.goodfirms.co/directory/country/top-software-development-companies/us"
  ],
  "maxResults": 200,
  "maxResultsPerSearch": 0,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ]
  },
  "maxConcurrency": 3
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "profileUrl": {
    "label": "GoodFirms profile",
    "format": "link"
  },
  "serviceFocus": {
    "label": "Service focus",
    "format": "text"
  },
  "hourlyRate": {
    "label": "Hourly rate",
    "format": "text"
  },
  "teamSize": {
    "label": "Team size",
    "format": "text"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "region": {
    "label": "Region/Country",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "topReview": {
    "label": "Top review",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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