# IT Agency Lead Finder & Enricher - Topdevelopers.co

**Use case:** 

Extract verified IT & software development companies from TopDevelopers.co: emails, phones, locations, ratings & reviews. Search by keyword, country, & more

## Input

```json
{
  "searchQuery": "Software development companies in USA",
  "selectedDomain": "",
  "selectedCategory": "",
  "maxResults": 20,
  "maxReviewsPerCompany": 5,
  "maxConcurrency": 10
}
```

## Output

```json
{
  "company_name": {
    "label": "Company name",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "review_count": {
    "label": "Review count",
    "format": "integer"
  },
  "profile_url": {
    "label": "TopDevelopers profile URL",
    "format": "string"
  },
  "website_url": {
    "label": "Company website",
    "format": "string"
  },
  "email": {
    "label": "Company email",
    "format": "string"
  },
  "contact_number": {
    "label": "Contact number",
    "format": "string"
  },
  "social_media": {
    "label": "Social media handles",
    "format": "object"
  },
  "locations": {
    "label": "Office locations",
    "format": "array"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "insights": {
    "label": "Insights",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [IT Agency Lead Finder & Enricher - Topdevelopers.co](https://apify.com/techforce.global/it-agency-lead-finder-enricher-topdevelopers-co) with a specific input configuration. Visit the [Actor detail page](https://apify.com/techforce.global/it-agency-lead-finder-enricher-topdevelopers-co) to learn more, explore other use cases, and run it yourself.