# Scrape Dynadot .com domain auction listings

**Use case:** 

Extract .com domain auction listings from Dynadot market with starting prices, age, and expiry dates for domain investing.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.dynadot.com/market/all-domain-auctions?keyword=&page_index=1&page_size=25&order_by=8&tld_0=com&price_2023=0%252C10000&character_count_2023=1%252C63&start_age=&end_age=&seller=&registrar=0&registrationDate=0-0&expirationDate=0&listingDate=0&start_with=&end_with=&minutes_end=&hours_end=&days_end=&start_starting_price=&end_starting_price=&estibot_appraisal_5=10000_-1"
    }
  ],
  "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.