# Serchen Accounting Software Directory Scraper

**Use case:** 

Scrape Serchen accounting software listings with vendor names, ratings, review counts, sponsored status, and Serchen profile URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.serchen.com/category/accounting-software/"
    }
  ],
  "categorySlugs": [],
  "maxItems": 75,
  "includeProfileDetails": false,
  "maxReviewsPerCompany": 3,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "link"
  },
  "isSponsored": {
    "label": "Sponsored",
    "format": "boolean"
  },
  "position": {
    "label": "Position",
    "format": "number"
  },
  "page": {
    "label": "Page",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Serchen Software Reviews Scraper](https://apify.com/automation-lab/serchen-software-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/serchen-software-reviews-scraper) to learn more, explore other use cases, and run it yourself.