# Benchmark International AU Business Scraper

**Use case:** 

Scrape Australian businesses for sale with advertised price, revenue, EBITDA, industry, location, and contacts. Export to JSON or CSV.

## Input

```json
{
  "maxItems": 5,
  "location": "Australia",
  "currencyCode": "AUD"
}
```

## Output

```json
{
  "image_url": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Business Name",
    "format": "text"
  },
  "deal_url": {
    "label": "Deal URL",
    "format": "url"
  },
  "id": {
    "label": "Business ID",
    "format": "text"
  },
  "businessType": {
    "label": "Business Type",
    "format": "text"
  },
  "revenue": {
    "label": "Annual Revenue",
    "format": "currency"
  },
  "ebitda": {
    "label": "EBITDA",
    "format": "currency"
  },
  "askingPrice": {
    "label": "Asking Price",
    "format": "currency"
  },
  "advertisedPrice": {
    "label": "Advertised Price",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "industry": {
    "label": "Industry",
    "format": "text"
  },
  "contact_email": {
    "label": "Contact Email",
    "format": "text"
  },
  "contact_phone": {
    "label": "Contact Phone",
    "format": "text"
  },
  "contactName": {
    "label": "Contact Name",
    "format": "text"
  },
  "assets": {
    "label": "Total Assets",
    "format": "currency"
  },
  "liabilities": {
    "label": "Total Liabilities",
    "format": "currency"
  },
  "employees": {
    "label": "Number of Employees",
    "format": "number"
  },
  "establishedYear": {
    "label": "Established Year",
    "format": "number"
  },
  "headquartered": {
    "label": "Headquartered",
    "format": "text"
  },
  "sellerAccount": {
    "label": "Seller Account",
    "format": "text"
  },
  "clientCode": {
    "label": "Client Code",
    "format": "text"
  },
  "clientMarketingMaterialId": {
    "label": "Marketing Material ID",
    "format": "text"
  },
  "entityCountry": {
    "label": "Entity Country",
    "format": "text"
  },
  "currencyCode": {
    "label": "Currency Code",
    "format": "text"
  },
  "matchCriteriaId": {
    "label": "Match Criteria ID",
    "format": "text"
  },
  "totalSearchResults": {
    "label": "Total Search Results",
    "format": "number"
  },
  "activities": {
    "label": "Key Activities",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "shareholderObjectives": {
    "label": "Shareholder Objectives",
    "format": "text"
  },
  "keyAspects": {
    "label": "Key Aspects",
    "format": "text"
  },
  "currentMarkets": {
    "label": "Current Markets",
    "format": "text"
  },
  "realEstate": {
    "label": "Real Estate",
    "format": "text"
  },
  "opportunities": {
    "label": "Opportunities",
    "format": "text"
  },
  "opportunityBenchmarkId": {
    "label": "Opportunity Benchmark ID",
    "format": "text"
  },
  "hideGrossProfit": {
    "label": "Hide Gross Profit",
    "format": "boolean"
  },
  "hideAdjustedEbitda": {
    "label": "Hide Adjusted EBITDA",
    "format": "boolean"
  },
  "hideFinancialTable": {
    "label": "Hide Financial Table",
    "format": "boolean"
  },
  "image_gallery": {
    "label": "Image gallery"
  },
  "scrapedTimestamp": {
    "label": "Scraped At",
    "format": "datetime"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Benchmark International Business Listing Scraper](https://apify.com/parseforge/benchmark-international-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/benchmark-international-scraper) to learn more, explore other use cases, and run it yourself.