# Price (low to high) Sedo Domain Auctions

**Use case:** 

Extract Sedo Domain Auctions data filtered by Price (low to high). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "excludeHyphens": false,
  "excludeNumbers": false,
  "excludeIdn": false,
  "includeEnded": false,
  "sortBy": "priceAsc"
}
```

## Output

```json
{
  "domainName": {
    "label": "Domain Name",
    "format": "text"
  },
  "tld": {
    "label": "TLD",
    "format": "text"
  },
  "reservePrice": {
    "label": "Reserve Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "traffic": {
    "label": "Traffic (visits)",
    "format": "number"
  },
  "domainLength": {
    "label": "Length",
    "format": "number"
  },
  "isIdn": {
    "label": "IDN",
    "format": "boolean"
  },
  "hasHyphen": {
    "label": "Hyphen",
    "format": "boolean"
  },
  "hasNumbers": {
    "label": "Numbers",
    "format": "boolean"
  },
  "startTime": {
    "label": "Start",
    "format": "date"
  },
  "endTime": {
    "label": "End",
    "format": "date"
  },
  "auctionType": {
    "label": "Auction Type",
    "format": "text"
  },
  "detailsUrl": {
    "label": "Details URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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