# Techreviewer web development agency scraper

**Use case:** 

Export public Techreviewer web development agency listings, rates, locations, and profile links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://techreviewer.co/top-web-development-companies"
    }
  ],
  "maxItems": 20,
  "maxPages": 1
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "agencyName": {
    "label": "Agency"
  },
  "profileUrl": {
    "label": "Profile",
    "format": "link"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "location": {
    "label": "Location"
  },
  "hourlyRate": {
    "label": "Hourly rate"
  },
  "employeeBand": {
    "label": "Employees"
  },
  "minimumProjectSize": {
    "label": "Minimum project"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "services": {
    "label": "Services"
  },
  "description": {
    "label": "Description"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

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