# Extract Dynadot oneyoga.com auction lot detail

**Use case:** 

Scrape oneyoga.com domain auction lot on Dynadot with bid history, expiry, and registrar details for domain due diligence.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dynadot.com/market/auction/oneyoga.com"
    }
  ],
  "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.