# TopDevelopers Web Agency Leads Scraper

**Use case:** 

Extract ranked web development agency listings, rates, ratings, locations, services, and profile URLs from TopDevelopers.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.topdevelopers.co/directory/web-development-companies"
    }
  ],
  "maxItems": 20
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "companyName": {
    "label": "Company"
  },
  "profileUrl": {
    "label": "TopDevelopers profile",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "category": {
    "label": "Category"
  },
  "tagline": {
    "label": "Tagline"
  },
  "description": {
    "label": "Description"
  },
  "services": {
    "label": "Services"
  },
  "expertise": {
    "label": "Expertise"
  },
  "priceRange": {
    "label": "Project price"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "employeeRange": {
    "label": "Employees"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "location": {
    "label": "Location"
  },
  "foundedYear": {
    "label": "Founded",
    "format": "number"
  },
  "latestReview": {
    "label": "Latest review"
  },
  "latestReviewer": {
    "label": "Reviewer"
  },
  "whyChoose": {
    "label": "Why choose"
  },
  "reviewSummary": {
    "label": "Review summary"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TopDevelopers Agency Directory Scraper](https://apify.com/automation-lab/topdevelopers-agency-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/topdevelopers-agency-directory-scraper) to learn more, explore other use cases, and run it yourself.