# Monitor Dynadot domain appraisal tool results

**Use case:** 

Track Dynadot domain appraisal page data with estimated values and market metrics for domain portfolio analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dynadot.com/domain/appraisal"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "domainName": {
    "label": "Domain name",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "bid_price": {
    "label": "Bid price"
  },
  "bid_price_currency": {
    "label": "Bid price currency"
  },
  "bids": {
    "label": "Bids"
  },
  "age": {
    "label": "Age"
  }
}
```

## About this Actor

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