# Accounting Software Options in Phoenix

**Use case:** 

Discover accounting software products in Phoenix with user feedback and pricing.

## Input

```json
{
  "searchQueries": [
    "accounting"
  ],
  "products": [],
  "maxProducts": 30,
  "includeReviews": true
}
```

## Output

```json
{
  "productName": {
    "label": "Product"
  },
  "category": {
    "label": "Category"
  },
  "starRating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "priceModel": {
    "label": "Price Model"
  },
  "pricingText": {
    "label": "Pricing"
  },
  "website": {
    "label": "Website"
  },
  "topReviewerRole": {
    "label": "Reviewer Role"
  },
  "topReviewText": {
    "label": "Latest Review"
  },
  "productUrl": {
    "label": "URL"
  }
}
```

## About this Actor

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