# Search GoDaddy Auctions for Domain Auctions

**Use case:** 

Search GoDaddy Auctions with the “domain auctions” keyword. Get matching domains, prices, end times, bids, traffic, backlinks, and shortlist scores.

## Input

```json
{
  "domainKeyword": "domain auctions",
  "maxItems": 10
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "string"
  },
  "auctionId": {
    "label": "Auction ID",
    "format": "string"
  },
  "currentPrice": {
    "label": "Current price",
    "format": "number"
  },
  "auctionEndTime": {
    "label": "Auction end time",
    "format": "string"
  },
  "bidCount": {
    "label": "Bid count",
    "format": "integer"
  },
  "monthlyTraffic": {
    "label": "Monthly traffic",
    "format": "integer"
  },
  "backlinkCount": {
    "label": "Backlink count",
    "format": "integer"
  },
  "shortlistScore": {
    "label": "Shortlist score",
    "format": "number"
  }
}
```

## About this Actor

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