# Monitor Active GoDaddy Domain Auctions

**Use case:** 

Build a repeatable acquisition-monitoring feed of GoDaddy auctions with at least five bids, ordered by activity for scheduled comparison and export.

## Input

```json
{
  "keyword": "ai",
  "maxItems": 100,
  "minBids": 5,
  "sortBy": "bidsDesc",
  "maxSessionRetries": 4
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "currentPriceUsd": {
    "label": "Current price (USD)",
    "format": "number"
  },
  "bids": {
    "label": "Bids",
    "format": "integer"
  },
  "monthlyTraffic": {
    "label": "Monthly traffic",
    "format": "integer"
  },
  "backlinksCount": {
    "label": "Backlinks",
    "format": "integer"
  },
  "valuationPriceUsd": {
    "label": "Valuation (USD)",
    "format": "number"
  },
  "auctionEndTime": {
    "label": "Auction ends",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "listingUrl": {
    "label": "Listing URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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